Welcome to Starlitdaze.com
Need a Scroll Box for your Text?
To create a scroll box on your Web,
Page, just use this code below.
You can change the size of your box by,
changing the ROWS and COLS Numbers!
<head>
<body>
<textarea ROWS=5
COLS=30>
Type your text right in here!
</textarea>
</body>
You can also use this code for creating
Scroll Boxes on your Web Page:
<text area ROWS=5 COLS=30>
Type your text right in here</text area>
You can edit the size of your box by
changing the Height and Width of the Pixel
Numbers!
<div style="border: 2px solid rgb(0, 0, 0); width:
175px; height: 125px;overflow: auto;">
Type your text right in here</div>
Just fill in the sction that says "Put your text here." the text will automatically wrap around as you type, and the box will expand as needed. The vertical and horizontal scrolling bars will then appear as they are needed! Pretty cool stuff! Why Not Try It?