Monday 26 July 2004 6:06:00 am
Laurent, make sure that the top padding for body is also set to 0, in addition to setting your body margin to 0. Also, so you know, you can reduce your code a bit, by changing your above code to: div#allcontent
{
width: 750px;
margin: 0 auto;
}
You don't need to use the additional '0 auto' in your margin. This version will assume that you want both the top and bottom margins to be 0, while your left and right margins will be set to auto. Hope this helps, Alex
Alex
[ bald_technologist on the IRC channel (irc.freenode.net): #eZpublish ]
<i>When in doubt, clear the cache.</i>
|