First of all goto Blogger Edit Html Page and Search for the following line of code.
#header-wrapper {Now replace the above code with the following code in your template.
width:660px;
margin:0 auto 10px;
border:1px solid $bordercolor;
}
#header-wrapper {The above code hides your blog header.Now to use a cool image in place of header search for the following code in your template.
width:800px;
margin:0 auto 10px;
border:1px solid $bordercolor;
display:none;
}
<div id='header-wrapper'>Now paste the following code just after the above code.
<b:section class='header' id='header' maxwidgets='1' showaddelement='no'>
<b:widget id='Header1' locked='true' title='Bloganol Demo Blog (Header)' type='Header'/>
</b:section>
</div>
<a href="URL_OF_UR_BLOG"><img src="URL_OF_THE_IMAGE" alt="Home" /></a>Now see the demo below.
Before
After
comments
1 Responses to "Remove blog Header and Use Image Instead"May 22, 2009 at 6:19 PM
good.
Now my bery own template looks good
Speak Your Mind
Tell us what you're thinking...
and oh, if you want a pic to show with your comment, go get a gravatar!