How do I limit the width of my site?

L

Larry

I am trying to limit the width of my site so that it doesn't get streached
out for some viewers. I've seen a few sites that seem to be at a fixed width
and are centered on my pc when I view them. This would be nice to do too...
as an extra on top of limiting the width.
 
T

TJ

Put the content of the page in a table of about 760px wide and then center
the table.

TJ
|I am trying to limit the width of my site so that it doesn't get streached
| out for some viewers. I've seen a few sites that seem to be at a fixed
width
| and are centered on my pc when I view them. This would be nice to do
too...
| as an extra on top of limiting the width.
|
 
A

Andrew Murray

use tables, create a fixed width table of say 750 pixels, and centre the table.
 
Top