tefer
01-19-2006, 10:12 AM
Hi i have a problem here. I wanted to make an iframe on the image but my iframe is outside the image and i cant get it in :crying: Can someone tell me what is the problem? here is the code im using
<html>
<head>
<title>smile and table for two</title>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251">
</head>
<body bgcolor="#000115 ">
<!-- ImageReady Slices (smile and table for two.psd) -->
<div align="center">
<table id="Table_01" width="451" height="300" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="5">
<img src="images/smile-and-table-for-two_01.jpg" width="450" height="30" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="30" alt=""></td>
</tr>
<tr>
<td rowspan="4">
<img src="images/smile-and-table-for-two_02.jpg" width="15" height="270" alt=""></td>
<td rowspan="3">
<img src="images/smile-and-table-for-two_03.jpg" width="59" height="260" alt=""></td>
<td colspan="3">
<img src="images/smile-and-table-for-two_04.jpg" width="376" height="83" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="83" alt=""></td>
</tr>
<tr>
<td rowspan="3">
<img src="images/smile-and-table-for-two_05.jpg" width="152" height="187" alt=""></td>
<td>
<TD WIDTH="0" HEIGHT="0"><iframe src="main.html" name="frame"WIDTH="163" HEIGHT="169" LEFT="74" frameborder="0"></iframe></TD>
<td rowspan="3">
<img src="images/smile-and-table-for-two_07.jpg" width="61" height="187" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="169" alt=""></td>
</tr>
<tr>
<td rowspan="2">
<img src="images/smile-and-table-for-two_08.jpg" width="163" height="18" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="8" alt=""></td>
</tr>
<tr>
<td>
<img src="images/smile-and-table-for-two_09.jpg" width="59" height="10" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="10" alt=""></td>
</tr>
</table>
</div>
<!-- End ImageReady Slices -->
</body>
</html>
<html>
<head>
<title>smile and table for two</title>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251">
</head>
<body bgcolor="#000115 ">
<!-- ImageReady Slices (smile and table for two.psd) -->
<div align="center">
<table id="Table_01" width="451" height="300" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="5">
<img src="images/smile-and-table-for-two_01.jpg" width="450" height="30" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="30" alt=""></td>
</tr>
<tr>
<td rowspan="4">
<img src="images/smile-and-table-for-two_02.jpg" width="15" height="270" alt=""></td>
<td rowspan="3">
<img src="images/smile-and-table-for-two_03.jpg" width="59" height="260" alt=""></td>
<td colspan="3">
<img src="images/smile-and-table-for-two_04.jpg" width="376" height="83" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="83" alt=""></td>
</tr>
<tr>
<td rowspan="3">
<img src="images/smile-and-table-for-two_05.jpg" width="152" height="187" alt=""></td>
<td>
<TD WIDTH="0" HEIGHT="0"><iframe src="main.html" name="frame"WIDTH="163" HEIGHT="169" LEFT="74" frameborder="0"></iframe></TD>
<td rowspan="3">
<img src="images/smile-and-table-for-two_07.jpg" width="61" height="187" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="169" alt=""></td>
</tr>
<tr>
<td rowspan="2">
<img src="images/smile-and-table-for-two_08.jpg" width="163" height="18" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="8" alt=""></td>
</tr>
<tr>
<td>
<img src="images/smile-and-table-for-two_09.jpg" width="59" height="10" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="10" alt=""></td>
</tr>
</table>
</div>
<!-- End ImageReady Slices -->
</body>
</html>