I'm sure there's a simple answer to this... or not:
I have a site that is a fixed height. I wish to have another box inside the site with scrollable HTML. One way to do this is with an iFrame, but I'd like to specify the HTML inline (i.e., not use an external file). Is there any other HTML tag (or similar) that will allow me to do this?
If I am barking up the wrong tree here, that might also be helpful to know: how do you get long text into a fixed layout?