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:
https://www.youtube.com/watch?feature=player_embedded&v=VJwVC2ZZeV8

0 comments:

Post a Comment