Beneficial day,
Im thinking of designing a site in a fixed format, (when viewed on 800×600 it can take up the whole page & when viewed on 1024×768 will probably be centered on the page) like the example below:
Put this in the header..
Code:
< form type=" text/css" > shape text-align: center; margin: 0px auto; < /style>
You need both as you works on IE (the text-align) as well as the other on grown-up browsers (the auto margin)
Sean
LOL!!! " grown-up" I like it!
Thanks a ton.