First of all log in to your blog-spot account of your blog. Once you are log-in click the DESIGN then click on the EDIT HTML option then look for the EXPAND WIDGETS TEMPLATE then once located put a check mark on the small box besides it. Then to quicken the search ob the HTML code of your blog press Ctrl + F so that a search box will appear at the bottom of your browser. Then on the inside of your browser type the first few lines of this code:
<b:section class='header' id='header' maxwidgets='1' showaddelement='no'>
The search item will be quickly displayed, look for the same code as above. Okay once you located this line of code focus your attention on two key items. First on the maxwidget=1 we are going to change the current value of this instead of 1 please change it to 2 then for the next item the showaddelement='no' the current value is set to no please change it to yes. After modifying the value of this two item your code should look like this:
<b:section class='header' id='header' maxwidgets='2' showaddelement='yes'>
After modifying we need to save your template just click on the SAVE TEMPLATE button located just below to editor box. Wait for the confirmation that your modification has been save before returning to the PAGE ELEMENTS page of the dashboard. The page elements you will notice that a new add widget item has appeared. This new item can be very useful especially if you have a advertising code that you need to insert on your blog but could not do so because you have no html or java script programming skills.
No comments:
Post a Comment