Wed, 2010-03-31 21:21
Hey,
I have problems with the layout of my website,
My intension is to center all,
In Firefox everything looks fine,
in IE the main container and logo are positioned left.
I am a newbee, can somebody please help me to get my content centered in the middle??
Here is the website:
http://www.smeetslaswerken.be
Wed, 2010-03-31 21:47
#1
Now got it centered in IE but
Now got it centered in IE but in Firefox it looks not good.
What do I have to change?
Thu, 2010-04-01 00:52
#2
Have you read this:
Have you read this: http://csscreator.com/node/308
body{text-align:center;} /*IE */ #container{ margin-left:auto; margin-right:auto; text-align:left; /* bring text back */ }