September 6, 2008

Cool Blogger Template: Portrait

Download Template

Header Image
The header image doesn't come with the template file. To put the header image in your blog, left-click on the image below and save the actual size into your computer. Then, upload the image into the Header Page Element in the Layout section of your blog.


If you want to use your own image for the header, the image has to be 777 pixels wide (with any height) to fit the header nicely. DO NOT click the 'Shrink to Fit' option in the Edit Header box because it'll make the image bigger.

There are some who complaint that they had a problem when adding a header image without the Blog Title and Description. 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.

0 comments:

Post a Comment