red_of_rby
06-11-2003, 08:04 AM
Hello, I have a table of thumbnails, and i want each thumbmail to display in an iframe on click. This all happens within a <div>
Current code:
<div id="juice">
<table width="1000px" height="60px">
<tr width="1000px" height="60px">
<a href="red01.jpg" target="solo"><img height="60px" width="40px" src="red01.jpg"></a>
</tr>
</table>
<p>
<iframe src="red.jpg" name="solo" frameborder="0" scrolling="no" align="middle" width="75%">
</iframe>
</p>
</div>
The link isn't working. Can anyone help?
Cheers
Ed
Current code:
<div id="juice">
<table width="1000px" height="60px">
<tr width="1000px" height="60px">
<a href="red01.jpg" target="solo"><img height="60px" width="40px" src="red01.jpg"></a>
</tr>
</table>
<p>
<iframe src="red.jpg" name="solo" frameborder="0" scrolling="no" align="middle" width="75%">
</iframe>
</p>
</div>
The link isn't working. Can anyone help?
Cheers
Ed