RECENT POST WIDGET WITH SCROLL BAR-1

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
<ul style="width: 280px; height:580px; overflow: auto;">
<style>
img.recent_thumb {padding:1px;width:70px;height:70px;border:0;float:left;margin:5px;}
.recent_posts_with_thumbs {float: left;width:100%;min-height: 70px;margin: 5px 0px 5px 0px; padding:0;font:13px arial;}
ul.recent_posts_with_thumbs li {padding-bottom:5px;padding-top:5px;min-height:70px;list-style:none;}
.recent_posts_with_thumbs a {text-decoration:none;}
.recent_posts_with_thumbs strong {font: 11px arial;}
</style>
<script style="text/javascript" src="https://rawgit.com/github-codes/099722995e6919ad7f672f762b446ce0/raw/b945ad3c79a8d1bc22abfe06dd7ca86fd9d4b846/posts-by-label-1.js"></script>
<script>
var numposts = 25;
var showpostthumbnails = true;
var displaymore = false;
var displayseparator = true;
var showcommentnum = true;
var showpostdate = true;
var showpostsummary = true;
var numchars = 200;
</script>
<script src="https://the-best-widgets.blogspot.com/feeds/posts/default/?orderby=published&alt=json-in-script&callback=showrecentpostswiththumbs"></script></ul>