The width of the layout is 800 pixels.
The height of the layout is 600 pixels.
The size of the document is 11.111 x 8.333
The resolution is 72.
When I preview my layout on the internet through Dreamweaver, the size of the layout does not fit the whole web page. How can I make the layout fit the whole web page without altering the layout size in photoshop?
The whole web page depends on the resolution of the visitors monitor. At this time the most common width for a website if a fixed width of 960px wide, which is optimized to fit in a monitor set to 1024-768 or higher. It accounts for around 90-95% of computers.
You can not resize it, you can redo the layout in photoshop for another width, or you can modify the code in dreamweaver.
October 3rd, 2009 at 5:10 pm
The whole web page depends on the resolution of the visitors monitor. At this time the most common width for a website if a fixed width of 960px wide, which is optimized to fit in a monitor set to 1024-768 or higher. It accounts for around 90-95% of computers.
You can not resize it, you can redo the layout in photoshop for another width, or you can modify the code in dreamweaver.
References :
http://www.GFX-Help.com