Archive for the ‘SIMPLE COSTUM HEADER’ Category

SIMPLE COSTUM HEADER

June 25, 2009

BackLink by Counters 4 U Add to Technorati Favorites

It’s one of the first things new bloggers want to do, create a header that is unique. There are plenty of ways to re-design the top of your blog. Here is the easiest if you are using Blogger’s Minima template
It’s one of the first things new bloggers want to do, create a header that is unique. There are plenty of ways to re-design the top of your blog. Here is the easiest if you are using Blogger’s Minima template

  1. Find a photograph or graphic that you would like to display in your header.
  2. Upload the photo to a image hosting service.
  3. Go to Blogger’s dashboard and click the template tab.
  4. In the window at the bottom of the screen where the HTML code is, find the portion of code that you see below. The red hi-lited code is what you want to change.
  5. <body>

    <div id=”header”>

    <h1 id=”blog-title”>
    <ItemPage><a href=”<$BlogURL$>”></ItemPage>
    <$BlogTitle$>
    <ItemPage></a></ItemPage>
    </h1>
    <p id=”description”><$BlogDescription$></p>

    </div>

  6. Using the address that the image hosting service provided for your photo, change the code above to this. (note: Image URL is the address the hosting service gave you. It will start with http://}
  7. <body>

    <div id=”header”>

    <h1 id=”blog-title”>
    <ItemPage><a href=”<$BlogURL$>”></ItemPage>
    <img src=”Image URL”>
    <ItemPage></a></ItemPage>
    </h1>
    <p id=”description”><$BlogDescription$></p>

    </div>

That’s all there is to it. Don’t be scared to edit your template. Hot rodding your blog is half the fun of blogging.

Follow

Get every new post delivered to your Inbox.