Help - Search - Members - Calendar
Full Version: Scrolling Text Boxes...?
Forums > Resource Center > Webmasters' Corner > Webmasters' Corner Resolved Topics
Deidara xD
Yeah, I can't seem to get into Createblog's script's section
(something about being resricted.. I dunno)

So, I'm asking for the script for scrolling text boxes.

Y'know, the boxes that you can put text in, and it doesn't disturb the width/height of the tabel you're putting it in to.

I hope that makes sense. mellow.gif

Yeaaah.. this would be SO much easier if I had access to the script section 'cause I know its in there.

So... Help if you can.
Please. _unsure.gif
tokyo-rose
If you want a textarea, this is the code:
CODE
<textarea>Your text here</textarea>


If you want a DIV, it's this:
CODE
<div style="overflow: auto; height: ###px; width: ###px;">Your text here</div>
Deidara xD
Thanks! ^_^

I'd say this topic is closed~
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.