So I decided to make them appear as scrolling upwards so that all the links are displayed within the space we decide to allot them. You can see this in action here itself.
If you take a look at my Right-side-bar, I have a scrolling list of CREDITS.This gives a neat-and-tidy look .Want to add a similar look to your blog as well.. follow the instructions closely
This is assuming that you know how to add ordinary and linked lists.
- SAVE AND BACK UP YOUR TEMPLATE
- The logic is to use a marquee within a table..here I am using it in sidebar
- Template-Add Page Elements-HTMLJavascript page element
<table width="100%" border="1" >
<tr ><td >
<marquee height=150 width=100% onMouseover="this.stop()" onMouseout="this.start()" direction=up scrollamount="2">
*******what ever list you wish to add******
</marquee>
<td></tr></table> - If you wish to add an ordinary list then just add them normally
- If you wish to add a list with links then add them using the <a href="URL_of the link" > Text that represents the link </a>
- You may add as many number of lists as you wish.
- Save and view.


Comment Form under post in blogger/blogspot