Friday, February 21, 2014

Add a "Scroll Box" to your blog

How to add a scroll box to blogger



I think most of the internet users know what is a scroll box and you can find them very often in blogs and web sites.Scroll box can be a huge advantage in a situation like displaying a Html code,Java Script code like something. Because Html or a Java script code can be very long,and when you see it actually it's ugly to see.
Because it's not something usually we can read  and it's not in a certain order. So it can be little bit annoying to the readers if you are going to add a Html code like something in your blog post.

And that's why bloggers use the scroll box.It will be like this after you add the scroll box.



Below I have provided the code to add a scroll box. First you start a new post and click on "HTML" and place the code where you want. Then inside the code replace your text with "Enter your text here" .

Then again click on "Compose" and you can see the scroll box

 <textarea cols="50" name="myTextBox" rows="5" style=:background-color: #979999; border: 3px solid #000000; color: white height: 172px; width: 625px;">Enter your text here</textarea>

No comments:

Post a Comment