JorJorMogBoi
06-25-2003, 04:09 PM
Hi, I'm really new at this webpage making thing. I was going through the tutorials at the website and started making example webpages just so I knew I understood the information. Anyway, my problem is this: I can make an Iframe, but if I do, no text can come after it. If it does, it won't show up. Here is my code:
<html>
<head>
<title>My Page</title>
</head>
<body bgcolor="ffccff">
<font face="Comic Sans MS" size="4" color="3399ff">
<p align=center>This is My Home Page<br><br></p>
<center><iframe src="inline.html" name="inlineframe" width="200" height="70" frameborder="0" border="0"
</iframe></center>
<br><br>
<font face="Comic Sans MS" size="4" color="3399ff">
<p align=right>Click this <a href="me.html" target="inlineframe">link</a><br>
to load a page in a page.<br>
Whoa!<br></p>
</font>
</body>
</html>
I was basically just trying to load another page in the iframe to see if it worked. The text only shows up when I delete the iframe code though. I have tried many variations of text formatting (placing the <p> tag in different areas, using only one, using two, etc.) and nothing seems to work. What am I doing wrong? :\
<html>
<head>
<title>My Page</title>
</head>
<body bgcolor="ffccff">
<font face="Comic Sans MS" size="4" color="3399ff">
<p align=center>This is My Home Page<br><br></p>
<center><iframe src="inline.html" name="inlineframe" width="200" height="70" frameborder="0" border="0"
</iframe></center>
<br><br>
<font face="Comic Sans MS" size="4" color="3399ff">
<p align=right>Click this <a href="me.html" target="inlineframe">link</a><br>
to load a page in a page.<br>
Whoa!<br></p>
</font>
</body>
</html>
I was basically just trying to load another page in the iframe to see if it worked. The text only shows up when I delete the iframe code though. I have tried many variations of text formatting (placing the <p> tag in different areas, using only one, using two, etc.) and nothing seems to work. What am I doing wrong? :\