More trouble with linking to iframes.

liunx

Guest
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><br />
<br />
Current code:<br />
<br />
<div id="juice"><br />
<table width="1000px" height="60px"><br />
<tr width="1000px" height="60px"><br />
<a href=http://www.webdeveloper.com/forum/archive/index.php/"red01.jpg" target="solo"><img height="60px" width="40px" src="red01.jpg"></a><br />
</tr><br />
</table><br />
<p><br />
<iframe src=http://www.webdeveloper.com/forum/archive/index.php/"red.jpg" name="solo" frameborder="0" scrolling="no" align="middle" width="75%"><br />
</iframe><br />
</p><br />
</div><br />
<br />
The link isn't working. Can anyone help?<br />
<br />
Cheers<br />
Ed<!--content-->your code works for me<br />
<br />
attach the images and I'll try it with your images<br />
<br />
dave<!--content-->
 
Back
Top