Scroll Box is often found on blogs, serves to save space on the blog so that page views are not too long, as in posting a few months ago entitled Adding a Scroll Box In Blogger with examples of the display as follows:
How to create a scrolling bar / Box Scroll by Title Recent Post on Blogger.Ok is that so, follow these easy steps below:
Blogger Login>> Dashboard>> Layout>> Add Gadget>> HTML ScriptCopy Code Here:
Remember to replace your blog with your.blogspot.comBlue Color = The number of posts you want displayed300 = width BoxScroll size200 = high Scroll Box size
10 = the number of posts to be displayed
Good luck
How to create a scrolling bar / Box Scroll by Title Recent Post on Blogger.Ok is that so, follow these easy steps below:
Blogger Login>> Dashboard>> Layout>> Add Gadget>> HTML ScriptCopy Code Here:
<div style="overflow:auto;width:300px;height:200px;padding:10px;border:1px solid #eee">
<script language="JavaScript" src="http://feed2js.org//feed2js.php?src=http%3A%2F%2Fwww.yourblog.blogspot.com%2Ffeeds%2Fposts%2Fdefault&num=10" type="text/javascript"></script>
</div>
</div>
Remember to replace your blog with your.blogspot.comBlue Color = The number of posts you want displayed300 = width BoxScroll size200 = high Scroll Box size
10 = the number of posts to be displayed
Good luck