Home
How to...
Did you know...
Su Doku
Links
Other pages
Pictures
Videos
Wishlist
Write to me!
Andviks.com
Kojimas.com
Dreamhost
This is the coding that makes the box:
<div style="border:1px solid; width:150px; height:100px; overflow:auto;">Write
what you want to appear in the box in between here.
</div>
I am here assuming that you are using WebDwarf to make your webpage.
How to create a webpage with WebDwarf. What you then do to
add this scrolling box in your webpage is, click on the icon named Code on the side inside
WebDwarf.
You will get a box that looks just like the text box. Copy and paste the code above,
the one that starts out with <div... and ends with </div>. Write what you want to
in bewteen the parenteses things. Click on Save and Close and when the Code box closes, you
will see that you get a box, that also looks just like the text box with the things you typed
in it. Don't worry about the popup message you get. It just says that you won't see the final
result until it's opened by a browser. And that's it! Click on the Preview button if you
want to check out how it turned out looking.
But what if you want to change the size of the box? This is what you do then. If you look at the
coding that makes the scrolling box, there are a couple of things between quotation marks:
"border:1px solid; width:150px; height:100px; overflow:auto;"