Friday, May 1, 2009

Centering your header image

After some searching around, I finally found a site that explains how to center your blog header image. It is actually really simple, just paste the following line of code in your header part of your HTML (remember to save a copy of it before editing it)

#header-inner {
width:770px;
margin:0 auto;
}


The "width" should be the width of your header image.

Thanks to the Blog Doctor for instructions on this edit

No comments:

Post a Comment