Frontpage 2000 image disappears in hyperlinked table cell

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)
 
D

drcool

I did try hand coding the HTML but that did not work. I know the images are
on the server, but for some reason the server extensions can't find them.
It's a fairly large web, I am wondering if I have run into some limitation.
I will try an absolute path, that's a good idea!
I've also tried deleting all web pages containing the images and removing
the image from the web, then creating the pages from scratch. But the
images still refuse to show up. I also created a very simple web page with
just the one image in it, but that is also empty when viewed from the
server, hinting at some sort of database corruption. I also recalculated
hyperlinks, but that didn't work either.

Frustrating!!!!

-Chris.
 
S

Stefan B Rusynko

Provide a URL to the page missing the image
- the FP SE don't play a role in std links/ images
And FP should not be stripping any of your html code if it is as you have shown it

PS post the same snippet (entire row code ) from FP Html view (not your local browser view)
--




| I did try hand coding the HTML but that did not work. I know the images are
| on the server, but for some reason the server extensions can't find them.
| It's a fairly large web, I am wondering if I have run into some limitation.
| I will try an absolute path, that's a good idea!
| I've also tried deleting all web pages containing the images and removing
| the image from the web, then creating the pages from scratch. But the
| images still refuse to show up. I also created a very simple web page with
| just the one image in it, but that is also empty when viewed from the
| server, hinting at some sort of database corruption. I also recalculated
| hyperlinks, but that didn't work either.
|
| Frustrating!!!!
|
| -Chris.
|
| | > Hey,
| > Did you try making the images absolute?
| > http://www.yourweb.com/gallery/tn/61.jpg
| > As well as, hand coding in the image source code?
| > Just a thought ..hth Debb
| > | > > 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)
| > >
| > >
| >
| >
|
|
 
D

drcool

Stefan,

If you go to the page http://www.lensjoy.com/Wildlife.htm you will see a
table with 7 photos. The lower right spot is empty and should hold the
eighth photo, gallery/tn/12.jpg. If you view source of this page in the
browser, you'll see a link like this in the empty table cell with no img tag
following it: <a href="gallery/12.htm">.

Opening the file by typing the path http://www.lensjoy.com/gallery/tn/12.jpg
into the browser shows the image is on the server.

Inside FrontPage, the HTML view shows the following code (the img tag is
there in the last cell!):

<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta http-equiv="Content-Language" content="en-us">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="keywords" content="wildlife bird sea turtle photo picture">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>Wildlife</title>
<meta name="Microsoft Theme" content="lensjoy 011, default">
<meta name="Microsoft Border" content="tlb, default">
</head>

<body>

<p>&nbsp;</p>
<p><img border="0" src="images/Wildlife_t.gif" alt="Wildlife Photography"
width="129" height="33"></p>
<p>Photos of birds and other wildlife</p>
<p align="center">Click on an image to see a larger version</p>
<div align="center">
<table border="0" width="100%">
<tr>
<td width="25%" align="center">
<p align="center"><a href="gallery/69.htm"><img border="0"
src="gallery/tn/69.jpg" width="92" height="120"></a></p>
</td>
<center>
<td width="25%">
<p align="center"><a href="gallery/64.htm"><img border="0"
src="gallery/tn/64.jpg" width="120" height="96"></a></p>
</td>
<td width="25%">
<p align="center"><a href="gallery/57.htm"><img border="0"
src="gallery/tn/57.jpg" width="120" height="91"></a></p>
</td>
<td width="25%">
<p align="center"><a href="gallery/36.htm"><img border="0"
src="gallery/tn/36.jpg" width="120" height="101"></a></p>
</td>
</tr>
<tr>
<td width="25%">
<p align="center"><a href="gallery/38.htm"><img border="0"
src="gallery/tn/38.jpg" width="98" height="120"></a></p>
</td>
<td width="25%">
<p align="center"><a href="gallery/37.htm"><img border="0"
src="gallery/tn/37.jpg" width="120" height="100"></a></p>
</td>
<td width="25%">
<p align="center"><a href="gallery/61.htm"><img border="0"
src="gallery/tn/61.jpg" width="120" height="95"></a></p>
</td>
<td width="25%">
<p align="center"><a href="gallery/12.htm"><img border="0"
src="gallery/tn/12.jpg" width="120" height="90"></a></p>
</td>
</tr>
</table>
</center>
</div>
<p>&nbsp;</p>
&nbsp;</body>

</html>



Stefan B Rusynko said:
Provide a URL to the page missing the image
- the FP SE don't play a role in std links/ images
And FP should not be stripping any of your html code if it is as you have shown it

PS post the same snippet (entire row code ) from FP Html view (not your local browser view)
--




| I did try hand coding the HTML but that did not work. I know the images are
| on the server, but for some reason the server extensions can't find them.
| It's a fairly large web, I am wondering if I have run into some limitation.
| I will try an absolute path, that's a good idea!
| I've also tried deleting all web pages containing the images and removing
| the image from the web, then creating the pages from scratch. But the
| images still refuse to show up. I also created a very simple web page with
| just the one image in it, but that is also empty when viewed from the
| server, hinting at some sort of database corruption. I also recalculated
| hyperlinks, but that didn't work either.
|
| Frustrating!!!!
|
| -Chris.
|
| | > Hey,
| > Did you try making the images absolute?
| > http://www.yourweb.com/gallery/tn/61.jpg
| > As well as, hand coding in the image source code?
| > Just a thought ..hth Debb
| > | > > 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"
 
T

Thomas A. Rowe

I see all eight images on the page under IE6, Windows XP Home. Last image is
a turtle.

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================
 
K

Kevin Spencer

All eight images are there.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 
D

drcool

Perhaps the problem is my version of IE, I'm on IE6 6.0.2800.1106IC on
Windows 98 SE.

At least the web site's working, thanks for the help! I'll check a few more
browsers and see if this is limited to my machine. If anyone else sees only
7 images, please post back with your browser configuration.

Thanks,

-Chris.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top