Hello all, I'm in need of someone to quickly help to put right my website right. If you take a look at my pages they all have double line spacing and I don't want this and also i would like the website in the centre, If someone can do this for me you can have a free ad on my website. Here is the CSS file. http://www.embedproxy.com/css/style.css Website http://www.embedproxy.com Thanks alot, Chris Thanks, Chris
Centering doesn't work in IE, but works just fine elsewhere, so just add text-align: center; to body and text-align: left; to #wrapper or #content. As for the line height, just add something like #content p { line-height: 14px; } or whatever you like.
Without a complete and proper DTD, IE is in quirks mode where it does not grok {margin: auto;} among many other things. "xmlns" is not a part of html. There is no such element as "align". cheers, gary