Images and Hyperlink problems after Publish Site

E

Eric G

Hello,



FrontPage 2003



I've got a problem with tables containing images and hyperlinks and the difference in result between my local development site and the published result.



I create a table, 3 x1 (the number of columns or rows doesn't really matter). I each of the cells I place a jpg image, specify the address in the hyperlink properties, and specify the target to be New window (_blank). On my local system in both FrontPage preview and an IE6 preview, it all looks fine and the hyperlinks work ok. After publishing the site to a host running FPSE, sometimes a get what looks like the shade on ONE of the table cells, but most often I just get a blank space.



If I recreate the table, add the images to the cells (without adding hyperlinks), all images are displayed correctly. But, again, as soon as I add the hyperlinks and republish, the images are no longer displayed.



I've let FrontPage publishing function "overwrite" the destination files each time at publish, and I have even deleted the complete published site several times and republished my data. I've tried the Recalculate hyperlinks command without success. There are no spaces in any folders or file names. On top of it all, I've read FrontPage 2003 Inside Out, by Jim Buyens, cover to cover (and have it on my desk), but not found any reference to this behavior. Is it me, or have I missed something?



Can you please let me know, why this happens and what to do to correct this problem?

I would be most grateful for any suggestion.



Eric G

Stockholm, Sweden



Site: http://www.intermarine.se/en/yacht_equipment_en.htm



Samples:





CODE FROM FRONTPAGE 2003 LOCAL SITE



<table border="0" id="table3">

<tr>

<td><a target="_blank" href="http://www.ancorproducts.com">

<img border="0" src="../images/product_images/ancor-logo.jpg" width="100" height="43"></a></td>

<td><a target="_blank" href="http://www.atwbrand.com">

<img border="0" src="../images/product_images/atw.jpg" width="90" height="50"></a></td>

<td><a target="_blank" href="http://www.bluesea.com">

<img border="0" src="../images/product_images/bluesea.jpg" width="100" height="30"></a></td>

</tr>

<tr>

<td>&nbsp;</td>

<td>&nbsp;</td>

<td>&nbsp;</td>

</tr>

</table>





CODE FROM FRONTPAGE 2003 PUBLISHED SITE



<table border="0" id="table3">

<tr>

<td><a target="_blank" href="http://www.ancorproducts.com">

</a></td>

<td><a target="_blank" href="http://www.atwbrand.com">

</a></td>

<td><a target="_blank" href="http://www.bluesea.com">

</a></td>

</tr>

<tr>

<td>&nbsp;</td>

</tr>

</table>
 
S

Stefan B Rusynko

Don't understand
I see the 3 images and links on your published page and the code is unchanged as

<table border="0" id="table3"><tr>
<td><a target="_blank" href="http://www.ancorproducts.com">
<img border="0" src="../images/product_images/ancor-logo.jpg" width="100" height="43"></a></td>
<td><a target="_blank" href="http://www.atwbrand.com">
<img border="0" src="../images/product_images/atw.jpg" width="90" height="50"></a></td>
<td><a target="_blank" href="http://www.bluesea.com">
<img border="0" src="../images/product_images/bluesea.jpg" width="100" height="30"></a></td>
</tr><tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr></table>

--




"Eric G @intermarine.se>" <eg1<remove/this> wrote in message





Hello,



FrontPage 2003



I've got a problem with tables containing images and hyperlinks and the difference in result between my local development site and
the published result.



I create a table, 3 x1 (the number of columns or rows doesn't really matter). I each of the cells I place a jpg image, specify the
address in the hyperlink properties, and specify the target to be New window (_blank). On my local system in both FrontPage preview
and an IE6 preview, it all looks fine and the hyperlinks work ok. After publishing the site to a host running FPSE, sometimes a get
what looks like the shade on ONE of the table cells, but most often I just get a blank space.



If I recreate the table, add the images to the cells (without adding hyperlinks), all images are displayed correctly. But, again, as
soon as I add the hyperlinks and republish, the images are no longer displayed.



I've let FrontPage publishing function "overwrite" the destination files each time at publish, and I have even deleted the complete
published site several times and republished my data. I've tried the Recalculate hyperlinks command without success. There are no
spaces in any folders or file names. On top of it all, I've read FrontPage 2003 Inside Out, by Jim Buyens, cover to cover (and have
it on my desk), but not found any reference to this behavior. Is it me, or have I missed something?



Can you please let me know, why this happens and what to do to correct this problem?

I would be most grateful for any suggestion.



Eric G

Stockholm, Sweden



Site: http://www.intermarine.se/en/yacht_equipment_en.htm



Samples:





CODE FROM FRONTPAGE 2003 LOCAL SITE



<table border="0" id="table3">

<tr>

<td><a target="_blank" href="http://www.ancorproducts.com">

<img border="0" src="../images/product_images/ancor-logo.jpg" width="100" height="43"></a></td>

<td><a target="_blank" href="http://www.atwbrand.com">

<img border="0" src="../images/product_images/atw.jpg" width="90" height="50"></a></td>

<td><a target="_blank" href="http://www.bluesea.com">

<img border="0" src="../images/product_images/bluesea.jpg" width="100" height="30"></a></td>

</tr>

<tr>

<td>&nbsp;</td>

<td>&nbsp;</td>

<td>&nbsp;</td>

</tr>

</table>





CODE FROM FRONTPAGE 2003 PUBLISHED SITE



<table border="0" id="table3">

<tr>

<td><a target="_blank" href="http://www.ancorproducts.com">

</a></td>

<td><a target="_blank" href="http://www.atwbrand.com">

</a></td>

<td><a target="_blank" href="http://www.bluesea.com">

</a></td>

</tr>

<tr>

<td>&nbsp;</td>

</tr>

</table>
 
E

Eric G

Hi Stefan,

Many thanks for taking the time to reply.

Let me clarify. When I create the FP site on my local computer, adding the
table, the images and the hyperlinks to the images, everything works fine,
and in code view, it looks just like in my included example CODE FROM
FRONTPAGE 2003 LOCAL SITE.

However, after I publish the site, the code for the page looks like in my
second example CODE FROM FRONTPAGE 2003 PUBLISHED SITE, i.e. the references
to the images have disappeared, as you can see. And that's my problem, why
does the code change?

As a test, I removed the table, with content and all, inserted a new table
and added images to the cells, but without adding any hyperlinks - then all
images show up on the published site. As soon as I add hyperlinks the images
disappear, why it must have something with the hyperlinks to do. But what?

I was thinking, could it be that the published page look differently
displayed in another resolution? I changed the resolution on my system and
had a look again, but still no images. And, obviously, the code can not
change whatever resolution one is using watching the page.

Best regards

Eric Green

Stockholm Sweden



Stefan B Rusynko said:
Don't understand
I see the 3 images and links on your published page and the code is unchanged as

<table border="0" id="table3"><tr>
<td><a target="_blank" href="http://www.ancorproducts.com">
<img border="0" src="../images/product_images/ancor-logo.jpg"
width="100" height="43"> said:
<td><a target="_blank" href="http://www.atwbrand.com">
<img border="0" src="../images/product_images/atw.jpg" width="90"
height="50"> said:
<td><a target="_blank" href="http://www.bluesea.com">
<img border="0" src="../images/product_images/bluesea.jpg" width="100"
height="30"> said:
</tr><tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr></table>

--




"Eric G @intermarine.se>" <eg1<remove/this> wrote in message





Hello,



FrontPage 2003



I've got a problem with tables containing images and hyperlinks and the
difference in result between my local development site and
the published result.



I create a table, 3 x1 (the number of columns or rows doesn't really
matter). I each of the cells I place a jpg image, specify the
address in the hyperlink properties, and specify the target to be New
window (_blank). On my local system in both FrontPage preview
and an IE6 preview, it all looks fine and the hyperlinks work ok. After
publishing the site to a host running FPSE, sometimes a get
what looks like the shade on ONE of the table cells, but most often I just get a blank space.



If I recreate the table, add the images to the cells (without adding
hyperlinks), all images are displayed correctly. But, again, as
soon as I add the hyperlinks and republish, the images are no longer displayed.



I've let FrontPage publishing function "overwrite" the destination files
each time at publish, and I have even deleted the complete
published site several times and republished my data. I've tried the
Recalculate hyperlinks command without success. There are no
spaces in any folders or file names. On top of it all, I've read FrontPage
2003 Inside Out, by Jim Buyens, cover to cover (and have
it on my desk), but not found any reference to this behavior. Is it me, or have I missed something?



Can you please let me know, why this happens and what to do to correct this problem?

I would be most grateful for any suggestion.



Eric G

Stockholm, Sweden



Site: http://www.intermarine.se/en/yacht_equipment_en.htm



Samples:





CODE FROM FRONTPAGE 2003 LOCAL SITE



<table border="0" id="table3">

<tr>

<td><a target="_blank" href="http://www.ancorproducts.com">

<img border="0" src="../images/product_images/ancor-logo.jpg" width="100"
height="43"> said:
<td><a target="_blank" href="http://www.atwbrand.com">

<img border="0" src="../images/product_images/atw.jpg" width="90"
 
S

Stefan B Rusynko

But I am looking at your Published site online - view source
- and the code (as I posted it) and images/links are OK and the same as you posted under CODE FROM FRONTPAGE 2003 LOCAL SITE.


--




"Eric G @intermarine.se>" <eg1<remove/this> wrote in message | Hi Stefan,
|
| Many thanks for taking the time to reply.
|
| Let me clarify. When I create the FP site on my local computer, adding the
| table, the images and the hyperlinks to the images, everything works fine,
| and in code view, it looks just like in my included example CODE FROM
| FRONTPAGE 2003 LOCAL SITE.
|
| However, after I publish the site, the code for the page looks like in my
| second example CODE FROM FRONTPAGE 2003 PUBLISHED SITE, i.e. the references
| to the images have disappeared, as you can see. And that's my problem, why
| does the code change?
|
| As a test, I removed the table, with content and all, inserted a new table
| and added images to the cells, but without adding any hyperlinks - then all
| images show up on the published site. As soon as I add hyperlinks the images
| disappear, why it must have something with the hyperlinks to do. But what?
|
| I was thinking, could it be that the published page look differently
| displayed in another resolution? I changed the resolution on my system and
| had a look again, but still no images. And, obviously, the code can not
| change whatever resolution one is using watching the page.
|
| Best regards
|
| Eric Green
|
| Stockholm Sweden
|
|
|
| | > Don't understand
| > I see the 3 images and links on your published page and the code is
| unchanged as
| >
| > <table border="0" id="table3"><tr>
| > <td><a target="_blank" href="http://www.ancorproducts.com">
| > <img border="0" src="../images/product_images/ancor-logo.jpg"
| width="100" height="43"></a></td>
| > <td><a target="_blank" href="http://www.atwbrand.com">
| > <img border="0" src="../images/product_images/atw.jpg" width="90"
| height="50"></a></td>
| > <td><a target="_blank" href="http://www.bluesea.com">
| > <img border="0" src="../images/product_images/bluesea.jpg" width="100"
| height="30"></a></td>
| > </tr><tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr></table>
| >
| > --
| >
| > _____________________________________________
| > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > "Warning - Using the F1 Key will not break anything!" (-;
| > To find the best Newsgroup for FrontPage support see:
| > http://www.net-sites.com/sitebuilder/newsgroups.asp
| > _____________________________________________
| >
| >
| > "Eric G @intermarine.se>" <eg1<remove/this> wrote in message
| | >
| >
| >
| >
| >
| >
| > Hello,
| >
| >
| >
| > FrontPage 2003
| >
| >
| >
| > I've got a problem with tables containing images and hyperlinks and the
| difference in result between my local development site and
| > the published result.
| >
| >
| >
| > I create a table, 3 x1 (the number of columns or rows doesn't really
| matter). I each of the cells I place a jpg image, specify the
| > address in the hyperlink properties, and specify the target to be New
| window (_blank). On my local system in both FrontPage preview
| > and an IE6 preview, it all looks fine and the hyperlinks work ok. After
| publishing the site to a host running FPSE, sometimes a get
| > what looks like the shade on ONE of the table cells, but most often I just
| get a blank space.
| >
| >
| >
| > If I recreate the table, add the images to the cells (without adding
| hyperlinks), all images are displayed correctly. But, again, as
| > soon as I add the hyperlinks and republish, the images are no longer
| displayed.
| >
| >
| >
| > I've let FrontPage publishing function "overwrite" the destination files
| each time at publish, and I have even deleted the complete
| > published site several times and republished my data. I've tried the
| Recalculate hyperlinks command without success. There are no
| > spaces in any folders or file names. On top of it all, I've read FrontPage
| 2003 Inside Out, by Jim Buyens, cover to cover (and have
| > it on my desk), but not found any reference to this behavior. Is it me, or
| have I missed something?
| >
| >
| >
| > Can you please let me know, why this happens and what to do to correct
| this problem?
| >
| > I would be most grateful for any suggestion.
| >
| >
| >
| > Eric G
| >
| > Stockholm, Sweden
| >
| >
| >
| > Site: http://www.intermarine.se/en/yacht_equipment_en.htm
| >
| >
| >
| > Samples:
| >
| >
| >
| >
| >
| > CODE FROM FRONTPAGE 2003 LOCAL SITE
| >
| >
| >
| > <table border="0" id="table3">
| >
| > <tr>
| >
| > <td><a target="_blank" href="http://www.ancorproducts.com">
| >
| > <img border="0" src="../images/product_images/ancor-logo.jpg" width="100"
| height="43"></a></td>
| >
| > <td><a target="_blank" href="http://www.atwbrand.com">
| >
| > <img border="0" src="../images/product_images/atw.jpg" width="90"
| height="50"></a></td>
| >
| > <td><a target="_blank" href="http://www.bluesea.com">
| >
| > <img border="0" src="../images/product_images/bluesea.jpg" width="100"
| height="30"></a></td>
| >
| > </tr>
| >
| > <tr>
| >
| > <td>&nbsp;</td>
| >
| > <td>&nbsp;</td>
| >
| > <td>&nbsp;</td>
| >
| > </tr>
| >
| > </table>
| >
| >
| >
| >
| >
| > CODE FROM FRONTPAGE 2003 PUBLISHED SITE
| >
| >
| >
| > <table border="0" id="table3">
| >
| > <tr>
| >
| > <td><a target="_blank" href="http://www.ancorproducts.com">
| >
| > </a></td>
| >
| > <td><a target="_blank" href="http://www.atwbrand.com">
| >
| > </a></td>
| >
| > <td><a target="_blank" href="http://www.bluesea.com">
| >
| > </a></td>
| >
| > </tr>
| >
| > <tr>
| >
| > <td>&nbsp;</td>
| >
| > </tr>
| >
| > </table>
| >
| >
|
|
 
E

Eric G

Stefan,

It's not that I'm a little embarrased, I'm greatly embarrased!

I just started up another computer and logged on to our site, and then, to
my amazement, the images and the hyperlinks are there! When I look at the
source, via View/Source, on this other system, I can also see the full code
as it should appear.

But, what on earth is then wrong with my own developmentt system, since
everything else works perfectly? I switched off my firewall on my
development system as I though it had something to do with this, but no, the
same phenomena - no images! Is there some configuration issue with IE6? Do
you have any idea (just asking)?

To ask someone for help, was my last way out, I've tried to solve this
problem for over a week now, to no avail!

I'm most grateful for your help - thank you.

Best regards,


Eric Green


Stefan B Rusynko said:
But I am looking at your Published site online - view source
- and the code (as I posted it) and images/links are OK and the same as
you posted under CODE FROM FRONTPAGE 2003 LOCAL SITE.
--




"Eric G @intermarine.se>" <eg1<remove/this> wrote in message | Hi Stefan,
|
| Many thanks for taking the time to reply.
|
| Let me clarify. When I create the FP site on my local computer, adding the
| table, the images and the hyperlinks to the images, everything works fine,
| and in code view, it looks just like in my included example CODE FROM
| FRONTPAGE 2003 LOCAL SITE.
|
| However, after I publish the site, the code for the page looks like in my
| second example CODE FROM FRONTPAGE 2003 PUBLISHED SITE, i.e. the references
| to the images have disappeared, as you can see. And that's my problem, why
| does the code change?
|
| As a test, I removed the table, with content and all, inserted a new table
| and added images to the cells, but without adding any hyperlinks - then all
| images show up on the published site. As soon as I add hyperlinks the images
| disappear, why it must have something with the hyperlinks to do. But what?
|
| I was thinking, could it be that the published page look differently
| displayed in another resolution? I changed the resolution on my system and
| had a look again, but still no images. And, obviously, the code can not
| change whatever resolution one is using watching the page.
|
| Best regards
|
| Eric Green
|
| Stockholm Sweden
|
|
|
| | > Don't understand
| > I see the 3 images and links on your published page and the code is
| unchanged as
| >
| > <table border="0" id="table3"><tr>
| > <td><a target="_blank" href="http://www.ancorproducts.com">
| > <img border="0" src="../images/product_images/ancor-logo.jpg"
| width="100" height="43"></a></td>
| > <td><a target="_blank" href="http://www.atwbrand.com">
| > <img border="0" src="../images/product_images/atw.jpg" width="90"
| height="50"></a></td>
| > <td><a target="_blank" href="http://www.bluesea.com">
| > <img border="0" src="../images/product_images/bluesea.jpg" width="100"
| height="30"></a></td>
| > </tr><tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr></table>
| >
| > --
| >
| > _____________________________________________
| > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > "Warning - Using the F1 Key will not break anything!" (-;
| > To find the best Newsgroup for FrontPage support see:
| > http://www.net-sites.com/sitebuilder/newsgroups.asp
| > _____________________________________________
| >
| >
| > "Eric G @intermarine.se>" <eg1<remove/this> wrote in message
| | >
| >
| >
| >
| >
| >
| > Hello,
| >
| >
| >
| > FrontPage 2003
| >
| >
| >
| > I've got a problem with tables containing images and hyperlinks and the
| difference in result between my local development site and
| > the published result.
| >
| >
| >
| > I create a table, 3 x1 (the number of columns or rows doesn't really
| matter). I each of the cells I place a jpg image, specify the
| > address in the hyperlink properties, and specify the target to be New
| window (_blank). On my local system in both FrontPage preview
| > and an IE6 preview, it all looks fine and the hyperlinks work ok. After
| publishing the site to a host running FPSE, sometimes a get
| > what looks like the shade on ONE of the table cells, but most often I just
| get a blank space.
| >
| >
| >
| > If I recreate the table, add the images to the cells (without adding
| hyperlinks), all images are displayed correctly. But, again, as
| > soon as I add the hyperlinks and republish, the images are no longer
| displayed.
| >
| >
| >
| > I've let FrontPage publishing function "overwrite" the destination files
| each time at publish, and I have even deleted the complete
| > published site several times and republished my data. I've tried the
| Recalculate hyperlinks command without success. There are no
| > spaces in any folders or file names. On top of it all, I've read FrontPage
| 2003 Inside Out, by Jim Buyens, cover to cover (and have
| > it on my desk), but not found any reference to this behavior. Is it me, or
| have I missed something?
| >
| >
| >
| > Can you please let me know, why this happens and what to do to correct
| this problem?
| >
| > I would be most grateful for any suggestion.
| >
| >
| >
| > Eric G
| >
| > Stockholm, Sweden
| >
| >
| >
| > Site: http://www.intermarine.se/en/yacht_equipment_en.htm
| >
| >
| >
| > Samples:
| >
| >
| >
| >
| >
| > CODE FROM FRONTPAGE 2003 LOCAL SITE
| >
| >
| >
| > <table border="0" id="table3">
| >
| > <tr>
| >
| > <td><a target="_blank" href="http://www.ancorproducts.com">
| >
| > <img border="0" src="../images/product_images/ancor-logo.jpg" width="100"
| height="43"></a></td>
| >
| > <td><a target="_blank" href="http://www.atwbrand.com">
| >
| > <img border="0" src="../images/product_images/atw.jpg" width="90"
| height="50"></a></td>
| >
| > <td><a target="_blank" href="http://www.bluesea.com">
| >
| > <img border="0" src="../images/product_images/bluesea.jpg" width="100"
| height="30"></a></td>
| >
| > </tr>
| >
| > <tr>
| >
| > <td>&nbsp;</td>
| >
| > <td>&nbsp;</td>
| >
| > <td>&nbsp;</td>
| >
| > </tr>
| >
| > </table>
| >
| >
| >
| >
| >
| > CODE FROM FRONTPAGE 2003 PUBLISHED SITE
| >
| >
| >
| > <table border="0" id="table3">
| >
| > <tr>
| >
| > <td><a target="_blank" href="http://www.ancorproducts.com">
| >
| > </a></td>
| >
| > <td><a target="_blank" href="http://www.atwbrand.com">
| >
| > </a></td>
| >
| > <td><a target="_blank" href="http://www.bluesea.com">
| >
| > </a></td>
| >
| > </tr>
| >
| > <tr>
| >
| > <td>&nbsp;</td>
| >
| > </tr>
| >
| > </table>
| >
| >
|
|
 
S

Stefan B Rusynko

In IE Tools Internet Options Advanced - Media (turn on images)

--




"Eric G @intermarine.se>" <eg1<remove/this> wrote in message | Stefan,
|
| It's not that I'm a little embarrased, I'm greatly embarrased!
|
| I just started up another computer and logged on to our site, and then, to
| my amazement, the images and the hyperlinks are there! When I look at the
| source, via View/Source, on this other system, I can also see the full code
| as it should appear.
|
| But, what on earth is then wrong with my own developmentt system, since
| everything else works perfectly? I switched off my firewall on my
| development system as I though it had something to do with this, but no, the
| same phenomena - no images! Is there some configuration issue with IE6? Do
| you have any idea (just asking)?
|
| To ask someone for help, was my last way out, I've tried to solve this
| problem for over a week now, to no avail!
|
| I'm most grateful for your help - thank you.
|
| Best regards,
|
|
| Eric Green
|
|
| | > But I am looking at your Published site online - view source
| > - and the code (as I posted it) and images/links are OK and the same as
| you posted under CODE FROM FRONTPAGE 2003 LOCAL SITE.
| >
| >
| > --
| >
| > _____________________________________________
| > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > "Warning - Using the F1 Key will not break anything!" (-;
| > To find the best Newsgroup for FrontPage support see:
| > http://www.net-sites.com/sitebuilder/newsgroups.asp
| > _____________________________________________
| >
| >
| > "Eric G @intermarine.se>" <eg1<remove/this> wrote in message
| | > | Hi Stefan,
| > |
| > | Many thanks for taking the time to reply.
| > |
| > | Let me clarify. When I create the FP site on my local computer, adding
| the
| > | table, the images and the hyperlinks to the images, everything works
| fine,
| > | and in code view, it looks just like in my included example CODE FROM
| > | FRONTPAGE 2003 LOCAL SITE.
| > |
| > | However, after I publish the site, the code for the page looks like in
| my
| > | second example CODE FROM FRONTPAGE 2003 PUBLISHED SITE, i.e. the
| references
| > | to the images have disappeared, as you can see. And that's my problem,
| why
| > | does the code change?
| > |
| > | As a test, I removed the table, with content and all, inserted a new
| table
| > | and added images to the cells, but without adding any hyperlinks - then
| all
| > | images show up on the published site. As soon as I add hyperlinks the
| images
| > | disappear, why it must have something with the hyperlinks to do. But
| what?
| > |
| > | I was thinking, could it be that the published page look differently
| > | displayed in another resolution? I changed the resolution on my system
| and
| > | had a look again, but still no images. And, obviously, the code can not
| > | change whatever resolution one is using watching the page.
| > |
| > | Best regards
| > |
| > | Eric Green
| > |
| > | Stockholm Sweden
| > |
| > |
| > |
| > | | > | > Don't understand
| > | > I see the 3 images and links on your published page and the code is
| > | unchanged as
| > | >
| > | > <table border="0" id="table3"><tr>
| > | > <td><a target="_blank" href="http://www.ancorproducts.com">
| > | > <img border="0" src="../images/product_images/ancor-logo.jpg"
| > | width="100" height="43"></a></td>
| > | > <td><a target="_blank" href="http://www.atwbrand.com">
| > | > <img border="0" src="../images/product_images/atw.jpg" width="90"
| > | height="50"></a></td>
| > | > <td><a target="_blank" href="http://www.bluesea.com">
| > | > <img border="0" src="../images/product_images/bluesea.jpg"
| width="100"
| > | height="30"></a></td>
| > | > </tr><tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr></table>
| > | >
| > | > --
| > | >
| > | > _____________________________________________
| > | > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > | > "Warning - Using the F1 Key will not break anything!" (-;
| > | > To find the best Newsgroup for FrontPage support see:
| > | > http://www.net-sites.com/sitebuilder/newsgroups.asp
| > | > _____________________________________________
| > | >
| > | >
| > | > "Eric G @intermarine.se>" <eg1<remove/this> wrote in message
| > | | > | >
| > | >
| > | >
| > | >
| > | >
| > | >
| > | > Hello,
| > | >
| > | >
| > | >
| > | > FrontPage 2003
| > | >
| > | >
| > | >
| > | > I've got a problem with tables containing images and hyperlinks and
| the
| > | difference in result between my local development site and
| > | > the published result.
| > | >
| > | >
| > | >
| > | > I create a table, 3 x1 (the number of columns or rows doesn't really
| > | matter). I each of the cells I place a jpg image, specify the
| > | > address in the hyperlink properties, and specify the target to be New
| > | window (_blank). On my local system in both FrontPage preview
| > | > and an IE6 preview, it all looks fine and the hyperlinks work ok.
| After
| > | publishing the site to a host running FPSE, sometimes a get
| > | > what looks like the shade on ONE of the table cells, but most often I
| just
| > | get a blank space.
| > | >
| > | >
| > | >
| > | > If I recreate the table, add the images to the cells (without adding
| > | hyperlinks), all images are displayed correctly. But, again, as
| > | > soon as I add the hyperlinks and republish, the images are no longer
| > | displayed.
| > | >
| > | >
| > | >
| > | > I've let FrontPage publishing function "overwrite" the destination
| files
| > | each time at publish, and I have even deleted the complete
| > | > published site several times and republished my data. I've tried the
| > | Recalculate hyperlinks command without success. There are no
| > | > spaces in any folders or file names. On top of it all, I've read
| FrontPage
| > | 2003 Inside Out, by Jim Buyens, cover to cover (and have
| > | > it on my desk), but not found any reference to this behavior. Is it
| me, or
| > | have I missed something?
| > | >
| > | >
| > | >
| > | > Can you please let me know, why this happens and what to do to correct
| > | this problem?
| > | >
| > | > I would be most grateful for any suggestion.
| > | >
| > | >
| > | >
| > | > Eric G
| > | >
| > | > Stockholm, Sweden
| > | >
| > | >
| > | >
| > | > Site: http://www.intermarine.se/en/yacht_equipment_en.htm
| > | >
| > | >
| > | >
| > | > Samples:
| > | >
| > | >
| > | >
| > | >
| > | >
| > | > CODE FROM FRONTPAGE 2003 LOCAL SITE
| > | >
| > | >
| > | >
| > | > <table border="0" id="table3">
| > | >
| > | > <tr>
| > | >
| > | > <td><a target="_blank" href="http://www.ancorproducts.com">
| > | >
| > | > <img border="0" src="../images/product_images/ancor-logo.jpg"
| width="100"
| > | height="43"></a></td>
| > | >
| > | > <td><a target="_blank" href="http://www.atwbrand.com">
| > | >
| > | > <img border="0" src="../images/product_images/atw.jpg" width="90"
| > | height="50"></a></td>
| > | >
| > | > <td><a target="_blank" href="http://www.bluesea.com">
| > | >
| > | > <img border="0" src="../images/product_images/bluesea.jpg" width="100"
| > | height="30"></a></td>
| > | >
| > | > </tr>
| > | >
| > | > <tr>
| > | >
| > | > <td>&nbsp;</td>
| > | >
| > | > <td>&nbsp;</td>
| > | >
| > | > <td>&nbsp;</td>
| > | >
| > | > </tr>
| > | >
| > | > </table>
| > | >
| > | >
| > | >
| > | >
| > | >
| > | > CODE FROM FRONTPAGE 2003 PUBLISHED SITE
| > | >
| > | >
| > | >
| > | > <table border="0" id="table3">
| > | >
| > | > <tr>
| > | >
| > | > <td><a target="_blank" href="http://www.ancorproducts.com">
| > | >
| > | > </a></td>
| > | >
| > | > <td><a target="_blank" href="http://www.atwbrand.com">
| > | >
| > | > </a></td>
| > | >
| > | > <td><a target="_blank" href="http://www.bluesea.com">
| > | >
| > | > </a></td>
| > | >
| > | > </tr>
| > | >
| > | > <tr>
| > | >
| > | > <td>&nbsp;</td>
| > | >
| > | > </tr>
| > | >
| > | > </table>
| > | >
| > | >
| > |
| > |
| >
| >
|
|
 
E

Eric G

Stefan,

Well, very strange, I have never previously had any problem whatsoever to
see any images of any kind. On our own site, I can see the pictures on the
particular page, as well as on all other oictures without problem. I've
also now compared the IE6 setup on this other system I just used and it's
IE6 setup is identical to my own (that is, default settings in the
IE6/Internet options/Advanced tab) inclusive the Multimedia Option/Show
Pictures that is ticked.

I've also, as I mentioned before, tested both with and without the firewall,
but i doesn't make any difference, and theretoo, the other system is also
using the same firewall, and there the pictures come up teh way they should.

And why would the IE6/View/Source, not show the correct code? The would not
have anything to do with the picture being shown, or ...

Just wondering if you, or anybody else, experienced this problem?

Once again - many thanks!

Best regards,


Eric Green
Stockholm, Sweden





Stefan B Rusynko said:
In IE Tools Internet Options Advanced - Media (turn on images)

--




"Eric G @intermarine.se>" <eg1<remove/this> wrote in message | Stefan,
|
| It's not that I'm a little embarrased, I'm greatly embarrased!
|
| I just started up another computer and logged on to our site, and then, to
| my amazement, the images and the hyperlinks are there! When I look at the
| source, via View/Source, on this other system, I can also see the full code
| as it should appear.
|
| But, what on earth is then wrong with my own developmentt system, since
| everything else works perfectly? I switched off my firewall on my
| development system as I though it had something to do with this, but no, the
| same phenomena - no images! Is there some configuration issue with IE6? Do
| you have any idea (just asking)?
|
| To ask someone for help, was my last way out, I've tried to solve this
| problem for over a week now, to no avail!
|
| I'm most grateful for your help - thank you.
|
| Best regards,
|
|
| Eric Green
|
|
| | > But I am looking at your Published site online - view source
| > - and the code (as I posted it) and images/links are OK and the same as
| you posted under CODE FROM FRONTPAGE 2003 LOCAL SITE.
| >
| >
| > --
| >
| > _____________________________________________
| > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > "Warning - Using the F1 Key will not break anything!" (-;
| > To find the best Newsgroup for FrontPage support see:
| > http://www.net-sites.com/sitebuilder/newsgroups.asp
| > _____________________________________________
| >
| >
| > "Eric G @intermarine.se>" <eg1<remove/this> wrote in message
| | > | Hi Stefan,
| > |
| > | Many thanks for taking the time to reply.
| > |
| > | Let me clarify. When I create the FP site on my local computer, adding
| the
| > | table, the images and the hyperlinks to the images, everything works
| fine,
| > | and in code view, it looks just like in my included example CODE FROM
| > | FRONTPAGE 2003 LOCAL SITE.
| > |
| > | However, after I publish the site, the code for the page looks like in
| my
| > | second example CODE FROM FRONTPAGE 2003 PUBLISHED SITE, i.e. the
| references
| > | to the images have disappeared, as you can see. And that's my problem,
| why
| > | does the code change?
| > |
| > | As a test, I removed the table, with content and all, inserted a new
| table
| > | and added images to the cells, but without adding any hyperlinks - then
| all
| > | images show up on the published site. As soon as I add hyperlinks the
| images
| > | disappear, why it must have something with the hyperlinks to do. But
| what?
| > |
| > | I was thinking, could it be that the published page look differently
| > | displayed in another resolution? I changed the resolution on my system
| and
| > | had a look again, but still no images. And, obviously, the code can not
| > | change whatever resolution one is using watching the page.
| > |
| > | Best regards
| > |
| > | Eric Green
| > |
| > | Stockholm Sweden
| > |
| > |
| > |
| > | | > | > Don't understand
| > | > I see the 3 images and links on your published page and the code is
| > | unchanged as
| > | >
| > | > <table border="0" id="table3"><tr>
| > | > <td><a target="_blank" href="http://www.ancorproducts.com">
| > | > <img border="0" src="../images/product_images/ancor-logo.jpg"
| > | width="100" height="43"></a></td>
| > | > <td><a target="_blank" href="http://www.atwbrand.com">
| > | > <img border="0" src="../images/product_images/atw.jpg" width="90"
| > | height="50"></a></td>
| > | > <td><a target="_blank" href="http://www.bluesea.com">
| > | > <img border="0" src="../images/product_images/bluesea.jpg"
| width="100"
| > | height="30"></a></td>
| > | >
| > | >
| > | > --
| > | >
| > | > _____________________________________________
| > | > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > | > "Warning - Using the F1 Key will not break anything!" (-;
| > | > To find the best Newsgroup for FrontPage support see:
| > | > http://www.net-sites.com/sitebuilder/newsgroups.asp
| > | > _____________________________________________
| > | >
| > | >
| > | > "Eric G @intermarine.se>" <eg1<remove/this> wrote in message
| > | | > | >
| > | >
| > | >
| > | >
| > | >
| > | >
| > | > Hello,
| > | >
| > | >
| > | >
| > | > FrontPage 2003
| > | >
| > | >
| > | >
| > | > I've got a problem with tables containing images and hyperlinks and
| the
| > | difference in result between my local development site and
| > | > the published result.
| > | >
| > | >
| > | >
| > | > I create a table, 3 x1 (the number of columns or rows doesn't really
| > | matter). I each of the cells I place a jpg image, specify the
| > | > address in the hyperlink properties, and specify the target to be New
| > | window (_blank). On my local system in both FrontPage preview
| > | > and an IE6 preview, it all looks fine and the hyperlinks work ok.
| After
| > | publishing the site to a host running FPSE, sometimes a get
| > | > what looks like the shade on ONE of the table cells, but most often I
| just
| > | get a blank space.
| > | >
| > | >
| > | >
| > | > If I recreate the table, add the images to the cells (without adding
| > | hyperlinks), all images are displayed correctly. But, again, as
| > | > soon as I add the hyperlinks and republish, the images are no longer
| > | displayed.
| > | >
| > | >
| > | >
| > | > I've let FrontPage publishing function "overwrite" the destination
| files
| > | each time at publish, and I have even deleted the complete
| > | > published site several times and republished my data. I've tried the
| > | Recalculate hyperlinks command without success. There are no
| > | > spaces in any folders or file names. On top of it all, I've read
| FrontPage
| > | 2003 Inside Out, by Jim Buyens, cover to cover (and have
| > | > it on my desk), but not found any reference to this behavior. Is it
| me, or
| > | have I missed something?
| > | >
| > | >
| > | >
| > | > Can you please let me know, why this happens and what to do to correct
| > | this problem?
| > | >
| > | > I would be most grateful for any suggestion.
| > | >
| > | >
| > | >
| > | > Eric G
| > | >
| > | > Stockholm, Sweden
| > | >
| > | >
| > | >
| > | > Site: http://www.intermarine.se/en/yacht_equipment_en.htm
| > | >
| > | >
| > | >
| > | > Samples:
| > | >
| > | >
| > | >
| > | >
| > | >
| > | > CODE FROM FRONTPAGE 2003 LOCAL SITE
| > | >
| > | >
| > | >
| > | > <table border="0" id="table3">
| > | >
| > | > <tr>
| > | >
| > | > <td><a target="_blank" href="http://www.ancorproducts.com">
| > | >
| > | > <img border="0" src="../images/product_images/ancor-logo.jpg"
| width="100"
| > | height="43"></a></td>
| > | >
| > | > <td><a target="_blank" href="http://www.atwbrand.com">
| > | >
| > | > <img border="0" src="../images/product_images/atw.jpg" width="90"
| > | height="50"></a></td>
| > | >
| > | > <td><a target="_blank" href="http://www.bluesea.com">
| > | >
| > | > <img border="0" src="../images/product_images/bluesea.jpg" width="100"
| > | height="30"></a></td>
| > | >
| > | > </tr>
| > | >
| > | > <tr>
| > | >
| > | > <td>&nbsp;</td>
| > | >
| > | > <td>&nbsp;</td>
| > | >
| > | > <td>&nbsp;</td>
| > | >
| > | > </tr>
| > | >
| > | > </table>
| > | >
| > | >
| > | >
| > | >
| > | >
| > | > CODE FROM FRONTPAGE 2003 PUBLISHED SITE
| > | >
| > | >
| > | >
| > | > <table border="0" id="table3">
| > | >
| > | > <tr>
| > | >
| > | > <td><a target="_blank" href="http://www.ancorproducts.com">
| > | >
| > | > </a></td>
| > | >
| > | > <td><a target="_blank" href="http://www.atwbrand.com">
| > | >
| > | > </a></td>
| > | >
| > | > <td><a target="_blank" href="http://www.bluesea.com">
| > | >
| > | > </a></td>
| > | >
| > | > </tr>
| > | >
| > | > <tr>
| > | >
| > | > <td>&nbsp;</td>
| > | >
| > | > </tr>
| > | >
| > | > </table>
| > | >
| > | >
| > |
| > |
| >
| >
|
|
 
S

Stefan B Rusynko

Never seen or heard of FP stripping tags during publishing

Are you looking at the same file
- open the online web in FP
--




| Stefan,
|
| Well, very strange, I have never previously had any problem whatsoever to
| see any images of any kind. On our own site, I can see the pictures on the
| particular page, as well as on all other oictures without problem. I've
| also now compared the IE6 setup on this other system I just used and it's
| IE6 setup is identical to my own (that is, default settings in the
| IE6/Internet options/Advanced tab) inclusive the Multimedia Option/Show
| Pictures that is ticked.
|
| I've also, as I mentioned before, tested both with and without the firewall,
| but i doesn't make any difference, and theretoo, the other system is also
| using the same firewall, and there the pictures come up teh way they should.
|
| And why would the IE6/View/Source, not show the correct code? The would not
| have anything to do with the picture being shown, or ...
|
| Just wondering if you, or anybody else, experienced this problem?
|
| Once again - many thanks!
|
| Best regards,
|
|
| Eric Green
| Stockholm, Sweden
|
|
|
|
|
| | > In IE Tools Internet Options Advanced - Media (turn on images)
| >
| > --
| >
| > _____________________________________________
| > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > "Warning - Using the F1 Key will not break anything!" (-;
| > To find the best Newsgroup for FrontPage support see:
| > http://www.net-sites.com/sitebuilder/newsgroups.asp
| > _____________________________________________
| >
| >
| > "Eric G @intermarine.se>" <eg1<remove/this> wrote in message
| | > | Stefan,
| > |
| > | It's not that I'm a little embarrased, I'm greatly embarrased!
| > |
| > | I just started up another computer and logged on to our site, and then,
| to
| > | my amazement, the images and the hyperlinks are there! When I look at
| the
| > | source, via View/Source, on this other system, I can also see the full
| code
| > | as it should appear.
| > |
| > | But, what on earth is then wrong with my own developmentt system, since
| > | everything else works perfectly? I switched off my firewall on my
| > | development system as I though it had something to do with this, but no,
| the
| > | same phenomena - no images! Is there some configuration issue with IE6?
| Do
| > | you have any idea (just asking)?
| > |
| > | To ask someone for help, was my last way out, I've tried to solve this
| > | problem for over a week now, to no avail!
| > |
| > | I'm most grateful for your help - thank you.
| > |
| > | Best regards,
| > |
| > |
| > | Eric Green
| > |
| > |
| > | | > | > But I am looking at your Published site online - view source
| > | > - and the code (as I posted it) and images/links are OK and the same
| as
| > | you posted under CODE FROM FRONTPAGE 2003 LOCAL SITE.
| > | >
| > | >
| > | > --
| > | >
| > | > _____________________________________________
| > | > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > | > "Warning - Using the F1 Key will not break anything!" (-;
| > | > To find the best Newsgroup for FrontPage support see:
| > | > http://www.net-sites.com/sitebuilder/newsgroups.asp
| > | > _____________________________________________
| > | >
| > | >
| > | > "Eric G @intermarine.se>" <eg1<remove/this> wrote in message
| > | | > | > | Hi Stefan,
| > | > |
| > | > | Many thanks for taking the time to reply.
| > | > |
| > | > | Let me clarify. When I create the FP site on my local computer,
| adding
| > | the
| > | > | table, the images and the hyperlinks to the images, everything works
| > | fine,
| > | > | and in code view, it looks just like in my included example CODE
| FROM
| > | > | FRONTPAGE 2003 LOCAL SITE.
| > | > |
| > | > | However, after I publish the site, the code for the page looks like
| in
| > | my
| > | > | second example CODE FROM FRONTPAGE 2003 PUBLISHED SITE, i.e. the
| > | references
| > | > | to the images have disappeared, as you can see. And that's my
| problem,
| > | why
| > | > | does the code change?
| > | > |
| > | > | As a test, I removed the table, with content and all, inserted a new
| > | table
| > | > | and added images to the cells, but without adding any hyperlinks -
| then
| > | all
| > | > | images show up on the published site. As soon as I add hyperlinks
| the
| > | images
| > | > | disappear, why it must have something with the hyperlinks to do. But
| > | what?
| > | > |
| > | > | I was thinking, could it be that the published page look differently
| > | > | displayed in another resolution? I changed the resolution on my
| system
| > | and
| > | > | had a look again, but still no images. And, obviously, the code can
| not
| > | > | change whatever resolution one is using watching the page.
| > | > |
| > | > | Best regards
| > | > |
| > | > | Eric Green
| > | > |
| > | > | Stockholm Sweden
| > | > |
| > | > |
| > | > |
| > | > | | > | > | > Don't understand
| > | > | > I see the 3 images and links on your published page and the code
| is
| > | > | unchanged as
| > | > | >
| > | > | > <table border="0" id="table3"><tr>
| > | > | > <td><a target="_blank" href="http://www.ancorproducts.com">
| > | > | > <img border="0" src="../images/product_images/ancor-logo.jpg"
| > | > | width="100" height="43"></a></td>
| > | > | > <td><a target="_blank" href="http://www.atwbrand.com">
| > | > | > <img border="0" src="../images/product_images/atw.jpg"
| width="90"
| > | > | height="50"></a></td>
| > | > | > <td><a target="_blank" href="http://www.bluesea.com">
| > | > | > <img border="0" src="../images/product_images/bluesea.jpg"
| > | width="100"
| > | > | height="30"></a></td>
| > | > | >
| </tr><tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr></table>
| > | > | >
| > | > | > --
| > | > | >
| > | > | > _____________________________________________
| > | > | > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > | > | > "Warning - Using the F1 Key will not break anything!" (-;
| > | > | > To find the best Newsgroup for FrontPage support see:
| > | > | > http://www.net-sites.com/sitebuilder/newsgroups.asp
| > | > | > _____________________________________________
| > | > | >
| > | > | >
| > | > | > "Eric G @intermarine.se>" <eg1<remove/this> wrote in message
| > | > | | > | > | >
| > | > | >
| > | > | >
| > | > | >
| > | > | >
| > | > | >
| > | > | > Hello,
| > | > | >
| > | > | >
| > | > | >
| > | > | > FrontPage 2003
| > | > | >
| > | > | >
| > | > | >
| > | > | > I've got a problem with tables containing images and hyperlinks
| and
| > | the
| > | > | difference in result between my local development site and
| > | > | > the published result.
| > | > | >
| > | > | >
| > | > | >
| > | > | > I create a table, 3 x1 (the number of columns or rows doesn't
| really
| > | > | matter). I each of the cells I place a jpg image, specify the
| > | > | > address in the hyperlink properties, and specify the target to be
| New
| > | > | window (_blank). On my local system in both FrontPage preview
| > | > | > and an IE6 preview, it all looks fine and the hyperlinks work ok.
| > | After
| > | > | publishing the site to a host running FPSE, sometimes a get
| > | > | > what looks like the shade on ONE of the table cells, but most
| often I
| > | just
| > | > | get a blank space.
| > | > | >
| > | > | >
| > | > | >
| > | > | > If I recreate the table, add the images to the cells (without
| adding
| > | > | hyperlinks), all images are displayed correctly. But, again, as
| > | > | > soon as I add the hyperlinks and republish, the images are no
| longer
| > | > | displayed.
| > | > | >
| > | > | >
| > | > | >
| > | > | > I've let FrontPage publishing function "overwrite" the destination
| > | files
| > | > | each time at publish, and I have even deleted the complete
| > | > | > published site several times and republished my data. I've tried
| the
| > | > | Recalculate hyperlinks command without success. There are no
| > | > | > spaces in any folders or file names. On top of it all, I've read
| > | FrontPage
| > | > | 2003 Inside Out, by Jim Buyens, cover to cover (and have
| > | > | > it on my desk), but not found any reference to this behavior. Is
| it
| > | me, or
| > | > | have I missed something?
| > | > | >
| > | > | >
| > | > | >
| > | > | > Can you please let me know, why this happens and what to do to
| correct
| > | > | this problem?
| > | > | >
| > | > | > I would be most grateful for any suggestion.
| > | > | >
| > | > | >
| > | > | >
| > | > | > Eric G
| > | > | >
| > | > | > Stockholm, Sweden
| > | > | >
| > | > | >
| > | > | >
| > | > | > Site: http://www.intermarine.se/en/yacht_equipment_en.htm
| > | > | >
| > | > | >
| > | > | >
| > | > | > Samples:
| > | > | >
| > | > | >
| > | > | >
| > | > | >
| > | > | >
| > | > | > CODE FROM FRONTPAGE 2003 LOCAL SITE
| > | > | >
| > | > | >
| > | > | >
| > | > | > <table border="0" id="table3">
| > | > | >
| > | > | > <tr>
| > | > | >
| > | > | > <td><a target="_blank" href="http://www.ancorproducts.com">
| > | > | >
| > | > | > <img border="0" src="../images/product_images/ancor-logo.jpg"
| > | width="100"
| > | > | height="43"></a></td>
| > | > | >
| > | > | > <td><a target="_blank" href="http://www.atwbrand.com">
| > | > | >
| > | > | > <img border="0" src="../images/product_images/atw.jpg" width="90"
| > | > | height="50"></a></td>
| > | > | >
| > | > | > <td><a target="_blank" href="http://www.bluesea.com">
| > | > | >
| > | > | > <img border="0" src="../images/product_images/bluesea.jpg"
| width="100"
| > | > | height="30"></a></td>
| > | > | >
| > | > | > </tr>
| > | > | >
| > | > | > <tr>
| > | > | >
| > | > | > <td>&nbsp;</td>
| > | > | >
| > | > | > <td>&nbsp;</td>
| > | > | >
| > | > | > <td>&nbsp;</td>
| > | > | >
| > | > | > </tr>
| > | > | >
| > | > | > </table>
| > | > | >
| > | > | >
| > | > | >
| > | > | >
| > | > | >
| > | > | > CODE FROM FRONTPAGE 2003 PUBLISHED SITE
| > | > | >
| > | > | >
| > | > | >
| > | > | > <table border="0" id="table3">
| > | > | >
| > | > | > <tr>
| > | > | >
| > | > | > <td><a target="_blank" href="http://www.ancorproducts.com">
| > | > | >
| > | > | > </a></td>
| > | > | >
| > | > | > <td><a target="_blank" href="http://www.atwbrand.com">
| > | > | >
| > | > | > </a></td>
| > | > | >
| > | > | > <td><a target="_blank" href="http://www.bluesea.com">
| > | > | >
| > | > | > </a></td>
| > | > | >
| > | > | > </tr>
| > | > | >
| > | > | > <tr>
| > | > | >
| > | > | > <td>&nbsp;</td>
| > | > | >
| > | > | > </tr>
| > | > | >
| > | > | > </table>
| > | > | >
| > | > | >
| > | > |
| > | > |
| > | >
| > | >
| > |
| > |
| >
| >
|
|
 
E

Eric G

Stefan,

It's certainly very strange, but what is even stranger is that I don't think
that the tags are stripped during publishing - how could both you and I look
at the published page and see images and code, while when I look att the
same page, one minute later, on my development system, I can't see either
images or code, with no publishing done in between??

It appears that there is some thing strange going on on my development
system, something that I've not experienced previously. In the coming
weekend I'll restore my system to see if there's any difference in function,
before or after. I'll let you knew what happens through a post here early
next week.

In the meantime, once again, your assistance is much appreciated and thank
you, Stefan.

Best regards,

Eric Green
Stockholm, Sweden


Stefan B Rusynko said:
Never seen or heard of FP stripping tags during publishing

Are you looking at the same file
- open the online web in FP
--




| Stefan,
|
| Well, very strange, I have never previously had any problem whatsoever to
| see any images of any kind. On our own site, I can see the pictures on the
| particular page, as well as on all other oictures without problem. I've
| also now compared the IE6 setup on this other system I just used and it's
| IE6 setup is identical to my own (that is, default settings in the
| IE6/Internet options/Advanced tab) inclusive the Multimedia Option/Show
| Pictures that is ticked.
|
| I've also, as I mentioned before, tested both with and without the firewall,
| but i doesn't make any difference, and theretoo, the other system is also
| using the same firewall, and there the pictures come up teh way they should.
|
| And why would the IE6/View/Source, not show the correct code? The would not
| have anything to do with the picture being shown, or ...
|
| Just wondering if you, or anybody else, experienced this problem?
|
| Once again - many thanks!
|
| Best regards,
|
|
| Eric Green
| Stockholm, Sweden
|
|
|
|
|
| | > In IE Tools Internet Options Advanced - Media (turn on images)
| >
| > --
| >
| > _____________________________________________
| > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > "Warning - Using the F1 Key will not break anything!" (-;
| > To find the best Newsgroup for FrontPage support see:
| > http://www.net-sites.com/sitebuilder/newsgroups.asp
| > _____________________________________________
| >
| >
| > "Eric G @intermarine.se>" <eg1<remove/this> wrote in message
| | > | Stefan,
| > |
| > | It's not that I'm a little embarrased, I'm greatly embarrased!
| > |
| > | I just started up another computer and logged on to our site, and then,
| to
| > | my amazement, the images and the hyperlinks are there! When I look at
| the
| > | source, via View/Source, on this other system, I can also see the full
| code
| > | as it should appear.
| > |
| > | But, what on earth is then wrong with my own developmentt system, since
| > | everything else works perfectly? I switched off my firewall on my
| > | development system as I though it had something to do with this, but no,
| the
| > | same phenomena - no images! Is there some configuration issue with IE6?
| Do
| > | you have any idea (just asking)?
| > |
| > | To ask someone for help, was my last way out, I've tried to solve this
| > | problem for over a week now, to no avail!
| > |
| > | I'm most grateful for your help - thank you.
| > |
| > | Best regards,
| > |
| > |
| > | Eric Green
| > |
| > |
| > | | > | > But I am looking at your Published site online - view source
| > | > - and the code (as I posted it) and images/links are OK and the same
| as
| > | you posted under CODE FROM FRONTPAGE 2003 LOCAL SITE.
| > | >
| > | >
| > | > --
| > | >
| > | > _____________________________________________
| > | > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > | > "Warning - Using the F1 Key will not break anything!" (-;
| > | > To find the best Newsgroup for FrontPage support see:
| > | > http://www.net-sites.com/sitebuilder/newsgroups.asp
| > | > _____________________________________________
| > | >
| > | >
| > | > "Eric G @intermarine.se>" <eg1<remove/this> wrote in message
| > | | > | > | Hi Stefan,
| > | > |
| > | > | Many thanks for taking the time to reply.
| > | > |
| > | > | Let me clarify. When I create the FP site on my local computer,
| adding
| > | the
| > | > | table, the images and the hyperlinks to the images, everything works
| > | fine,
| > | > | and in code view, it looks just like in my included example CODE
| FROM
| > | > | FRONTPAGE 2003 LOCAL SITE.
| > | > |
| > | > | However, after I publish the site, the code for the page looks like
| in
| > | my
| > | > | second example CODE FROM FRONTPAGE 2003 PUBLISHED SITE, i.e. the
| > | references
| > | > | to the images have disappeared, as you can see. And that's my
| problem,
| > | why
| > | > | does the code change?
| > | > |
| > | > | As a test, I removed the table, with content and all, inserted a new
| > | table
| > | > | and added images to the cells, but without adding any hyperlinks -
| then
| > | all
| > | > | images show up on the published site. As soon as I add hyperlinks
| the
| > | images
| > | > | disappear, why it must have something with the hyperlinks to do. But
| > | what?
| > | > |
| > | > | I was thinking, could it be that the published page look differently
| > | > | displayed in another resolution? I changed the resolution on my
| system
| > | and
| > | > | had a look again, but still no images. And, obviously, the code can
| not
| > | > | change whatever resolution one is using watching the page.
| > | > |
| > | > | Best regards
| > | > |
| > | > | Eric Green
| > | > |
| > | > | Stockholm Sweden
| > | > |
| > | > |
| > | > |
| > | > | | > | > | > Don't understand
| > | > | > I see the 3 images and links on your published page and the code
| is
| > | > | unchanged as
| > | > | >
| > | > | > <table border="0" id="table3"><tr>
| > | > | > <td><a target="_blank" href="http://www.ancorproducts.com">
| > | > | > <img border="0" src="../images/product_images/ancor-logo.jpg"
| > | > | width="100" height="43"></a></td>
| > | > | > <td><a target="_blank" href="http://www.atwbrand.com">
| > | > | > <img border="0" src="../images/product_images/atw.jpg"
| width="90"
| > | > | height="50"></a></td>
| > | > | > <td><a target="_blank" href="http://www.bluesea.com">
| > | > | > <img border="0" src="../images/product_images/bluesea.jpg"
| > | width="100"
| > | > | height="30"></a></td>
| > | > | >
| </tr><tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr></table>
| > | > | >
| > | > | > --
| > | > | >
| > | > | > _____________________________________________
| > | > | > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > | > | > "Warning - Using the F1 Key will not break anything!" (-;
| > | > | > To find the best Newsgroup for FrontPage support see:
| > | > | > http://www.net-sites.com/sitebuilder/newsgroups.asp
| > | > | > _____________________________________________
| > | > | >
| > | > | >
| > | > | > "Eric G @intermarine.se>" <eg1<remove/this> wrote in message
| > | > | | > | > | >
| > | > | >
| > | > | >
| > | > | >
| > | > | >
| > | > | >
| > | > | > Hello,
| > | > | >
| > | > | >
| > | > | >
| > | > | > FrontPage 2003
| > | > | >
| > | > | >
| > | > | >
| > | > | > I've got a problem with tables containing images and hyperlinks
| and
| > | the
| > | > | difference in result between my local development site and
| > | > | > the published result.
| > | > | >
| > | > | >
| > | > | >
| > | > | > I create a table, 3 x1 (the number of columns or rows doesn't
| really
| > | > | matter). I each of the cells I place a jpg image, specify the
| > | > | > address in the hyperlink properties, and specify the target to be
| New
| > | > | window (_blank). On my local system in both FrontPage preview
| > | > | > and an IE6 preview, it all looks fine and the hyperlinks work ok.
| > | After
| > | > | publishing the site to a host running FPSE, sometimes a get
| > | > | > what looks like the shade on ONE of the table cells, but most
| often I
| > | just
| > | > | get a blank space.
| > | > | >
| > | > | >
| > | > | >
| > | > | > If I recreate the table, add the images to the cells (without
| adding
| > | > | hyperlinks), all images are displayed correctly. But, again, as
| > | > | > soon as I add the hyperlinks and republish, the images are no
| longer
| > | > | displayed.
| > | > | >
| > | > | >
| > | > | >
| > | > | > I've let FrontPage publishing function "overwrite" the destination
| > | files
| > | > | each time at publish, and I have even deleted the complete
| > | > | > published site several times and republished my data. I've tried
| the
| > | > | Recalculate hyperlinks command without success. There are no
| > | > | > spaces in any folders or file names. On top of it all, I've read
| > | FrontPage
| > | > | 2003 Inside Out, by Jim Buyens, cover to cover (and have
| > | > | > it on my desk), but not found any reference to this behavior. Is
| it
| > | me, or
| > | > | have I missed something?
| > | > | >
| > | > | >
| > | > | >
| > | > | > Can you please let me know, why this happens and what to do to
| correct
| > | > | this problem?
| > | > | >
| > | > | > I would be most grateful for any suggestion.
| > | > | >
| > | > | >
| > | > | >
| > | > | > Eric G
| > | > | >
| > | > | > Stockholm, Sweden
| > | > | >
| > | > | >
| > | > | >
| > | > | > Site: http://www.intermarine.se/en/yacht_equipment_en.htm
| > | > | >
| > | > | >
| > | > | >
| > | > | > Samples:
| > | > | >
| > | > | >
| > | > | >
| > | > | >
| > | > | >
| > | > | > CODE FROM FRONTPAGE 2003 LOCAL SITE
| > | > | >
| > | > | >
| > | > | >
| > | > | > <table border="0" id="table3">
| > | > | >
| > | > | > <tr>
| > | > | >
| > | > | > <td><a target="_blank" href="http://www.ancorproducts.com">
| > | > | >
| > | > | > <img border="0" src="../images/product_images/ancor-logo.jpg"
| > | width="100"
| > | > | height="43"></a></td>
| > | > | >
| > | > | > <td><a target="_blank" href="http://www.atwbrand.com">
| > | > | >
| > | > | > <img border="0" src="../images/product_images/atw.jpg" width="90"
| > | > | height="50"></a></td>
| > | > | >
| > | > | > <td><a target="_blank" href="http://www.bluesea.com">
| > | > | >
| > | > | > <img border="0" src="../images/product_images/bluesea.jpg"
| width="100"
| > | > | height="30"></a></td>
| > | > | >
| > | > | > </tr>
| > | > | >
| > | > | > <tr>
| > | > | >
| > | > | > <td>&nbsp;</td>
| > | > | >
| > | > | > <td>&nbsp;</td>
| > | > | >
| > | > | > <td>&nbsp;</td>
| > | > | >
| > | > | > </tr>
| > | > | >
| > | > | > </table>
| > | > | >
| > | > | >
| > | > | >
| > | > | >
| > | > | >
| > | > | > CODE FROM FRONTPAGE 2003 PUBLISHED SITE
| > | > | >
| > | > | >
| > | > | >
| > | > | > <table border="0" id="table3">
| > | > | >
| > | > | > <tr>
| > | > | >
| > | > | > <td><a target="_blank" href="http://www.ancorproducts.com">
| > | > | >
| > | > | > </a></td>
| > | > | >
| > | > | > <td><a target="_blank" href="http://www.atwbrand.com">
| > | > | >
| > | > | > </a></td>
| > | > | >
| > | > | > <td><a target="_blank" href="http://www.bluesea.com">
| > | > | >
| > | > | > </a></td>
| > | > | >
| > | > | > </tr>
| > | > | >
| > | > | > <tr>
| > | > | >
| > | > | > <td>&nbsp;</td>
| > | > | >
| > | > | > </tr>
| > | > | >
| > | > | > </table>
| > | > | >
| > | > | >
| > | > |
| > | > |
| > | >
| > | >
| > |
| > |
| >
| >
|
|
 
J

Jim Buyens

The pictures and the HTML tht displays them both seem present to me.

Perhaps you have an over version of the page floating around in
cache somewhere. Have you tried Ctrl+clicking the browser's Refresh
button?

Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------
 
E

Eric G

Hello Jim,



Yes, I have tried to refresh the IE6, but to no avail.



As a matter of fact, last night I restored/reinstalled XPP (SP1) from
scratch, from original disks, and with not one single other application
loaded, apart from XPP's support programs and opened up just the IE6, logged
on to our site - with exactly the same result as before; no images and the
code (tags) referencing the images are gone when checking via View/Source,
just like in the second sample in my first post! The code referencing the
hyperlinks is in place though. When I, at the same time, open our site from
my notebook on my desk, I can see everything clearly, with all images
intact, as well as the code.



I'm dumbfounded, and I don't understand what I'm doing wrong! I thought at
first that it had something to do with my display and my relatively high
resolution, but on reinstalling the XPP the resolution defaults to 640x480
(or is it 800x600?), anyway I didn't bother to change the resolution to fit
the whole screen display to my physical 19" display just after the
reinstall, as I still couldn't see the images on our site and the code was
gone as well.



This morning, I restored my previous system (through my Symantec Ghost
Backup - by the way, a fantastic system where you within the hour can
restore a large system with all settings and o/s intact), to get my system
back to normal.



Why I feel so stupid, is that I can, from my development system, see any and
all of all the other pictures on our own site, as well as on net in general.
That is, I presume that I can - if I couldn't, I wouldn't really know, would
I, since I wouldn't be seeing the images ... At least, I think that I can
see everything that I should. Also, at one time, I thought the problem might
have something to do with the firewall (ZoneAlarm Pro), so I deinstalled the
firewall, but as I mentioned previously, with fresh XPP system installed,
with no firewall present, no anti-virus s/w, no nothing loaded, I still
can't see the images, or for that matter, the tags! Why can't I see the
tags, they can't just disappear from my screen!



Consequently, and to try to summarize, the problem apparently has nothing to
do with IE6, it obviously can't have anything to do with FrontPage or how
the page is coded as such, as you, Stefan and I, all can see the images and
the code from our respective systems (me on my notebook). But, then, what
can it be?



I'm most grateful to you, Jim, and to anybody else that can contribute and
possibly shed some light on this problem, or come with possible suggestions,
as it is driving me nuts.



I hope, and if you've got the time and the inclination, that you will think
a little be more about possible causes to the problem, and if I come up with
something in the meantime, I will post my findings straight away.



Once again, thank you very much.





Best regards,



Eric Green

Stockholm, Sweden
 
E

Eric G

This issue is getting stranger and stranger, the further I dig into into it.



Today I had a 4 hour! long conversation with Hewlett Packard Support (as I'm running HP & Compaq hardware). Towards the end of this marathon support call, they suggested that I, on another system/computer (where these images showed up), I save the "offending" page in an empty directory and then copy this across to my own system to test if the IE6 would show the missing images, and true enough, the page with the "missing" images showed up on my system!



Ok, next test; download and install Opera 7.5 web browser and test the offending page with this browser from my own system/computer. The "offending" page showed up with images and hyperlinks in Opera. Great, whatever the problem with the IE6, it could be forgotten and I would use the Opera instead.



Well, well, well, I opened up FP 2003 to check if the Opera browser was recognized by FP, for previewing, and yes, it was. Great, a second time!



I closed the FP and opened again up the Opera browser, and, to my surprise, now the images were gone again!!! I rebooted my system and tried again, but the images were gone. If I look at the page through View/Source (like in the IE6) the image links are gone.



Is it a foregone conclusion that this problem with the disappearing images has something to do with FP? Just asking, because I don't have a single clue .



Pleeease, just let me know what's going wrong .



Best regards,





Eric G

Stockholm, Sweden







The pictures and the HTML tht displays them both seem present to me.

Perhaps you have an over version of the page floating around in
cache somewhere. Have you tried Ctrl+clicking the browser's Refresh
button?

Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------
 
S

Stefan B Rusynko

No necessarily FP, but could be IE (FP relies heavily on IE)

Have you checked for all IE patches / downloads or reinstalled IE
Run a Repair on IE
(see http://support.microsoft.com/default.aspx?scid=318378 )


Also try an IE support newsgroups

--




"Eric G @intermarine.se>" <eg1<remove/this> wrote in message This issue is getting stranger and stranger, the further I dig into into it.



Today I had a 4 hour! long conversation with Hewlett Packard Support (as I'm running HP & Compaq hardware). Towards the end of this
marathon support call, they suggested that I, on another system/computer (where these images showed up), I save the "offending" page
in an empty directory and then copy this across to my own system to test if the IE6 would show the missing images, and true enough,
the page with the "missing" images showed up on my system!



Ok, next test; download and install Opera 7.5 web browser and test the offending page with this browser from my own system/computer.
The "offending" page showed up with images and hyperlinks in Opera. Great, whatever the problem with the IE6, it could be forgotten
and I would use the Opera instead.



Well, well, well, I opened up FP 2003 to check if the Opera browser was recognized by FP, for previewing, and yes, it was. Great, a
second time!



I closed the FP and opened again up the Opera browser, and, to my surprise, now the images were gone again!!! I rebooted my system
and tried again, but the images were gone. If I look at the page through View/Source (like in the IE6) the image links are gone.



Is it a foregone conclusion that this problem with the disappearing images has something to do with FP? Just asking, because I don't
have a single clue .



Pleeease, just let me know what's going wrong .



Best regards,





Eric G

Stockholm, Sweden







The pictures and the HTML tht displays them both seem present to me.

Perhaps you have an over version of the page floating around in
cache somewhere. Have you tried Ctrl+clicking the browser's Refresh
button?

Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------
 
J

Jim Buyens

I really think something, somewhere between your development machine
and your hosted site, has cached an old copy of your page and keeps
delivering it to you.

Beyond, that, it's really hard to say. It depends on the nature of all
the boxes between you and your host. If you're running Internet
Connection Sharing, check there for any caching settings. Same if
you're running Internet Security and Acceleration server. But the
caching could be occurring at your connectivity provider or host as
well.

Usually, such problems go away with the passage of time, or when you
save a new copy of the page (with a newer date stamp). However, that
process can get screwed up it a bad date somehow gets assigned (i.e.
if the cached copy claims it's current as of June 17, 2040).

Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------
 
E

Eric G

Jim, and Stefan,

The problem starts to get even more interesting:

I also have an Omnibook (HP notebook) on my desk. This system has displayed the offending web page correctly all the time and I've done no development work in FP at all on this system. And, today I checked the offending web page again, and it displayed the it correctly, with images an all.

Thereafter I installed a copy of FP 2003 on this Omnibook system, opened an exact copy of the FP original development files in FP, made one minor change (added a space and eleted same) saved the site and exited from FP. Then I loaded the IE6 and logged on to our site, and voila, no images were displayed!

Therefore, I now have two systems showing the same behavior, and the the problem can be reproduced, which in a way is one step further than before. Jim's suggestion, that there could be a cache somewhere on the host system appears to me less likely, than that there is a local cache, as I now have two systems with the same problem. However, now comes the Opera issue into the problem, Opera doesn't show the page with images on either system, after I've opened the site in FP!

The saga continues.

I just can't express my gratefulness to the two of you Jim and Stefan, taking the time, to help me in this matter. If you ever are close to Sweden, yachting in any of the Scandinavian countries, of need anything from Sweden, please let me know - I'll do my utmost to make it happen.

As soon as I know anything more, I'll post it.

My very best regards,


Eric Green
Stockholm, Sweden


I really think something, somewhere between your development machine
and your hosted site, has cached an old copy of your page and keeps
delivering it to you.

Beyond, that, it's really hard to say. It depends on the nature of all
the boxes between you and your host. If you're running Internet
Connection Sharing, check there for any caching settings. Same if
you're running Internet Security and Acceleration server. But the
caching could be occurring at your connectivity provider or host as
well.

Usually, such problems go away with the passage of time, or when you
save a new copy of the page (with a newer date stamp). However, that
process can get screwed up it a bad date somehow gets assigned (i.e.
if the cached copy claims it's current as of June 17, 2040).

Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------
 
T

Thomas A. Rowe

Can you post the HTML content of your page here?

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

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


"Eric G @intermarine.se>" <eg1<remove/this> wrote in message
Jim, and Stefan,

The problem starts to get even more interesting:

I also have an Omnibook (HP notebook) on my desk. This system has displayed the offending web page
correctly all the time and I've done no development work in FP at all on this system. And, today I
checked the offending web page again, and it displayed the it correctly, with images an all.

Thereafter I installed a copy of FP 2003 on this Omnibook system, opened an exact copy of the FP
original development files in FP, made one minor change (added a space and eleted same) saved the
site and exited from FP. Then I loaded the IE6 and logged on to our site, and voila, no images were
displayed!

Therefore, I now have two systems showing the same behavior, and the the problem can be reproduced,
which in a way is one step further than before. Jim's suggestion, that there could be a cache
somewhere on the host system appears to me less likely, than that there is a local cache, as I now
have two systems with the same problem. However, now comes the Opera issue into the problem, Opera
doesn't show the page with images on either system, after I've opened the site in FP!

The saga continues.

I just can't express my gratefulness to the two of you Jim and Stefan, taking the time, to help me
in this matter. If you ever are close to Sweden, yachting in any of the Scandinavian countries, of
need anything from Sweden, please let me know - I'll do my utmost to make it happen.

As soon as I know anything more, I'll post it.

My very best regards,


Eric Green
Stockholm, Sweden


I really think something, somewhere between your development machine
and your hosted site, has cached an old copy of your page and keeps
delivering it to you.

Beyond, that, it's really hard to say. It depends on the nature of all
the boxes between you and your host. If you're running Internet
Connection Sharing, check there for any caching settings. Same if
you're running Internet Security and Acceleration server. But the
caching could be occurring at your connectivity provider or host as
well.

Usually, such problems go away with the passage of time, or when you
save a new copy of the page (with a newer date stamp). However, that
process can get screwed up it a bad date somehow gets assigned (i.e.
if the cached copy claims it's current as of June 17, 2040).

Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------
 
E

Eric G

Hello Stefan,



Yes, with pleasure. Here is the page content of "yacht_equipment_en.htm".



As you will notice, under the tag "<table border="0" id="table3">", I have since it all began, added 3 new images (boss.jpg, cat.jpg and cmap.jpg) in the table (that presently is 3x3 cells). None of these 3 images in the bottom row, have hyperlinks attached, and these images show up perfectly well on any of my systems. But the 3 images (ancor-logo.jpg, atw.jpg and bluesea.jpg) in the top row, with hyperlinks attached, will not show up. As soon as I attach hyperlinks to the bottom 3 images, they will then not show up on my systems.



The complete content of the page below is generated in and by FP 2003 and represents the very first beginning of a new website for us. The page is oversimplified, with as few design elements and is as small in size as practically possible, since many of our customers log on to our pages via satellite and/or mobile phone connection from their boats and yachts and connection costs are rather high.


Look forward hearing from you.

Best regards,


Eric G
Stockholm Sweden


Complete content of "yacht_equipment_en.htm"

<html>

<head>
<meta http-equiv="Content-Language" content="sv">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 6.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<link rel="stylesheet" type="text/css" href="../css/css.css">
<title></title>
</head>

<body>
<div id="header">
<table border="0" width="100%" id="table1" bgcolor="#FFFFFF">
<tr>
<td width="350">
<map name="FPMap0">
<area href="../index.htm" shape="rect" coords="1, 1, 349, 106">
</map>
<img border="0" src="../images/corporate/IM_logo_byline.gif" width="350" height="108" usemap="#FPMap0"></td>
<td width="20%">&nbsp;</td>
<td align="right" width="50%">
<img border="0" src="../images/corporate/im_page_banner_1.jpg" width="600" height="150"></td>
</tr>
</table>
</div>
<div id="left">
<font size="2">
<a href="yacht_agents%20_en.htm">Yacht Agents</a></font><p><font size="2">
<a href="../en/yacht_bunker_en.htm">Yacht Bunker</a></font></p>
<p><font size="2">
<a href="../en/yacht_management_en.htm">Yacht Management</a></font></p>
<p><font size="2">
<a href="../index.htm">Main Page</a></font></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><font size="2"><b>Contact us:<br>
</b><br>
Intermarine HB<br>
P.O. Box 24195<br>
SE-104 51 Stockholm<br>
Sweden<br>
<br>
Phone:<br>
+46(0)8-545 880 90<br>
Fax:<br>
+46(0)545 880 95<br>
<br>
E-mail:<br>
<a href="mailto:[email protected]?subject=Request!">[email protected]</a><br>
&nbsp;</font></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<table border="0" width="100%" id="table2">
<tr>
<td width="28">
&nbsp;</td>
<td>&nbsp;</td>
</tr>
</table>
&nbsp;</div>
<div id="right">
<b><font color="#FF0000">Latest news</font></b><!--webbot bot="Include" U-Include="../Documents/htm/NEWS_page_en.htm" TAG="BODY" --><p>&nbsp;</div>
<div id="middle">
<h1 style="margin-top: 0; margin-bottom:0"><span style="font-weight: 400">
<b>
<font size="4">Yacht Equipment - Stockholm, Sweden!</font></b></span></h1>
<p class="MsoNormal" style="margin-top: 0; margin-bottom: 0">&nbsp;</p>
<p style="margin-top: 0; margin-bottom: 0"><font size="2">We supply just about any well
known brand name equipment.</font></p>
<p style="margin-top: 0; margin-bottom: 0">&nbsp;</p>
<p style="margin-top: 0; margin-bottom: 0"><font size="2">Please contact us for any requirement
you may have, and we
shall try to source it for you at lowest possible cost.</font></p>
<p style="margin-top: 0; margin-bottom: 0">&nbsp;</p>
<p style="margin-top: 0; margin-bottom: 0"><font size="2">Talk to us!
<a href="mailto:[email protected]?subject=Request">[email protected]</a></font></p>
<p style="margin-top: 0; margin-bottom: 0">&nbsp;</p>
<div align="center">
<table border="0" id="table3">
<tr>
<td><a target="_blank" href="http://www.ancorproducts.com">
<img border="0" src="../images/product_images/ancor-logo.jpg" width="100" height="43"></a></td>
<td><a target="_blank" href="http://www.atwbrand.com">
<img border="0" src="../images/product_images/atw.jpg" width="90" height="50"></a></td>
<td><a target="_blank" href="http://www.bluesea.com">
<img border="0" src="../images/product_images/bluesea.jpg" width="100" height="30"></a></td>
</tr>
<tr>
<td>
<img border="0" src="../images/product_images/boss.jpg" width="115" height="53"></td>
<td>
<img border="0" src="../images/product_images/cat.jpg" width="150" height="42"></td>
<td>
<img border="0" src="../images/product_images/cmap.jpg" width="120" height="49"></td>
</tr>
</table>
</div>
</div>
<div id="footer">
<p align="center" style="margin-top: 0; margin-bottom: 0">
<font color="#008000">Internet Explorer users: Use Ctrl+Scroll
wheel to enlarge/reduce the text size</font></p>
<p align="center" style="margin-top: 0; margin-bottom: 0">© Intermarine HB 2001-2004. All rights reserved.
<span lang="EN-US">Trademarks
belong to their respective owners. </span>
<a target="_blank" href="file:///D:/Activity/Web%20development/_FrontPage_DEVELOPMENT/intermarine.se/Documents/htm/intermarine_terms_of_use_en.htm">Terms of use</a>.</p>
<p align="center" style="margin-top: 0; margin-bottom: 0">
<a href="mailto:[email protected]?subject=Webmaster!">
(e-mail address removed)</a>.</p>
</div>

</body>

</html>


Can you post the HTML content of your page here?

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

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


"Eric G @intermarine.se>" <eg1<remove/this> wrote in message
Jim, and Stefan,

The problem starts to get even more interesting:

I also have an Omnibook (HP notebook) on my desk. This system has displayed the offending web page
correctly all the time and I've done no development work in FP at all on this system. And, today I
checked the offending web page again, and it displayed the it correctly, with images an all.

Thereafter I installed a copy of FP 2003 on this Omnibook system, opened an exact copy of the FP
original development files in FP, made one minor change (added a space and eleted same) saved the
site and exited from FP. Then I loaded the IE6 and logged on to our site, and voila, no images were
displayed!

Therefore, I now have two systems showing the same behavior, and the the problem can be reproduced,
which in a way is one step further than before. Jim's suggestion, that there could be a cache
somewhere on the host system appears to me less likely, than that there is a local cache, as I now
have two systems with the same problem. However, now comes the Opera issue into the problem, Opera
doesn't show the page with images on either system, after I've opened the site in FP!

The saga continues.

I just can't express my gratefulness to the two of you Jim and Stefan, taking the time, to help me
in this matter. If you ever are close to Sweden, yachting in any of the Scandinavian countries, of
need anything from Sweden, please let me know - I'll do my utmost to make it happen.

As soon as I know anything more, I'll post it.

My very best regards,


Eric Green
Stockholm, Sweden


I really think something, somewhere between your development machine
and your hosted site, has cached an old copy of your page and keeps
delivering it to you.

Beyond, that, it's really hard to say. It depends on the nature of all
the boxes between you and your host. If you're running Internet
Connection Sharing, check there for any caching settings. Same if
you're running Internet Security and Acceleration server. But the
caching could be occurring at your connectivity provider or host as
well.

Usually, such problems go away with the passage of time, or when you
save a new copy of the page (with a newer date stamp). However, that
process can get screwed up it a bad date somehow gets assigned (i.e.
if the cached copy claims it's current as of June 17, 2040).

Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------
 
T

Thomas A. Rowe

Eric,

I checked your HTML as well as your site, and I see no problem with all 6 images being displayed,
here is a screen captures from your web site:

http://www.ycoln-resources.com/Mary/eric.jpg

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

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


"Eric G @intermarine.se>" <eg1<remove/this> wrote in message
Hello Stefan,



Yes, with pleasure. Here is the page content of "yacht_equipment_en.htm".



As you will notice, under the tag "<table border="0" id="table3">", I have since it all began, added
3 new images (boss.jpg, cat.jpg and cmap.jpg) in the table (that presently is 3x3 cells). None of
these 3 images in the bottom row, have hyperlinks attached, and these images show up perfectly well
on any of my systems. But the 3 images (ancor-logo.jpg, atw.jpg and bluesea.jpg) in the top row,
with hyperlinks attached, will not show up. As soon as I attach hyperlinks to the bottom 3 images,
they will then not show up on my systems.



The complete content of the page below is generated in and by FP 2003 and represents the very first
beginning of a new website for us. The page is oversimplified, with as few design elements and is as
small in size as practically possible, since many of our customers log on to our pages via satellite
and/or mobile phone connection from their boats and yachts and connection costs are rather high.


Look forward hearing from you.

Best regards,


Eric G
Stockholm Sweden


Complete content of "yacht_equipment_en.htm"

<html>

<head>
<meta http-equiv="Content-Language" content="sv">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 6.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<link rel="stylesheet" type="text/css" href="../css/css.css">
<title></title>
</head>

<body>
<div id="header">
<table border="0" width="100%" id="table1" bgcolor="#FFFFFF">
<tr>
<td width="350">
<map name="FPMap0">
<area href="../index.htm" shape="rect" coords="1, 1, 349, 106">
</map>
<img border="0" src="../images/corporate/IM_logo_byline.gif" width="350" height="108"
usemap="#FPMap0"></td>
<td width="20%">&nbsp;</td>
<td align="right" width="50%">
<img border="0" src="../images/corporate/im_page_banner_1.jpg" width="600" height="150"></td>
</tr>
</table>
</div>
<div id="left">
<font size="2">
<a href="yacht_agents%20_en.htm">Yacht Agents</a></font><p><font size="2">
<a href="../en/yacht_bunker_en.htm">Yacht Bunker</a></font></p>
<p><font size="2">
<a href="../en/yacht_management_en.htm">Yacht Management</a></font></p>
<p><font size="2">
<a href="../index.htm">Main Page</a></font></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><font size="2"><b>Contact us:<br>
</b><br>
Intermarine HB<br>
P.O. Box 24195<br>
SE-104 51 Stockholm<br>
Sweden<br>
<br>
Phone:<br>
+46(0)8-545 880 90<br>
Fax:<br>
+46(0)545 880 95<br>
<br>
E-mail:<br>
<a href="mailto:[email protected]?subject=Request!">[email protected]</a><br>
&nbsp;</font></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<table border="0" width="100%" id="table2">
<tr>
<td width="28">
&nbsp;</td>
<td>&nbsp;</td>
</tr>
</table>
&nbsp;</div>
<div id="right">
<b><font color="#FF0000">Latest news</font></b><!--webbot bot="Include"
U-Include="../Documents/htm/NEWS_page_en.htm" TAG="BODY" --><p>&nbsp;</div>
<div id="middle">
<h1 style="margin-top: 0; margin-bottom:0"><span style="font-weight: 400">
<b>
<font size="4">Yacht Equipment - Stockholm, Sweden!</font></b></span></h1>
<p class="MsoNormal" style="margin-top: 0; margin-bottom: 0">&nbsp;</p>
<p style="margin-top: 0; margin-bottom: 0"><font size="2">We supply just about any well
known brand name equipment.</font></p>
<p style="margin-top: 0; margin-bottom: 0">&nbsp;</p>
<p style="margin-top: 0; margin-bottom: 0"><font size="2">Please contact us for any requirement
you may have, and we
shall try to source it for you at lowest possible cost.</font></p>
<p style="margin-top: 0; margin-bottom: 0">&nbsp;</p>
<p style="margin-top: 0; margin-bottom: 0"><font size="2">Talk to us!
<a href="mailto:[email protected]?subject=Request">[email protected]</a></font></p>
<p style="margin-top: 0; margin-bottom: 0">&nbsp;</p>
<div align="center">
<table border="0" id="table3">
<tr>
<td><a target="_blank" href="http://www.ancorproducts.com">
<img border="0" src="../images/product_images/ancor-logo.jpg" width="100" height="43"></a></td>
<td><a target="_blank" href="http://www.atwbrand.com">
<img border="0" src="../images/product_images/atw.jpg" width="90" height="50"></a></td>
<td><a target="_blank" href="http://www.bluesea.com">
<img border="0" src="../images/product_images/bluesea.jpg" width="100" height="30"></a></td>
</tr>
<tr>
<td>
<img border="0" src="../images/product_images/boss.jpg" width="115" height="53"></td>
<td>
<img border="0" src="../images/product_images/cat.jpg" width="150" height="42"></td>
<td>
<img border="0" src="../images/product_images/cmap.jpg" width="120" height="49"></td>
</tr>
</table>
</div>
</div>
<div id="footer">
<p align="center" style="margin-top: 0; margin-bottom: 0">
<font color="#008000">Internet Explorer users: Use Ctrl+Scroll
wheel to enlarge/reduce the text size</font></p>
<p align="center" style="margin-top: 0; margin-bottom: 0">© Intermarine HB 2001-2004. All rights
reserved.
<span lang="EN-US">Trademarks
belong to their respective owners. </span>
<a target="_blank"
href="file:///D:/Activity/Web%20development/_FrontPage_DEVELOPMENT/intermarine.se/Documents/htm/inte
rmarine_terms_of_use_en.htm">Terms of use</a>.</p>
<p align="center" style="margin-top: 0; margin-bottom: 0">
<a href="mailto:[email protected]?subject=Webmaster!">
(e-mail address removed)</a>.</p>
</div>

</body>

</html>


Can you post the HTML content of your page here?

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

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


"Eric G @intermarine.se>" <eg1<remove/this> wrote in message
Jim, and Stefan,

The problem starts to get even more interesting:

I also have an Omnibook (HP notebook) on my desk. This system has displayed the offending web page
correctly all the time and I've done no development work in FP at all on this system. And, today I
checked the offending web page again, and it displayed the it correctly, with images an all.

Thereafter I installed a copy of FP 2003 on this Omnibook system, opened an exact copy of the FP
original development files in FP, made one minor change (added a space and eleted same) saved the
site and exited from FP. Then I loaded the IE6 and logged on to our site, and voila, no images
were
displayed!

Therefore, I now have two systems showing the same behavior, and the the problem can be
reproduced,
which in a way is one step further than before. Jim's suggestion, that there could be a cache
somewhere on the host system appears to me less likely, than that there is a local cache, as I now
have two systems with the same problem. However, now comes the Opera issue into the problem, Opera
doesn't show the page with images on either system, after I've opened the site in FP!

The saga continues.

I just can't express my gratefulness to the two of you Jim and Stefan, taking the time, to help me
in this matter. If you ever are close to Sweden, yachting in any of the Scandinavian countries, of
need anything from Sweden, please let me know - I'll do my utmost to make it happen.

As soon as I know anything more, I'll post it.

My very best regards,


Eric Green
Stockholm, Sweden


I really think something, somewhere between your development machine
and your hosted site, has cached an old copy of your page and keeps
delivering it to you.

Beyond, that, it's really hard to say. It depends on the nature of all
the boxes between you and your host. If you're running Internet
Connection Sharing, check there for any caching settings. Same if
you're running Internet Security and Acceleration server. But the
caching could be occurring at your connectivity provider or host as
well.

Usually, such problems go away with the passage of time, or when you
save a new copy of the page (with a newer date stamp). However, that
process can get screwed up it a bad date somehow gets assigned (i.e.
if the cached copy claims it's current as of June 17, 2040).

Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------
 
E

Eric G

Thomas,

Thansk for your reply, and my apologies for calling you Stefan.

No, my problem doen't seem to lie in the actual FP-generated code, and all the people that have looked at the page see the images, the way they should be displayed - the problem is that I don't see them, as I've explained in this very long thread, and I wonder what makes the images become "invisable" from my systems, but not from other peoples systems.

When I look at the web page, though a browser, IE6 or Opera 7.5, from it looks fine initally. As soon as I open the web site with FP 2003, republish (even if nothing is changed on the site), close FP and then re-logon to the published site, the images are gone - on my system(not on other peoples systems). Why?

Best regards,

Eric G
Stockholm, Sweden


Eric,

I checked your HTML as well as your site, and I see no problem with all 6 images being displayed,
here is a screen captures from your web site:

http://www.ycoln-resources.com/Mary/eric.jpg

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

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


"Eric G @intermarine.se>" <eg1<remove/this> wrote in message
Hello Stefan,



Yes, with pleasure. Here is the page content of "yacht_equipment_en.htm".



As you will notice, under the tag "<table border="0" id="table3">", I have since it all began, added
3 new images (boss.jpg, cat.jpg and cmap.jpg) in the table (that presently is 3x3 cells). None of
these 3 images in the bottom row, have hyperlinks attached, and these images show up perfectly well
on any of my systems. But the 3 images (ancor-logo.jpg, atw.jpg and bluesea.jpg) in the top row,
with hyperlinks attached, will not show up. As soon as I attach hyperlinks to the bottom 3 images,
they will then not show up on my systems.



The complete content of the page below is generated in and by FP 2003 and represents the very first
beginning of a new website for us. The page is oversimplified, with as few design elements and is as
small in size as practically possible, since many of our customers log on to our pages via satellite
and/or mobile phone connection from their boats and yachts and connection costs are rather high.


Look forward hearing from you.

Best regards,


Eric G
Stockholm Sweden


Complete content of "yacht_equipment_en.htm"

<html>

<head>
<meta http-equiv="Content-Language" content="sv">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 6.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<link rel="stylesheet" type="text/css" href="../css/css.css">
<title></title>
</head>

<body>
<div id="header">
<table border="0" width="100%" id="table1" bgcolor="#FFFFFF">
<tr>
<td width="350">
<map name="FPMap0">
<area href="../index.htm" shape="rect" coords="1, 1, 349, 106">
</map>
<img border="0" src="../images/corporate/IM_logo_byline.gif" width="350" height="108"
usemap="#FPMap0"></td>
<td width="20%">&nbsp;</td>
<td align="right" width="50%">
<img border="0" src="../images/corporate/im_page_banner_1.jpg" width="600" height="150"></td>
</tr>
</table>
</div>
<div id="left">
<font size="2">
<a href="yacht_agents%20_en.htm">Yacht Agents</a></font><p><font size="2">
<a href="../en/yacht_bunker_en.htm">Yacht Bunker</a></font></p>
<p><font size="2">
<a href="../en/yacht_management_en.htm">Yacht Management</a></font></p>
<p><font size="2">
<a href="../index.htm">Main Page</a></font></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><font size="2"><b>Contact us:<br>
</b><br>
Intermarine HB<br>
P.O. Box 24195<br>
SE-104 51 Stockholm<br>
Sweden<br>
<br>
Phone:<br>
+46(0)8-545 880 90<br>
Fax:<br>
+46(0)545 880 95<br>
<br>
E-mail:<br>
<a href="mailto:[email protected]?subject=Request!">[email protected]</a><br>
&nbsp;</font></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<table border="0" width="100%" id="table2">
<tr>
<td width="28">
&nbsp;</td>
<td>&nbsp;</td>
</tr>
</table>
&nbsp;</div>
<div id="right">
<b><font color="#FF0000">Latest news</font></b><!--webbot bot="Include"
U-Include="../Documents/htm/NEWS_page_en.htm" TAG="BODY" --><p>&nbsp;</div>
<div id="middle">
<h1 style="margin-top: 0; margin-bottom:0"><span style="font-weight: 400">
<b>
<font size="4">Yacht Equipment - Stockholm, Sweden!</font></b></span></h1>
<p class="MsoNormal" style="margin-top: 0; margin-bottom: 0">&nbsp;</p>
<p style="margin-top: 0; margin-bottom: 0"><font size="2">We supply just about any well
known brand name equipment.</font></p>
<p style="margin-top: 0; margin-bottom: 0">&nbsp;</p>
<p style="margin-top: 0; margin-bottom: 0"><font size="2">Please contact us for any requirement
you may have, and we
shall try to source it for you at lowest possible cost.</font></p>
<p style="margin-top: 0; margin-bottom: 0">&nbsp;</p>
<p style="margin-top: 0; margin-bottom: 0"><font size="2">Talk to us!
<a href="mailto:[email protected]?subject=Request">[email protected]</a></font></p>
<p style="margin-top: 0; margin-bottom: 0">&nbsp;</p>
<div align="center">
<table border="0" id="table3">
<tr>
<td><a target="_blank" href="http://www.ancorproducts.com">
<img border="0" src="../images/product_images/ancor-logo.jpg" width="100" height="43"></a></td>
<td><a target="_blank" href="http://www.atwbrand.com">
<img border="0" src="../images/product_images/atw.jpg" width="90" height="50"></a></td>
<td><a target="_blank" href="http://www.bluesea.com">
<img border="0" src="../images/product_images/bluesea.jpg" width="100" height="30"></a></td>
</tr>
<tr>
<td>
<img border="0" src="../images/product_images/boss.jpg" width="115" height="53"></td>
<td>
<img border="0" src="../images/product_images/cat.jpg" width="150" height="42"></td>
<td>
<img border="0" src="../images/product_images/cmap.jpg" width="120" height="49"></td>
</tr>
</table>
</div>
</div>
<div id="footer">
<p align="center" style="margin-top: 0; margin-bottom: 0">
<font color="#008000">Internet Explorer users: Use Ctrl+Scroll
wheel to enlarge/reduce the text size</font></p>
<p align="center" style="margin-top: 0; margin-bottom: 0">© Intermarine HB 2001-2004. All rights
reserved.
<span lang="EN-US">Trademarks
belong to their respective owners. </span>
<a target="_blank"
href="file:///D:/Activity/Web%20development/_FrontPage_DEVELOPMENT/intermarine.se/Documents/htm/inte
rmarine_terms_of_use_en.htm">Terms of use</a>.</p>
<p align="center" style="margin-top: 0; margin-bottom: 0">
<a href="mailto:[email protected]?subject=Webmaster!">
(e-mail address removed)</a>.</p>
</div>

</body>

</html>


Can you post the HTML content of your page here?

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

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


"Eric G @intermarine.se>" <eg1<remove/this> wrote in message
Jim, and Stefan,

The problem starts to get even more interesting:

I also have an Omnibook (HP notebook) on my desk. This system has displayed the offending web page
correctly all the time and I've done no development work in FP at all on this system. And, today I
checked the offending web page again, and it displayed the it correctly, with images an all.

Thereafter I installed a copy of FP 2003 on this Omnibook system, opened an exact copy of the FP
original development files in FP, made one minor change (added a space and eleted same) saved the
site and exited from FP. Then I loaded the IE6 and logged on to our site, and voila, no images
were
displayed!

Therefore, I now have two systems showing the same behavior, and the the problem can be
reproduced,
which in a way is one step further than before. Jim's suggestion, that there could be a cache
somewhere on the host system appears to me less likely, than that there is a local cache, as I now
have two systems with the same problem. However, now comes the Opera issue into the problem, Opera
doesn't show the page with images on either system, after I've opened the site in FP!

The saga continues.

I just can't express my gratefulness to the two of you Jim and Stefan, taking the time, to help me
in this matter. If you ever are close to Sweden, yachting in any of the Scandinavian countries, of
need anything from Sweden, please let me know - I'll do my utmost to make it happen.

As soon as I know anything more, I'll post it.

My very best regards,


Eric Green
Stockholm, Sweden


I really think something, somewhere between your development machine
and your hosted site, has cached an old copy of your page and keeps
delivering it to you.

Beyond, that, it's really hard to say. It depends on the nature of all
the boxes between you and your host. If you're running Internet
Connection Sharing, check there for any caching settings. Same if
you're running Internet Security and Acceleration server. But the
caching could be occurring at your connectivity provider or host as
well.

Usually, such problems go away with the passage of time, or when you
save a new copy of the page (with a newer date stamp). However, that
process can get screwed up it a bad date somehow gets assigned (i.e.
if the cached copy claims it's current as of June 17, 2040).

Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------
 
T

Thomas A. Rowe

Eric,

I can't think of anything that would stop you from being able to see the image when hyperlinked on
your local machine.

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

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


"Eric G @intermarine.se>" <eg1<remove/this> wrote in message
Thomas,

Thansk for your reply, and my apologies for calling you Stefan.

No, my problem doen't seem to lie in the actual FP-generated code, and all the people that have
looked at the page see the images, the way they should be displayed - the problem is that I don't
see them, as I've explained in this very long thread, and I wonder what makes the images become
"invisable" from my systems, but not from other peoples systems.

When I look at the web page, though a browser, IE6 or Opera 7.5, from it looks fine initally. As
soon as I open the web site with FP 2003, republish (even if nothing is changed on the site), close
FP and then re-logon to the published site, the images are gone - on my system(not on other peoples
systems). Why?

Best regards,

Eric G
Stockholm, Sweden


Eric,

I checked your HTML as well as your site, and I see no problem with all 6 images being displayed,
here is a screen captures from your web site:

http://www.ycoln-resources.com/Mary/eric.jpg

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

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


"Eric G @intermarine.se>" <eg1<remove/this> wrote in message
Hello Stefan,



Yes, with pleasure. Here is the page content of "yacht_equipment_en.htm".



As you will notice, under the tag "<table border="0" id="table3">", I have since it all began,
added
3 new images (boss.jpg, cat.jpg and cmap.jpg) in the table (that presently is 3x3 cells). None of
these 3 images in the bottom row, have hyperlinks attached, and these images show up perfectly
well
on any of my systems. But the 3 images (ancor-logo.jpg, atw.jpg and bluesea.jpg) in the top row,
with hyperlinks attached, will not show up. As soon as I attach hyperlinks to the bottom 3 images,
they will then not show up on my systems.



The complete content of the page below is generated in and by FP 2003 and represents the very
first
beginning of a new website for us. The page is oversimplified, with as few design elements and is
as
small in size as practically possible, since many of our customers log on to our pages via
satellite
and/or mobile phone connection from their boats and yachts and connection costs are rather high.


Look forward hearing from you.

Best regards,


Eric G
Stockholm Sweden


Complete content of "yacht_equipment_en.htm"

<html>

<head>
<meta http-equiv="Content-Language" content="sv">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 6.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<link rel="stylesheet" type="text/css" href="../css/css.css">
<title></title>
</head>

<body>
<div id="header">
<table border="0" width="100%" id="table1" bgcolor="#FFFFFF">
<tr>
<td width="350">
<map name="FPMap0">
<area href="../index.htm" shape="rect" coords="1, 1, 349, 106">
</map>
<img border="0" src="../images/corporate/IM_logo_byline.gif" width="350" height="108"
usemap="#FPMap0"></td>
<td width="20%">&nbsp;</td>
<td align="right" width="50%">
<img border="0" src="../images/corporate/im_page_banner_1.jpg" width="600" height="150"></td>
</tr>
</table>
</div>
<div id="left">
<font size="2">
<a href="yacht_agents%20_en.htm">Yacht Agents</a></font><p><font size="2">
<a href="../en/yacht_bunker_en.htm">Yacht Bunker</a></font></p>
<p><font size="2">
<a href="../en/yacht_management_en.htm">Yacht Management</a></font></p>
<p><font size="2">
<a href="../index.htm">Main Page</a></font></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><font size="2"><b>Contact us:<br>
</b><br>
Intermarine HB<br>
P.O. Box 24195<br>
SE-104 51 Stockholm<br>
Sweden<br>
<br>
Phone:<br>
+46(0)8-545 880 90<br>
Fax:<br>
+46(0)545 880 95<br>
<br>
E-mail:<br>
<a href="mailto:[email protected]?subject=Request!">[email protected]</a><br>
&nbsp;</font></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<table border="0" width="100%" id="table2">
<tr>
<td width="28">
&nbsp;</td>
<td>&nbsp;</td>
</tr>
</table>
&nbsp;</div>
<div id="right">
<b><font color="#FF0000">Latest news</font></b><!--webbot bot="Include"
U-Include="../Documents/htm/NEWS_page_en.htm" TAG="BODY" --><p>&nbsp;</div>
<div id="middle">
<h1 style="margin-top: 0; margin-bottom:0"><span style="font-weight: 400">
<b>
<font size="4">Yacht Equipment - Stockholm, Sweden!</font></b></span></h1>
<p class="MsoNormal" style="margin-top: 0; margin-bottom: 0">&nbsp;</p>
<p style="margin-top: 0; margin-bottom: 0"><font size="2">We supply just about any well
known brand name equipment.</font></p>
<p style="margin-top: 0; margin-bottom: 0">&nbsp;</p>
<p style="margin-top: 0; margin-bottom: 0"><font size="2">Please contact us for any requirement
you may have, and we
shall try to source it for you at lowest possible cost.</font></p>
<p style="margin-top: 0; margin-bottom: 0">&nbsp;</p>
<p style="margin-top: 0; margin-bottom: 0"><font size="2">Talk to us!
<a href="mailto:[email protected]?subject=Request">[email protected]</a></font></p>
<p style="margin-top: 0; margin-bottom: 0">&nbsp;</p>
<div align="center">
<table border="0" id="table3">
<tr>
<td><a target="_blank" href="http://www.ancorproducts.com">
<img border="0" src="../images/product_images/ancor-logo.jpg" width="100"
height="43"></a></td>
<td><a target="_blank" href="http://www.atwbrand.com">
<img border="0" src="../images/product_images/atw.jpg" width="90" height="50"></a></td>
<td><a target="_blank" href="http://www.bluesea.com">
<img border="0" src="../images/product_images/bluesea.jpg" width="100" height="30"></a></td>
</tr>
<tr>
<td>
<img border="0" src="../images/product_images/boss.jpg" width="115" height="53"></td>
<td>
<img border="0" src="../images/product_images/cat.jpg" width="150" height="42"></td>
<td>
<img border="0" src="../images/product_images/cmap.jpg" width="120" height="49"></td>
</tr>
</table>
</div>
</div>
<div id="footer">
<p align="center" style="margin-top: 0; margin-bottom: 0">
<font color="#008000">Internet Explorer users: Use Ctrl+Scroll
wheel to enlarge/reduce the text size</font></p>
<p align="center" style="margin-top: 0; margin-bottom: 0">© Intermarine HB 2001-2004. All rights
reserved.
<span lang="EN-US">Trademarks
belong to their respective owners. </span>
<a target="_blank"

href="file:///D:/Activity/Web%20development/_FrontPage_DEVELOPMENT/intermarine.se/Documents/htm/inte
rmarine_terms_of_use_en.htm">Terms of use</a>.</p>
<p align="center" style="margin-top: 0; margin-bottom: 0">
<a href="mailto:[email protected]?subject=Webmaster!">
(e-mail address removed)</a>.</p>
</div>

</body>

</html>


Can you post the HTML content of your page here?

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

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


"Eric G @intermarine.se>" <eg1<remove/this> wrote in message
Jim, and Stefan,

The problem starts to get even more interesting:

I also have an Omnibook (HP notebook) on my desk. This system has displayed the offending web
page
correctly all the time and I've done no development work in FP at all on this system. And, today
I
checked the offending web page again, and it displayed the it correctly, with images an all.

Thereafter I installed a copy of FP 2003 on this Omnibook system, opened an exact copy of the FP
original development files in FP, made one minor change (added a space and eleted same) saved
the
site and exited from FP. Then I loaded the IE6 and logged on to our site, and voila, no images
were
displayed!

Therefore, I now have two systems showing the same behavior, and the the problem can be
reproduced,
which in a way is one step further than before. Jim's suggestion, that there could be a cache
somewhere on the host system appears to me less likely, than that there is a local cache, as I
now
have two systems with the same problem. However, now comes the Opera issue into the problem,
Opera
doesn't show the page with images on either system, after I've opened the site in FP!

The saga continues.

I just can't express my gratefulness to the two of you Jim and Stefan, taking the time, to help
me
in this matter. If you ever are close to Sweden, yachting in any of the Scandinavian countries,
of
need anything from Sweden, please let me know - I'll do my utmost to make it happen.

As soon as I know anything more, I'll post it.

My very best regards,


Eric Green
Stockholm, Sweden


I really think something, somewhere between your development machine
and your hosted site, has cached an old copy of your page and keeps
delivering it to you.

Beyond, that, it's really hard to say. It depends on the nature of all
the boxes between you and your host. If you're running Internet
Connection Sharing, check there for any caching settings. Same if
you're running Internet Security and Acceleration server. But the
caching could be occurring at your connectivity provider or host as
well.

Usually, such problems go away with the passage of time, or when you
save a new copy of the page (with a newer date stamp). However, that
process can get screwed up it a bad date somehow gets assigned (i.e.
if the cached copy claims it's current as of June 17, 2040).

Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------
 

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