Hi bloggy readers,
In this post i would like to explain to you all about what is a header? Header in english terms means head of something. In blogger or any web terms, it's usually called as a Header. Header is the head of template where most of the blogger/people use it to place their main logo. But, do you know exactly where is the position of the header?
Ok, let me describe to you all with the picture below!
Now you can see that the position of header is at the top of the template.
Where is header in your template code?
And now you want to know more about the position of header in HTML code on blogger template? Ok, now look at the code below!
/* Header
-----------------------------------------------
*/
#header-wrapper {
width:840px;
margin:0 auto 10px;
border:1px solid $bordercolor;
}
-----------------------------------------------
*/
#header-wrapper {
width:840px;
margin:0 auto 10px;
border:1px solid $bordercolor;
}
Yeah, that is the header code where we can edit it with whatever we want. For example change the logo, adjust the width or height of the header, change the background color or text color, or anything. I already explain about how to change the header interface in this blog, go find it.
And then in the bottom of the HTML template, we can see the code below:
<div id='header-wrapper'>
...
...
...
...
...
</div>
That is the code to display the header column in our blog.
Ok, that's it pale! I am out.

| What do you think? |
Related Posts :




