Thursday, July 10, 2008

Adding Header Image Without Text

There are some who complained that they had a problem when adding a header image without the Blog Title and Description. This problem happens if you use the templates Perfection, Ultimatum, Tranquility, Grease, and Portrait. Their header image is blocked behind the Linkbar.

Here's a way to solve this problem.

In your template XML file, look for the following CSS code:

#header a img {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
border: 0;
position: absolute;
top: 0px;
left: 0px;
}


To solve this problem, delete the code in red. That's it!

The problem with the code in red is that it floats your header image and puts it near the tip of your blog. I was using this code for something else, but didn't realize it's there for these newer templates.

If you're still having this problem, just use the External template that doesn't have the problem anymore.

No comments: