Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- cara menambah kolom blog
- #1 kolom
- before ]]></b:skin>
- #satu_kolom{
- margin:10px 0;
- padding:1%;
- width:98%;
- }
- >> code (susuaikan tempat)
- <div id="satu_kolom">
- <b:section class='header' id='satukolomajah' preferred='yes'/>
- </div>
- #2 kolom
- before ]]></b:skin>
- #dua-kolom-dibawah-header {
- clear:both;
- }
- .dua-kolom {
- }
- >> code (susuaikan tempat)
- </div>
- <div id='dua-kolom-dibawah-header'>
- <div id='kolom1' style='width: 50%; float: left; margin:0; text-align: left;'>
- <b:section class='dua-kolom' id='kolom1' preferred='yes' style='float:left;'/>
- </div>
- <div id='kolom2' style='width: 50%; float: right; margin:0; text-align: left;'>
- <b:section class='dua-kolom' id='kolom2' preferred='yes' style='float:right;'/>
- </div>
- <div style='clear:both;'/>
- </div>
- #3 kolom
- before ]]></b:skin>
- #tiga-kolom-dibawah-header {
- clear:both;
- }
- .tiga-kolom {
- }
- >> code (susuaikan tempat)
- <div id='tiga-kolom-dibawah-header'>
- <div id='kolom1' style='width: 35%; float: left; margin:0; text-align: left;'>
- <b:section class='tiga-kolom' id='kolom1' preferred='yes' style='float:left;'/>
- </div>
- <div id='kolom2' style='width: 35%; float: center; margin:0; text-align: left;'>
- <b:section class='tiga-kolom' id='kolom2' preferred='yes' style='float:center;'/>
- </div>
- <div id='kolom3' style='width: 30%; float: right; margin:0; text-align: left;'>
- <b:section class='tiga-kolom' id='kolom3' preferred='yes' style='float:right;'/>
- </div>
- <div style='clear:both;'/>
- </div>
Advertisement
Add Comment
Please, Sign In to add comment