Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

I need help (about iframes & tables)

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
I have this code:


<html>
<head>
<title>poi.cjb.net</title>
</head>

<body bgcolor=&quot;#000000&quot;>
<div align=&quot;center&quot;>
<table border=&quot;1&quot; width=&quot;877&quot; height=&quot;552&quot;>
<tr>
<td width=&quot;867&quot; height=&quot;135&quot; colspan=&quot;3&quot; valign=&quot;top&quot; bgcolor=&quot;black&quot;>

<font color=&quot;0066ff&quot; face=&quot;verdana&quot; size=&quot;1&quot;>hi</font>

</td>
</tr>
<tr>
<td width=&quot;98&quot; height=&quot;405&quot; valign=&quot;top&quot; bgcolor=&quot;black&quot;>

<font color=&quot;0066ff&quot; face=&quot;verdana&quot; size=&quot;1&quot;>hi</font>

</td>
<td width=&quot;550&quot; height=&quot;405&quot; valign=&quot;top&quot; bgcolor=&quot;black&quot;>

<iframe src=&quot;about:blank&quot; height=&quot;100&quot; width=&quot;100&quot; border=&quot;0&quot;>

</td>

<td width=&quot;102&quot; height=&quot;405&quot; valign=&quot;top&quot; bgcolor=&quot;black&quot;>


<font color=&quot;0066ff&quot; face=&quot;verdana&quot; size=&quot;1&quot;>hi</font>

</td>
</tr>
</table>
</div>

</body>

</html>
---------------------------------------------------------
and the code shoud work but the iframe makes the last line not show up (the 1 i made bold) and i need to get this finished. Thank you

-Poison
 
Well i was thinking and i was wondering if there was any type of code that i could put in the iframe code to have it be placed on the page anywhere. Im going to put the iframe out of the table and just use that code if there is 1. So if you could please help me with that code that would be great.

-Poison
 
It might help if you would close your iframe tag.

That fixed the problem in IE5. ===
Supports Mozilla and Web Standards
Knows HTML/XHTML, CSS1, JavaScript, PHP, C++, DOM1
===
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top