1.Log in to your dashboard--> layout- -> Edit HTML
2.Click on "Expand Widget Template"
3.Scroll down to where you see this:-
<div class='titlewrapper'>
<h1 class='title'>
<b:if cond='data:blog.url == data:blog.homepageUrl'>
<data:title/>
<b:else/>
<a expr:href='data:blog.homepageUrl'><data:title/></a>
</b:if>
</h1>
</div>
4.Replace above code with below code.
<div class='titlewrapper'>
<h1 class='title'>
<a expr:href='LINK_OF_YOUR_ANOTHER_SITE'><data:title/></a>
</h1>
</div>
NOTE : Replace 'LINK_OF_YOUR_ANOTHER_SITE' with actual URL of your another site and save template.
File Under : change template, header, html


Hi,Thank you very much for visiting here. I'm Lasantha, Founder of (
Thanks i will try to implemented in my blog
http://tamilposters.blogspot.com
Please Tell me how You make>>> Home Download Temp lets Jobs Contact button links please tell me I am waiting your answer.
Nadeem ,
If you need to add navigation bar to your blog download css Menu Generator(700 KB) to do it.
http://www.ziddu.com/downloadlink/4641653/cssMenuGenerator.exe
Thanks.
Thanks
I can't seem to get this code to work on my blog deadzones.com. I want the header image to point to deadcellzones.com. Any suggestions of what to modify?