March 12, 2011

Adding Footer 3 column blogger

Blogs I really feel cramped at all Well? It seems if added to the footer will simply provide a place neh.Sebelumnya  sempet  puzzled  me, how the hell how to make the column at the bottom  (footer)? after I was looking for finally I got also this way, well here's how:

  • Login to blooger.com
  • Then go to Layout => Edit HTML
  • click "Expand Widget Templates"
  • Find the red code
<div id='footer-wrapper'>
<b:section class='footer' id='footer'/>
</div>

Note: on some template code: footer or footer-section
  • replace the red code with the following script:
<div id='footer-column-container'>

<div id='footer2' style='width: 30%; float: left; margin:0; text-align: left;'>

<b:section class='footer-column' id='col1' preferred='yes' style='float:left;'/>
</div>

<div id='footer3' style='width: 40%; float: left; margin:0; text-align: left;'>
<b:section class='footer-column' id='col2' preferred='yes' style='float:left;'/>
</div>

<div id='footer4' style='width: 30%; float: right; margin:0; text-align: left;'>

<b:section class='footer-column' id='col3' preferred='yes' style='float:right;'/>
</div>

<div style='clear:both;'/>
<p>
<hr align='center' color='#5d5d54' width='90%'/></p>
<div id='footer-bottom' style='text-align: center; padding: 10px; text-transform: lowercase;'>

<b:section class='footer' id='col-bottom' preferred='yes'>
<b:widget id='Text2' locked='false' title='' type='Text'/>
</b:section>

</div>
<div style='clear:both;'/>

</div>
  • Save

0 Responses to “Adding Footer 3 column blogger”

Post a Comment

Prizegod.com

My Headlines

Back To Top