Saturday, February 13, 2010

Creating Header 2 (Two) Column

http://www.cakesbynette.com/retro_background_for_blog_1_.JPG
Various models have the template now uses two columns header facility. Its function is very much at all because you can insert ads script like gadgets and others who want to highlight. For those who still have a column header do not get discouraged because you can change it. Just follow the steps below

1. Login to Blogger
2. Layout - Edit HTML
3. Look for code similar to code below
/* Header
===================================
*/
#header-wrapper {
width:900px;
margin:0 auto 0px;
background:$bgheadercolor url(http://ahom24.googlepages.com/magazine_01.jpg) no-repeat top center;
height:190px;
}

#header-inner {
width:900px;
background-position: center;
margin-$startSide: auto;
margin-$endSide: auto;
}

#header {
margin: 0px;
text-align: left;
color:$pagetitlecolor;
}

Remove and Replace with the following code:

/* Header
===================================
*/

#header-wrapper {
width:900px;
margin:0 auto 0px;
background:$bgheadercolor url(http://ahom24.googlepages.com/magazine_01.jpg) no-repeat top center;
height:190px;
}

#head-inner {
width:600px;
background-position: left;
margin-left: auto;
margin-right: auto;
float:left;
}

#header {
margin: 0px;
text-align: left;
color:#ffcc66;
}

#r_head{
width:300px;
float:left;
padding-top:10px;
}

Then find the code similar to code below
<div id='header-wrapper'>
<b:section class='header' id='header' maxwidgets='1' showaddelement='no'>
<b:widget id='Header1' locked='true' title='Test Blog (Header)' type='Header'/>
</b:section>
</div>

Delete and replace with the following code

<div id='header-wrapper'>
<div id='head-inner'>
<b:section class='header' id='header' maxwidgets='1' showaddelement='no'>
<b:widget id='Header1' locked='true' title='Test Blog (Header)' type='Header'/>
</b:section>
</div>
<div id='r_head'>
<b:section class='header' id='header2' preferred='yes'/>
</div>
</div>

Finally save the template, remember I said similar to the code above the code, good looking .... Good luck ...

Digg Google Bookmarks reddit Mixx StumbleUpon Technorati Yahoo! Buzz DesignFloat Delicious BlinkList Furl
If you liked the article on this blog, Please click here Subscribe for free via email, so you'll get a delivery of articles to every article published in www.face-tutorial.co.cc

Related Post :

3 comment: on "Creating Header 2 (Two) Column"

gunawan said...

thanks to the information,
because it is very helpful especially in making and messing work on bloggers who I have today

Anonymous said...

hi bro...
nice post
if you want
get my collection reference at
UNAND's REPOSITORY

Konik Saputra said...

@gunawan : ok

@zulka : thank you friend

Post a Comment