|
|
ianm
regular
Reg'd: Fri
Posts: 349
Loc: Colchester
|
Re: css positioning
Wed Feb 20 2008 02:50 PM
|
|
|
This is quite easy, give you main div that everything sits inside of an ID of wrapper.
Then add the following css to it
#wrapper { border:1px solid #000; width:760px; margin: 0 auto; }
Cheers
|
|
|
|
|