Post Tue Sep 14, 2010 11:34 pm

Tutorials: Clickable Header (Falkner Press) Template

Hey guy, if you want to have your Logo Link To Your Homepage.
Follow this tricks below. :D

Visit Here To See How It Look Like. http://911sharing.blogspot.com/

And Here is the tricks.

Find This
<div id='header-wrap'>


you will see this

<div id='logo'>
<h1><a expr:href='data:blog.homepageUrl'>Logo</a></h1>
</div>


So what i want you to do is delete this code here.
<div id='logo'>
and
</div>


Now you only have this code.

<h1><a expr:href='data:blog.homepageUrl'>Logo</a></h1>


LAST STEP

Replace this part
<h1><a expr:href='data:blog.homepageUrl'>Logo</a></h1>


With This


<h1 id='logo'><a expr:href='data:blog.homepageUrl'><img src='YOU IMAGE URL' title='Home Page'/></a></h1>


Save the template and you are done. Visit My Website http://911sharing.blogspot.com/

I was asking Kranthi how to make the LOGO clickable, but no answer.
So i try to figure out myself and it works :)

Post any question if you have

Good Lucks