Blogger Tips and Tricks #4
1. How do I create a scrolling blogroll?
Go to add a gadget or HTML code for sidebar
For blogger under add, a gadget select HTML/java code
Paste the following code and add a title such as “Blogs I Follow”
<center><div><marquee direction=”up” width=”200″ onmouseover=”this.stop()” scrollamount=”5″ onmouseout=”this.start()” height=”400″ align=”center”> THIS IS WHERE YOU ADD THE HTML CODES FOR BUTTONS! (add as many as you like!) </marquee></div>
Now you can add buttons.
Go to your fave blog.
Copy their button code and paste that code between …