Add scroll bar to Blog Archive Template
Using Jamroom
michael:
You need to add a css class for .blog-archive-entry
something like:
.blog-archive-entry{
height: 100px;
overflow: scroll;
}
Thank you Michael,
I added that code to the widget code but it didn't work. Do I need to add something else before .blog-archive-entry? Or do I need to add the code to the template (skins/jrNinja/index_blog_list.tpl)?