In order to make a new column, we only need to put a little ‘spices’ like CSS code and HTML code in your template code. And this won’t be as hard as you imagine. Just follow my instructions below:
- Log In to Blogger with your ID
- Click Design
- Click tab Page Element. Look at your layout template structure. Usually it will be like this:
- Next, click tab Edit HTML.
- Click sentence Download Full Template, it is very important for you to backup this!
- Copy the code below, then paste it before code ]]></b:skin>
#under_header{
margin:10px 0;
padding:1%;
width:98%;
}
- Find out code which look exactly like this :
<div id='header-wrapper'>
<b:section class='header' id='header' maxwidget="1" showaddelement="no">
<b:widget id='Header1' locked='true' title='test (Header)' type='Header'/>
</b:section>
</div>
- Copy the code below, and paste it exactly after that code :
<div id="under_header">
<b:section class='header' id='underheader' preferred='yes'/>
</div>
- Click SAVE TEMPLATE buttons, and wait until your template saved.
- Click tab Page Element and your layout structure will be like this…
- Now you already have an element which placed exactly below your header. Feel free to add any elements do you wanted to. Want some Google Advertise, or maybe some photos, it’s all up to you!
Codes that I have shown to you aren’t unconditional. That’s only the simplest codes, for making this tutorial. Feel free to change it and reconstruct it as much as you can. GL…
0 comments:
Post a Comment