I have a page that has a text box 380w x 310h to the right of dead center. It has too much text to fit in the box, and so I want to have it scroll within the box. I cannot figure it out. I have tried creating a layer with a iframe using this script:
<iframe src="newpage.html" width="200" height="200"
frameborder="0" scrolling="auto" name="myInlineFrame">
TEXT FOR NON-COMPATIBLE BROWSERS HERE</iframe>
The problem is when I view in Firefox it has the layer and iframe in the center of the page. Is there a way to fix this, I am not doing so good.
Any help would be greatly appreciated
<iframe src="newpage.html" width="200" height="200"
frameborder="0" scrolling="auto" name="myInlineFrame">
TEXT FOR NON-COMPATIBLE BROWSERS HERE</iframe>
The problem is when I view in Firefox it has the layer and iframe in the center of the page. Is there a way to fix this, I am not doing so good.
Any help would be greatly appreciated