Hi there,
You can try this:
Code:
<div style="overflow:auto; width:478px; height:88px;">
Hi I am a div off 478 x 88 pixels.
I will display scrollbars automatically when I
contain too much text to display at once.<br />
Hi I am a div off 478 x 88 pixels.
I will display scrollbars automatically when I
contain too much text to display at once.<br />
Hi I am a div off 478 x 88 pixels.
I will display scrollbars automatically when I
contain too much text to display at once.<br />
</div>
This doesn't necessarily have anything to do with Dreamweaver, though. This example uses CSS to limit the size of the "box" (the <div> tag in this example). The
overflow property determines whether scrollbars are displayed.
auto means when necessary;
scroll will display the scrollbars, whether they are necessary or not.
HtH,
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
While typing this post, I was listening to:
Eerlijkheid by
Hans Teeuwen (Track 17 from the album:
Dat Dan Weer Wel)
What's This?