Click to See Complete Forum and Search --> : Help with website Layout


Webee85
03-30-2006, 12:06 PM
okay so i've searched this forum on how to get a website centered in a browser. tried some and couldn't get any to work. my boss is on me to get it centered and i don't know what i'm doing wrong.
i've tried
<div align="center">
</div>
i've tried to use a style sheet and making the top and botom 0 and the right and left auto.
if anyone has any other suggestions i would greatly appreciate it.
here is a link to the website

http://www.dragnews.com

KDLA
03-30-2006, 04:05 PM
Your layout uses absolute positioning in your CSS layers. That overrides any center alignment settings you put in the HTML.

KDLA