Forum Moderators: open
I built this website (newbie at this) using dw mx which appears fine when I preview it locally but when browse it using IE or Netscape one of the images does not display. In fact, when I view the downloaded html the image tag is missing (the tag is there in dw and when I ftp to the server to look at the html).
Thanks in advance,
Tim
Steve
<table width="900" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td colspan="5"><img src="images/italianframe900x600_r1_c1.jpg" width="900" height="60"></td>
</tr>
<tr>
<td width="20"><img src="images/italianframe900x600_r2_c1.jpg" width="20" height="480"></td>
<td width="160"><p><img src="images/btnhomedown.gif" ***edited***</td>
<td width="20"><img src="images/italianframe900x600_r2_c3.jpg" width="20" height="480"></td>
<td width="640"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="640" height="480">
<param name="movie" value="homepage.swf">
<param name=quality value=high>
<embed src="homepage.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="640" height="480"></embed>
</object></td>
<td width="60"><img src="images/italianframe900x600_r2_c5.jpg" width="60" height="480"></td>
</tr>
<tr>
<td height="61" colspan="5"><img src="images/italianframe900x600_r3_c1.jpg" width="900" height="60" border="0" usemap="#Map"></td>
</tr>
</table>
in IE on my computer:
<table width="900" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td colspan="5"><img src="images/italianframe900x600_r1_c1.jpg" width="900" height="60"></td>
</tr>
<tr>
<td width="20"><img src="images/italianframe900x600_r2_c1.jpg" width="20" height="480"></td>
<td width="160"><p><img src="images/btnhomedown.gif" ***edited*** </td>
<td width="20"><img src="images/italianframe900x600_r2_c3.jpg" width="20" height="480"></td>
<td width="640"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="640" height="480">
<param name="movie" value="homepage.swf">
<param name=quality value=high>
<embed src="homepage.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="640" height="480"></embed>
</object></td>
<td width="60"></td>
</tr>
<tr>
<td height="61" colspan="5"><img src="images/italianframe900x600_r3_c1.jpg" width="900" height="60" border="0" usemap="#Map"></td>
</tr>
</table>
Thanks - Tim
[edited by: tedster at 3:34 pm (utc) on Aug. 24, 2004]
[edit reason] remove url [/edit]
difference between your code in dw and the source code from IE it seems that following line is different
<td width="60"><img src="images/italianframe900x600_r2_c5.jpg" width="60" height="480"></td>
now, when I load the page in IE I can see the image correct in the browser and the line <td width="60"><img src="images/italianframe900x600_r2_c5.jpg" width="60" height="480"></td> is present in the source code.
So, try to load the page on another computer and verify of the problem is still present. If not, check your browser settings and zone settings.
Regards,
Karl
I don't believe there is a widespread problem but rather a server fault (with respect to caching) somewhere near me - maybe there is a similar problem near you.
Kaled.
width="60" height="480"
You're running the evil Norton Internet Security, aren't you? The above dimensions are a standard advertizing size, and NIS blocks them.
Try:
[webmasterworld.com...]
and:
[webmasterworld.com...] message #3.