Posted by Martin Jay on 04/16/06 15:21
In message <4441bb3e$1@dnews.tpgi.com.au>, Bob <null@?.?.invalid> writes
>How can I center the whole container in IE its is centered in firefox
It appears to be centred okay here in IE6, however the layout is forced
left in IE5.5.
To fix that use:
body{
text-align: center;
}
This will centre everything in the document, so you will need to
'text-align: left' things such as <p>.
--
Martin Jay
Navigation:
[Reply to this message]
|