Quote:
Originally Posted by jeddi
Thanks for all the replies.
I don't understand this comment:
I have declared width:100%;
I don't think I have any 1800 statement ???
I thought this would center everything inside it. ??
Code:
#mainC {
width:100%;
margin:0px auto;
}
|
When I looked at it in Firebug and the element.style width.
You override the mainC margin. Look at "banner" in firebug and you will see the margin becomes "0".