Monday, January 14, 2008

HTML for Centering Header Issue

This might be just what is needed to make the header's center without having to change the picture section in the bottom....we'll see, but I am putting it here for now so I can use it.

#header img {
width: 0px;
height: 0px;
margin-left:auto;
margin-right:auto;
}

Image width and height need to be added to make this work right or the picture by default will get stretched if it is a lot smaller than the header space.

Mishka
Testing Blogger