hey its seems that i cannot center my wrapper and i am blind to why.
i did margin : 0 autol have a doctype and just dont know why
please take a look
http://www.mmtrials.com/layouts/test.phpCode:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title> Test </title> <style type="text/css"> <!-- * { margin: 0; padding: 0; } #wrapper{ position: relative; margin:0 auto; top: 100px; } --> </style> </head> <body> <div id="wrapper"> Hello </div> </body> </html>
thanks
Marcus


Reply With Quote
Bookmarks