D
drcool
I have a web page in FrontPage 2000 where an image that is inside a
hyperlink in a table cell shows up fine in the FrontPage editor, but when
viewing the page from the server in IE it's gone. Here's what the HTML
should look like:
<!--mstheme--></font></td>
<td width="25%"><!--mstheme--><font face="Arial, Arial, Helvetica">
<p align="center"><a href="gallery/61.htm"><img border="0"
src="gallery/tn/61.jpg" width="120" height="95"></a></p>
<!--mstheme--></font></td>
<td width="25%" valign="middle" align="center"><!--mstheme--><font
face="Arial, Arial, Helvetica"><p align="center"><a
href="gallery/12.htm"><img border="0" src="gallery/tn/12.jpg" width="120"
height="95"></a></p>
<!--mstheme--></font></td>
</tr>
</table>
Here's what I see when browsing the page from the server. Notice that the
cell with the file 61.jpg has an <img> tag inside the hyperlink, but there
is no image tag for 12.jpg in the following cell:
<!--mstheme--></font></td>
<td width="25%"><!--mstheme--><font face="Arial, Arial, Helvetica">
<p align="center"><a href="gallery/61.htm"><img border="0"
src="gallery/tn/61.jpg" width="120" height="95"></a></p>
<!--mstheme--></font></td>
<td width="25%" valign="middle" align="center"><!--mstheme--><font
face="Arial, Arial, Helvetica"><p align="center"><a
href="gallery/12.htm"></a></p>
<!--mstheme--></font></td>
</tr>
</table>
Any ideas?
I did find KB article 186448 which seemed tantalizing but that does not
appear to be the problem.
Thanks,
-Chris. (drcool @ msn.com)
hyperlink in a table cell shows up fine in the FrontPage editor, but when
viewing the page from the server in IE it's gone. Here's what the HTML
should look like:
<!--mstheme--></font></td>
<td width="25%"><!--mstheme--><font face="Arial, Arial, Helvetica">
<p align="center"><a href="gallery/61.htm"><img border="0"
src="gallery/tn/61.jpg" width="120" height="95"></a></p>
<!--mstheme--></font></td>
<td width="25%" valign="middle" align="center"><!--mstheme--><font
face="Arial, Arial, Helvetica"><p align="center"><a
href="gallery/12.htm"><img border="0" src="gallery/tn/12.jpg" width="120"
height="95"></a></p>
<!--mstheme--></font></td>
</tr>
</table>
Here's what I see when browsing the page from the server. Notice that the
cell with the file 61.jpg has an <img> tag inside the hyperlink, but there
is no image tag for 12.jpg in the following cell:
<!--mstheme--></font></td>
<td width="25%"><!--mstheme--><font face="Arial, Arial, Helvetica">
<p align="center"><a href="gallery/61.htm"><img border="0"
src="gallery/tn/61.jpg" width="120" height="95"></a></p>
<!--mstheme--></font></td>
<td width="25%" valign="middle" align="center"><!--mstheme--><font
face="Arial, Arial, Helvetica"><p align="center"><a
href="gallery/12.htm"></a></p>
<!--mstheme--></font></td>
</tr>
</table>
Any ideas?
I did find KB article 186448 which seemed tantalizing but that does not
appear to be the problem.
Thanks,
-Chris. (drcool @ msn.com)