If I do:
<div style="width: 200px; height: 200px; background-color: yellow; font-size: xx-large;">
Hello 1<br>
Hello 2<br>
Hello 3<br>
Hello 4<br>
Hello 5<br>
Hello 6<br>
Hello 7<be>
</div>
The text bleeds out of the DIV. I want it to either cut the display of the text off or put scrollbars. Anything but have the text just exit the DIV! I understand that this is basically what the <textarea> does, but I'm trying not to use that tag for other reasons.
Sure appreciate any help!
Thanks!