Web Hosting
Happy New Year 2010 All My Friends !!!

How To Split Blogger Header into 3 Sections



Delicious Digg StumbleUpon Reddit Subscribe to RSS Feed

Sponserd Links

1.Log in to your dashboard--> layout- -> Edit HTML

2.Don't click on "Expand Widget Templates"

3.Scroll down to where you see like this code:

#header {
margin: 5px;
border: 1px solid $bordercolor;
text-align: center;
color:$pagetitlecolor;
}


4.Now replace above code with below code :

#header {
float:left;
width:30%;
height:200px;
margin: 0px;
border: 0px solid $bordercolor;
text-align: center;
color:$pagetitlecolor;
}

#header2{float:left; width:30%; height:200px}

#header3{float:left; width:39%; height:200px}


Look at the picture below.


Note : If you like you can change width,height,... as your choice.

5.Now again scroll down to where you see like this code:

<div id='header-wrapper'>
<b:section class='header' id='header' maxwidgets='1' showaddelement='no'>
<b:widget id='Header1' locked='true' title='YOUR-BLOG-TITLE (Header)' type='Header'/>
</b:section>
</div>


Remember that YOUR-BLOG-TITLE is your real blog title.Look at the example below.

6.Now replace this code with below code :


<div id='header-wrapper'>
<b:section class='header' id='header' maxwidgets='1' showaddelement='no'>
<b:widget id='Header1' locked='true' title='YOUR-BLOG-TITLE (Header)' type='Header'/>
</b:section>

<b:section class='header' id='header2' maxwidgets='4' showaddelement='yes'/>
<b:section class='header' id='header3' maxwidgets='4' showaddelement='yes'/>
<div style='clear:both;'/>
</div><!-- end header-wrapper -->


Look at the example below.


7.Now save your template and your done.It will look like this.

If you find this article useful, please feel free to link to this page from your website or blog.




Don't Copy This Article:

This work by http://www.bloggertipandtrick.net/ is licensed under a
Creative Commons Attribution-Noncommercial-No Derivative Works 3.0 United States License
.


4 comments:

Learn about blogging here said...

Why your blog not showing well in mozilla firefox?

Do you know this my friend?

Anyway...Great tutorial for beginners...keep doing it..

Your best friend ramesh

David Lee said...

again, another great source of info here. i love this stuff...


dave lee.

Mohammad Faizal said...

thanks for the tips & made it : ) however how to add another additional header above on it? thanks

Blogger Tips And Tricks|Latest Tips For Bloggers said...

To Mohammad Faizal,

To Add nother Additional Section above you blogger header,

1.Log in to your dashboard--> layout- -> Edit HTML

2.Don't click on "Expand Widget Templates"

3.Scroll down to where you see like this code:

<div id='header-wrapper'>
<b:section class='header' id='header' maxwidgets='1' showaddelement='no'>
<b:widget id='Header1' locked='true' title='YOUR_BLOG_TITLE' type='Header'/>
</b:section>
</div>

4.Now copy below code and paste it just before above code.

<div id='crosscol-wrapper' style='text-align:center'>
<b:section class='crosscol' id='crosscol2' showaddelement='yes'>
<b:widget id='HTML184' locked='false' title='' type='HTML'/>
</b:section>
</div>

Now save your template and you are done.

Post a Comment

 

Blogger Tips And Tricks|Latest Tips For Bloggers Copyright © 2009 LKart Theme is Designed by Lasantha