Question:
HTML scroll box code?
anonymous
2009-06-06 18:56:34 UTC
i need a scroll box code.
just a plain and simple one..that WORKS.

thanks :)
Four answers:
Sharingan616
2009-06-06 19:05:24 UTC




PLACE IMAGES, LINKS, OR TEXT HERE









This is the code for a basic scroll box. Once you add enough text, a scroll bar will appear to the side of the box. Or, you could change the size of the box in the code.

Hope this helps:)
anonymous
2009-06-06 19:05:40 UTC
Look Here!



http://www.quackit.com/html/codes/html_scroll_box.cfm
anonymous
2015-08-10 08:22:26 UTC
This Site Might Help You.



RE:

HTML scroll box code?

i need a scroll box code.

just a plain and simple one..that WORKS.



thanks :)
anonymous
2016-03-14 18:43:34 UTC
You try to use CSS to reposition that box. Send me a message with your code, if you wish to, so that I could look at it and help you with that, or you could post your code here as well, as additional details for this question, and me, or other answerers might be able to help. Basically, however, what you do with css is, give the tag a class (class="example1") attribute or id (id="example2") atrribute, and then you call these attributes with the help of CSS and reposition them. A quick example is as given below: Example Page
Loading...