How to Create Scroll On Blogspot Blog Archive
Hello friends ... Usually when you post the article pretty much later on the blog archive on your blog will become longer. This certainlywill make the blog pages get longer down (especially if arvhive blog with the view hierarchy) which of course will make our blog a littlemore weight.
That's why you need to make a scroll on a blog to archive your blog page does not extend to the bottom. How do you make it?.
Well here's how to make the scroll on your blog archive:
1. First entrance into acount Blogger or Dashboard
2. Select Layout, then click Edit HTML
3. First check Expand Widget Templates
4. Find the code like this: <div id='ArchiveList'> or Archive
5. To facilitate the search, just use Ctrl + F, continue Copas said above, then click next
6. If so, add the following code red color as the scroll
7. The full code is as below:
<b:includable id='main'>
<b:if cond='data:title'>
<h2><data:title/></h2>
</b:if>
<div class='widget-content'>
<b:if cond='data:style == "HIERARCHY"'>
<b:include data='data' name='interval'/>
</b:if>
<b:if cond='data:style == "FLAT"'>
<b:include data='data' name='flat'/>
</b:if>
<b:if cond='data:style == "MENU"'>
<b:include data='data' name='menu'/>
</b:if>
</div>
</div>
</div>
</b:includable>
That's why you need to make a scroll on a blog to archive your blog page does not extend to the bottom. How do you make it?.
Well here's how to make the scroll on your blog archive:
1. First entrance into acount Blogger or Dashboard
2. Select Layout, then click Edit HTML
3. First check Expand Widget Templates
4. Find the code like this: <div id='ArchiveList'> or Archive
5. To facilitate the search, just use Ctrl + F, continue Copas said above, then click next
6. If so, add the following code red color as the scroll
7. The full code is as below:
<b:includable id='main'>
<b:if cond='data:title'>
<h2><data:title/></h2>
</b:if>
<div class='widget-content'>
<div style='overflow:auto; width:ancho;height:300px;'>
<div id='ArchiveList'>
<div expr:id='data:widget.instanceId + "_ArchiveList"'><b:if cond='data:style == "HIERARCHY"'>
<b:include data='data' name='interval'/>
</b:if>
<b:if cond='data:style == "FLAT"'>
<b:include data='data' name='flat'/>
</b:if>
<b:if cond='data:style == "MENU"'>
<b:include data='data' name='menu'/>
</b:if>
</div>
</div>
</div>
<b:include name='quickedit'/></div>
</b:includable>
0 comments:
Post a Comment