Hot spot links disappear

G

Guest

I have created a site in FrontPage 2000. Some of the pages include graphics
with hot spots linking to different bookmarks on the page. Works fine.
Now I have upgraded to FrontPage 2003 in order to take advantage of the
improved user interface.
When I load the site mentioned above created in FrontPage 2000, all my hot
spot maps disappear.
Why is that?
Regards
Jorgen
 
G

Guest

I am not able to give you a link to the site, as it is an intranet site.
I have investigated further on.
When I open the site in Frontpage2003 it leaves out the map code like
<map name="FPMap0">
<area href="HA002.htm" shape="rect" coords="33, 144, 121, 237">
<area href="HA008.htm" shape="rect" coords="549, 152, 630, 232">
</map>
When I save the page, the code is deleted.
So why does Frontpage 2003 not accept the map code.
Regards
Jorgen

"Ronx" skrev:
 
S

Stefan B Rusynko

Is there an image in the page that has the attribute usemap="#FPMap0"

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


|I am not able to give you a link to the site, as it is an intranet site.
| I have investigated further on.
| When I open the site in Frontpage2003 it leaves out the map code like
| <map name="FPMap0">
| <area href="HA002.htm" shape="rect" coords="33, 144, 121, 237">
| <area href="HA008.htm" shape="rect" coords="549, 152, 630, 232">
| </map>
| When I save the page, the code is deleted.
| So why does Frontpage 2003 not accept the map code.
| Regards
| Jorgen
|
| "Ronx" skrev:
|
| > Please give a link to a page that has this problem.
| > --
| > Ron Symonds - Microsoft MVP (FrontPage)
| > Reply only to group - emails will be deleted unread.
| > FrontPage Support: http://www.frontpagemvps.com/
| > http://www.rxs-enterprises.org/fp
| >
| >
| >
| > | >
| > > I have created a site in FrontPage 2000. Some of the pages include graphics
| > > with hot spots linking to different bookmarks on the page. Works fine.
| > > Now I have upgraded to FrontPage 2003 in order to take advantage of the
| > > improved user interface.
| > > When I load the site mentioned above created in FrontPage 2000, all my hot
| > > spot maps disappear.
| > > Why is that?
| > > Regards
| > > Jorgen
| >
| >
 
G

Guest

I have copied the code as follows:

Original code from the FrontPage2000 version of the site
<map name="FPMap0">
<area href="HA002.htm" shape="rect" coords="33, 144, 121, 237">
<area href="HA008.htm" shape="rect" coords="549, 152, 630, 232"></map>
<img border="0" src="Diagrammer/HA099/Basic-flow_01.gif"
usemap="ha001.htm#FPMap0" width="762" height="325">


Code after opening in Frontpage2003 (seen in code view)
<img border="0" src="Diagrammer/HA099/Basic-flow_01.gif"
usemap="ha001.htm#FPMap0" width="762" height="325">


Code after saving the files from FrontPage2003 (viewed in Explorer, view code)
<img border="0" src="Diagrammer/HA099/Basic-flow_01.gif"
usemap="ha001.htm#FPMap0" width="762" height="325">

As you se, the deletion of the code happens when I opne the page in
FrontPage2003.

Regards
Jorgen

"Stefan B Rusynko" skrev:
 
S

Stefan B Rusynko

Make sure the image path is correct
(FP will delete the image map if the image is not viewable in design view)

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


|I have copied the code as follows:
|
| Original code from the FrontPage2000 version of the site
| <map name="FPMap0">
| <area href="HA002.htm" shape="rect" coords="33, 144, 121, 237">
| <area href="HA008.htm" shape="rect" coords="549, 152, 630, 232"></map>
| <img border="0" src="Diagrammer/HA099/Basic-flow_01.gif"
| usemap="ha001.htm#FPMap0" width="762" height="325">
|
|
| Code after opening in Frontpage2003 (seen in code view)
| <img border="0" src="Diagrammer/HA099/Basic-flow_01.gif"
| usemap="ha001.htm#FPMap0" width="762" height="325">
|
|
| Code after saving the files from FrontPage2003 (viewed in Explorer, view code)
| <img border="0" src="Diagrammer/HA099/Basic-flow_01.gif"
| usemap="ha001.htm#FPMap0" width="762" height="325">
|
| As you se, the deletion of the code happens when I opne the page in
| FrontPage2003.
|
| Regards
| Jorgen
|
| "Stefan B Rusynko" skrev:
|
| > Is there an image in the page that has the attribute usemap="#FPMap0"
| >
| > --
| >
| > _____________________________________________
| > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > "Warning - Using the F1 Key will not break anything!" (-;
| > _____________________________________________
| >
| >
| > |I am not able to give you a link to the site, as it is an intranet site.
| > | I have investigated further on.
| > | When I open the site in Frontpage2003 it leaves out the map code like
| > | <map name="FPMap0">
| > | <area href="HA002.htm" shape="rect" coords="33, 144, 121, 237">
| > | <area href="HA008.htm" shape="rect" coords="549, 152, 630, 232">
| > | </map>
| > | When I save the page, the code is deleted.
| > | So why does Frontpage 2003 not accept the map code.
| > | Regards
| > | Jorgen
| > |
| > | "Ronx" skrev:
| > |
| > | > Please give a link to a page that has this problem.
| > | > --
| > | > Ron Symonds - Microsoft MVP (FrontPage)
| > | > Reply only to group - emails will be deleted unread.
| > | > FrontPage Support: http://www.frontpagemvps.com/
| > | > http://www.rxs-enterprises.org/fp
| > | >
| > | >
| > | >
| > | > | > | >
| > | > > I have created a site in FrontPage 2000. Some of the pages include graphics
| > | > > with hot spots linking to different bookmarks on the page. Works fine.
| > | > > Now I have upgraded to FrontPage 2003 in order to take advantage of the
| > | > > improved user interface.
| > | > > When I load the site mentioned above created in FrontPage 2000, all my hot
| > | > > spot maps disappear.
| > | > > Why is that?
| > | > > Regards
| > | > > Jorgen
| > | >
| > | >
| >
| >
| >
 
J

jnm

Hi
The image is visible in both design view and the sample view. The path is
correct. I have made no changes to the site from the old FrontPage2000
version.
Regards
Jorgen



Stefan B Rusynko said:
Make sure the image path is correct
(FP will delete the image map if the image is not viewable in design view)

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


|I have copied the code as follows:
|
| Original code from the FrontPage2000 version of the site
| <map name="FPMap0">
| <area href="HA002.htm" shape="rect" coords="33, 144, 121, 237">
| <area href="HA008.htm" shape="rect" coords="549, 152, 630, 232"></map>
| <img border="0" src="Diagrammer/HA099/Basic-flow_01.gif"
| usemap="ha001.htm#FPMap0" width="762" height="325">
|
|
| Code after opening in Frontpage2003 (seen in code view)
| <img border="0" src="Diagrammer/HA099/Basic-flow_01.gif"
| usemap="ha001.htm#FPMap0" width="762" height="325">
|
|
| Code after saving the files from FrontPage2003 (viewed in Explorer, view code)
| <img border="0" src="Diagrammer/HA099/Basic-flow_01.gif"
| usemap="ha001.htm#FPMap0" width="762" height="325">
|
| As you se, the deletion of the code happens when I opne the page in
| FrontPage2003.
|
| Regards
| Jorgen
|
| "Stefan B Rusynko" skrev:
|
| > Is there an image in the page that has the attribute usemap="#FPMap0"
| >
| > --
| >
| > _____________________________________________
| > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > "Warning - Using the F1 Key will not break anything!" (-;
| > _____________________________________________
| >
| >
| > |I am not able to give you a link to the site, as it is an intranet site.
| > | I have investigated further on.
| > | When I open the site in Frontpage2003 it leaves out the map code like
| > | <map name="FPMap0">
| > | <area href="HA002.htm" shape="rect" coords="33, 144, 121, 237">
| > | <area href="HA008.htm" shape="rect" coords="549, 152, 630, 232">
| > | </map>
| > | When I save the page, the code is deleted.
| > | So why does Frontpage 2003 not accept the map code.
| > | Regards
| > | Jorgen
| > |
| > | "Ronx" skrev:
| > |
| > | > Please give a link to a page that has this problem.
| > | > --
| > | > Ron Symonds - Microsoft MVP (FrontPage)
| > | > Reply only to group - emails will be deleted unread.
| > | > FrontPage Support: http://www.frontpagemvps.com/
| > | > http://www.rxs-enterprises.org/fp
| > | >
| > | >
| > | >
| > | > | > | >
| > | > > I have created a site in FrontPage 2000. Some of the pages include graphics
| > | > > with hot spots linking to different bookmarks on the page. Works fine.
| > | > > Now I have upgraded to FrontPage 2003 in order to take advantage of the
| > | > > improved user interface.
| > | > > When I load the site mentioned above created in FrontPage 2000, all my hot
| > | > > spot maps disappear.
| > | > > Why is that?
| > | > > Regards
| > | > > Jorgen
| > | >
| > | >
| >
| >
| >
 
J

jnm

Hi Stefan
Now I have found something which may explain my problem. I have created the
map in FP2003 in order to find any difference in the code.

In FP2000 the map is called by usemap="ha001.htm#FPMap0" (The original
old version)
In FP2003 the map is called by usemap="#FPMap0" (Anew
created map in FP2003)

I don't why FP2000 inserts the ha001.htm in the usemap definition. ha001.htm
is the name of the page where the map was located.

Regards

Jorgen
jnm said:
Hi
The image is visible in both design view and the sample view. The path is
correct. I have made no changes to the site from the old FrontPage2000
version.
Regards
Jorgen



Stefan B Rusynko said:
Make sure the image path is correct
(FP will delete the image map if the image is not viewable in design view)

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


|I have copied the code as follows:
|
| Original code from the FrontPage2000 version of the site
| <map name="FPMap0">
| <area href="HA002.htm" shape="rect" coords="33, 144, 121, 237">
| <area href="HA008.htm" shape="rect" coords="549, 152, 630, 232"></map>
| <img border="0" src="Diagrammer/HA099/Basic-flow_01.gif"
| usemap="ha001.htm#FPMap0" width="762" height="325">
|
|
| Code after opening in Frontpage2003 (seen in code view)
| <img border="0" src="Diagrammer/HA099/Basic-flow_01.gif"
| usemap="ha001.htm#FPMap0" width="762" height="325">
|
|
| Code after saving the files from FrontPage2003 (viewed in Explorer,
view
code)
| <img border="0" src="Diagrammer/HA099/Basic-flow_01.gif"
| usemap="ha001.htm#FPMap0" width="762" height="325">
|
| As you se, the deletion of the code happens when I opne the page in
| FrontPage2003.
|
| Regards
| Jorgen
|
| "Stefan B Rusynko" skrev:
|
| > Is there an image in the page that has the attribute usemap="#FPMap0"
| >
| > --
| >
| > _____________________________________________
| > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > "Warning - Using the F1 Key will not break anything!" (-;
| > _____________________________________________
| >
| >
| > |I am not able to give you a link to the site, as it is an intranet site.
| > | I have investigated further on.
| > | When I open the site in Frontpage2003 it leaves out the map code like
| > | <map name="FPMap0">
| > | <area href="HA002.htm" shape="rect" coords="33, 144, 121, 237">
| > | <area href="HA008.htm" shape="rect" coords="549, 152, 630, 232">
| > | </map>
| > | When I save the page, the code is deleted.
| > | So why does Frontpage 2003 not accept the map code.
| > | Regards
| > | Jorgen
| > |
| > | "Ronx" skrev:
| > |
| > | > Please give a link to a page that has this problem.
| > | > --
| > | > Ron Symonds - Microsoft MVP (FrontPage)
| > | > Reply only to group - emails will be deleted unread.
| > | > FrontPage Support: http://www.frontpagemvps.com/
| > | > http://www.rxs-enterprises.org/fp
| > | >
| > | >
| > | >
| > | > | > | >
| > | > > I have created a site in FrontPage 2000. Some of the pages include graphics
| > | > > with hot spots linking to different bookmarks on the page.
Works
fine.
| > | > > Now I have upgraded to FrontPage 2003 in order to take
advantage
of the
| > | > > improved user interface.
| > | > > When I load the site mentioned above created in FrontPage
2000,
all my hot
| > | > > spot maps disappear.
| > | > > Why is that?
| > | > > Regards
| > | > > Jorgen
| > | >
| > | >
| >
| >
| >
 

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