web page size

A

Ali Stewart

How do I set the page I'm working on to a certain size?
Is there a blank template that keeps me from going wider
than 800 pixels, for ex, and/or can I superimpose a grid
on which I build my website?
 
K

Kathleen Anderson [MVP- FP]

Insert a table into your page, set it to 800 pixels wide and put all of your
content in the table.
 
A

Andrew Murray

If it's 800 pix it will scroll off the right edge of the screen! remember to
subtract the width of the horiz. scroll bar.
say 20-22 pix.....to make the width 778 or 780 to be safe, or else use
percentages instead and it will contract and expand with different screen
resolutions.
 
Top