Adding Coloumn at blog

Hmm.. all my friend..
Now i will shared to all of you how to adding new coloumn at blog...
Generally coloumn at blog only two, but any other people want to add new coloumn in their blog..
To adding new coloumn can do with some methode..
first, with use new template whit have three coloumn..
and the second, with edit html your blog...
Now i will share how to adding newcoloumn at blog

the first we must doing is calculate wide of new coloumn..
example,, we want make new coloumn wide is 200px..
so we must widening all of the layout/page of blog, wide of main widget, sidebar, and new sidebar must same with wide of layout/page..
if you dont know how to widening the layout/page, click here
after that,, you must entrance to your blog and goto edit html..
click centang Expand Widget Templates..
after then find this script..
#sidebar-wrapper {
width: 220px;
float: right;

word-wrap: break-word; /* fix for long text breaking sidebar float in IE */

overflow: hidden; /* fix for long non-text content breaking IE sidebar float */

}

after that write this code in under that code..
#sidebar2-wrapper {
width: 180px;

float: right;

padding-left:10px;

word-wrap: break-word;

overflow: hidden;

}

after that goto body
find this script..
<div id='sidebar-wrapper'>
<b:section class='sidebar' id='sidebar' preferred='yes'>

<b:widget id='Profile1' locked='false' title='Mengenai Saya' type='Profile'/>

<b:widget id='BlogArchive1' locked='false' title='Arsip Blog' type='BlogArchive'/>

</b:section>

</div&gt

Write this script under that code
<div id='sidebar2-wrapper'>
<b:section class='sidebar' id='sidebar2' preferred='yes'/>

</div>

after that save and look your blog..

0 comments:

Post a Comment