|
In your css you have your body set for
text-align: center;
I bet if you added this to your css file, it would fix most your problems:
p { text-align: left; }
If you haven't already, I highly recommend getting firebug for firefox. Its a must when working with css. It lets you inspect which css code is modifying different areas of your pages.
__________________
A bad Vista launch means 4 more years of IE6
Please login or register to view this content. Registration is FREE
Last edited by Sandman420; 10-22-2007 at 08:41 AM..
|