Results 1 to 2 of 2

Thread: Looking to customize my blogger.com template

  1. #1
    Junior Member
    Join Date
    Apr 2006
    Posts
    2

    Looking to customize my blogger.com template

    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

  2. #2
    Junior Member
    Join Date
    Apr 2006
    Posts
    2

    Smile I answered my own question

    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>

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •