Guest_imported
New member
- Jan 1, 1970
- 0
I have this code:
<html>
<head>
<title>poi.cjb.net</title>
</head>
<body bgcolor="#000000">
<div align="center">
<table border="1" width="877" height="552">
<tr>
<td width="867" height="135" colspan="3" valign="top" bgcolor="black">
<font color="0066ff" face="verdana" size="1">hi</font>
</td>
</tr>
<tr>
<td width="98" height="405" valign="top" bgcolor="black">
<font color="0066ff" face="verdana" size="1">hi</font>
</td>
<td width="550" height="405" valign="top" bgcolor="black">
<iframe src="about:blank" height="100" width="100" border="0">
</td>
<td width="102" height="405" valign="top" bgcolor="black">
<font color="0066ff" face="verdana" size="1">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
<html>
<head>
<title>poi.cjb.net</title>
</head>
<body bgcolor="#000000">
<div align="center">
<table border="1" width="877" height="552">
<tr>
<td width="867" height="135" colspan="3" valign="top" bgcolor="black">
<font color="0066ff" face="verdana" size="1">hi</font>
</td>
</tr>
<tr>
<td width="98" height="405" valign="top" bgcolor="black">
<font color="0066ff" face="verdana" size="1">hi</font>
</td>
<td width="550" height="405" valign="top" bgcolor="black">
<iframe src="about:blank" height="100" width="100" border="0">
</td>
<td width="102" height="405" valign="top" bgcolor="black">
<font color="0066ff" face="verdana" size="1">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