Navigation links load as red X's instead of theme bars, Why?

G

Guest

The navigation bars work but don't appear correctly. When I look at the code
it appears that the navigation bar's buttons are buried into script. I also
can't find the derived folder that the button image seems to be pointing to.
Thanks, Here is the code line for "home" button: }
// --></script><script language="JavaScript"><!--
if(MSFPhover) {
MSFPnav1n=MSFPpreload("_derived/home_cmp_blank010_hbtn_p.gif");
MSFPnav1h=MSFPpreload("_derived/home_cmp_blank010_hbtn_a.gif"); }
// --></script><a href="index.htm" language="JavaScript"
onmouseover="if(MSFPhover) document['MSFPnav1'].src=MSFPnav1h.src"
onmouseout="if(MSFPhover) document['MSFPnav1'].src=MSFPnav1n.src"><img
src="_derived/home_cmp_blank010_hbtn_p.gif" width="140" height="40"
border="0" alt="Home" align="middle" name="MSFPnav1"></a> <script
language="JavaScript"><!--
if(MSFPhover) {
MSFPnav2n=MSFPpreload("_derived/accomodations.htm_cmp_blank010_hbtn.gif");
 
R

Rick Budde

Is this happening on your disk based web (ie, the
developmental site on your PC) or is it happening on your
server based site (ie, the version on your host)?

If on your host, how did you publish your site from your
PC to the host? You should be using the "http" method
(see Front Page help) if your host support the Front Page
Extensions. If you are using the FTP method be sure that
all of the files in your disk based web (including those
in the hidden folders - this is where the navigation
stuff is) become a part of your server based web.

Hidden folders (see Front Page help) are those that start
with an underline character.
-----Original Message-----
The navigation bars work but don't appear correctly. When I look at the code
it appears that the navigation bar's buttons are buried into script. I also
can't find the derived folder that the button image seems to be pointing to.
Thanks, Here is the code line for "home" button: }
// --></script><script language="JavaScript"><!--
if(MSFPhover) {
MSFPnav1n=MSFPpreload ("_derived/home_cmp_blank010_hbtn_p.gif");
MSFPnav1h=MSFPpreload
("_derived/home_cmp_blank010_hbtn_a.gif"); }
// --></script><a href="index.htm" language="JavaScript"
onmouseover="if(MSFPhover) document ['MSFPnav1'].src=MSFPnav1h.src"
onmouseout="if(MSFPhover) document ['MSFPnav1'].src=MSFPnav1n.src"><img
src="_derived/home_cmp_blank010_hbtn_p.gif" width="140" height="40"
border="0" alt="Home" align="middle"
 
Top