How to make archive be scrolled on blogspot

How to make archieve be scroll on blogspot
Archive widget very helpful everyone who visit your blog or websites. I think everyone need have a neat blog, and one of the way is add scroll to archive widget.  I'm sure if you blog archives with scroll it will look good. 
How to make archive be scrolled on blogspot


1. Log in to your blogger account
2. Click CTRL + F and find this word type='BlogArchive'
3. Then look at the code below, it will be look like this
<b:includable id='main'>
<b:if cond='data:title'>
<h2><data:title/></h2>
</b:if>
<div class='widget-content'><div id='ArchiveList'>

4. Then add the following code style = 'overflow: auto; height: 200px' before the green code
then it will be 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'>

* Numbers 200 on style='overflow:auto; height:200px' show the height scrolled, you can change it accordance with your wishes.
May be useful.

0 komentar:

Post a Comment