tonybrooklyn
April 28th, 2006, 19:42 PM
Looking to customize my blogger.com template by adding my own header. I've ran through the code provided by them as well as googled the hell out of "customize my blogger.com template" but it's all the same thing, not one result came back with what I'm looking for. Is ther eanyone out there that can point me in the right direction?
Thanks,
Brooklyn
tonybrooklyn
April 28th, 2006, 20:16 PM
You see this part?
CODE
<div id="header">
<h1 id="blog-title">
<ItemPage><a href="<$BlogURL$>"></ItemPage>
<$BlogTitle$>
<ItemPage></a></ItemPage>
</h1>
<p id="description"><$BlogDescription$></p>
</div>
Replace this whole section by the following,
CODE
<div id="header">
<h1 id="blog-title">
<ItemPage><a href="<$BlogURL$>"></ItemPage>
<img src="http://photos1.blogger.com/blogger/5948/1441/1600/HSA-header.jpg" alt="<$BlogTitle$>" title="<$BlogDescription$>" />
<ItemPage></a></ItemPage>
</h1>
</div>