Random Juvament        

Saturday, August 18, 2012

How To Add A Scroll Box in Blogger

You can create a scroll box in Blogger using the HTML div tag.  The scrollable box will look something like this:


Here is my scroll box.
Here is my scroll box.
Here is my scroll box.
Here is my scroll box.
Here is my scroll box.


To create a scroll box, copy and paste the code below into the HTML section of your blog:


<div style="height: 100px; overflow: auto; width: 100%;">
[enter text here]
</div>

The following video demonstrates how to do this: