Iframe help I have a website that has already been built however on the galleries page I am wanting to replace the current thumbs on the right hand side with a scrolling iframe.
Whenever I add the iframe I loose all the links and everthing below the ifram when testing in dreamweaver. I can supply the code if required, I have tried removing all the code under the iframe and replaceing it but that doesn't work either.
HELP PLEASE
With iframe code
The bottom banner disappears and the links do not work other than the link from a thumb in the iframe to the large _parent image
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.W3.Org/TR/xhtml1/DTD/xhtml1-transitional.Dtd">
<html xmlns="http://www.W3.Org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Bradley Ede Photography</title>
<style type="text/css">
<!--
Body {
background-color: #333333;
}
.Style5 {color: #FFFFFF; font-family: Arial, Helvetica, sans-serif; }
.Style6 {font-family: Arial, Helvetica, sans-serif}
-->
</style>
</head>
<body>
<p>Â </p>
<table width="800" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td colspan="4" bgcolor="#000000"><img src="../logobanne.Jpg" width="800" height="80" border="0" usemap="#Map5" /></td>
</tr>
<tr>
<td colspan="4" valign="top" bgcolor="#000000"><div align="center">
<table width="800" border="0" cellspacing="0" cellpadding="0">
<tr>
<td colspan="2">Â </td>
</tr>
<tr>
<td colspan="2"><div align="center"><img src="../headsydney .Jpg" width="200" height="40" /></div></td>
</tr>
<tr>
<td width="571" rowspan="2" valign="top"><div align="left"><img src="../images/Sydney/web/Kirribilli Sydney Dawn.Jpg" width="595" height="238" /></div></td>
<td width="200" valign="top"><p></p>
<iframe src="content.Htm" width="200" height="300" scrolling="auto" frameborder="0">
</table>
</div>
<p>Â </p>
<p>Â </p></td>
</tr>
<tr>
<td width="200" bgcolor="#000000"><div align="center"><img src="../about.Jpg" width="200" height="23" border="0" usemap="#Map" /></div></td>
<td width="200" bgcolor="#000000"><img src="../galleries.Jpg" width="200" height="23" border="0" usemap="#Map2" /></td>
<td width="200" bgcolor="#000000" class="style6"><img src="../contact.Jpg" width="200" height="23" border="0" usemap="#Map3" /></td>
<td width="200" bgcolor="#000000" class="style6"><img src="../order.Jpg" width="200" height="23" border="0" usemap="#Map4" /></td>
</tr>
<tr>
<td colspan="4" bgcolor="#000000"><span class="style6"><img src="../lowbanner2.Jpg" width="800" height="38" /></span></td>
</tr>
</table>
<area shape="rect" coords="64,3,135,22" href="../gallery.Html" />
</map>
<map name="Map3" id="Map3">
<area shape="rect" coords="56,3,145,19" href="../contact.Html" />
</map>
<map name="Map4" id="Map4">
<area shape="rect" coords="55,4,145,19" href="../order.Html" />
</map>
<map name="Map5" id="Map5">
<area shape="rect" coords="3,2,227,78" href="http://www.Bephotography.Biz" />
<area shape="rect" coords="366,43,470,64" href="../brad.Html" />
<area shape="rect" coords="486,43,548,68" href="../gallery.Html" />
<area shape="rect" coords="568,44,646,64" href="../contact.Html" />
<area shape="rect" coords="661,44,742,63" href="../order.Html" />
<area shape="rect" coords="756,46,798,64" href="../index.Html" />
</map>
<map name="Map2" id="Map2"><area shape="rect" coords="62,4,140,19" href="../gallery.Html" />
</map>
<map name="Map" id="Map"><area shape="rect" coords="41,4,159,20" href="../brad.Html" />
</map></body>
</html>
-question by Bradley Ede
Reply