View Full Version : text under frame


soundasleep
05-28-2003, 06:38 PM
how come after i added the iframe, my text underneath won't work anymore?

<div align="center">
<iframe src="insert.html" name="inlineframe" width="600" height="280" scrolling=auto style="border: 0></iframe>
</div>

<p> my text is going here</p>

grumpy
05-28-2003, 08:25 PM
try this code its all i can think of that might be doing it


<font face="your font" size="your size #" color="#your color number">your text goes here</font>

starlet
05-29-2003, 01:56 AM
You are missing an ending quote after the border bit

<div align="center">
<iframe src="insert.html" name="inlineframe" width="600" height="280" scrolling=auto style="border: 0"></iframe>
</div>

<p> my text is going here</p>