Sunday, 3 July 2011

How to create a blog archive on the scroll

To create a scroll on the blog archive is not much different from making a scroll on the gadget blogger / blogspot the other, is as follows:

     * From the dashboard page, click the Layout - Edit HTML.
     * Tick the Expand Widget Templates centrang.
     * Then find the code type = 'BlogArchive' (use the Control F or F3).
     * Note the code underneath it, like this:

           <b:includable id='main'>
           <b:if cond='data:title'>
           <h2> <data:title/> </ h2>
           </ b: if>
           <div class='widget-content'>
           <div id='ArchiveList'>

     * Add a command style = 'overflow: auto; height: 200px' on the code blue, so it becomes like this:

           <b:includable id='main'>
           <b:if cond='data:title'>
           <h2> <data:title/> </ h2>
           </ b: if>
           <div class='widget-content' style='overflow:auto; height:200px'>
           <div id='ArchiveList'>

     * Set height as needed her.
     * Save edits it ...


Ok, that much aja sob. Hopefully not bored by the discussion-that's merely, hehehe ...
Good luck ....
Add to Cart

0 comments:

Post a Comment