Include Pages only showing Link Path

G

Guest

I have a site where all pages use Include Pages for the Banner and Contents
bar on the left side. They look great when I preview locally, but as soon as
I publish, not all, but some of the pages don't display the Include Pages.
Instead they show the path to those page files. The path looks like this:

file:///Directory/Directory2/Directory3/banner.htm
(an example, not the actual path)

Again, this only happens on some of the pages and not all. Thank goodness!!!
 
T

Tom Willett

It appears you have been working on some pages without first having a web
open.
You must have a web created and opened before working on pages.
--
===
Tom Willett
Microsoft MVP - FrontPage
---
FrontPage Support:
http://www.frontpagemvps.com/
===
|I have a site where all pages use Include Pages for the Banner and Contents
| bar on the left side. They look great when I preview locally, but as soon
as
| I publish, not all, but some of the pages don't display the Include Pages.
| Instead they show the path to those page files. The path looks like this:
|
| file:///Directory/Directory2/Directory3/banner.htm
| (an example, not the actual path)
|
| Again, this only happens on some of the pages and not all. Thank
goodness!!!
 
D

David Berry

file:/// means it's referencing a file on your hard drive not on the web
site. You need to import all files into your web first and then link to the
files in the web, not on your drive. You can also fix this by switching to
Code View and removing the file:/// part and just making the link say
banner.htm or if it's in another folder it would be <foldername>/banner.htm
 
G

Guest

Thank you Tom for your reply. The site is an actual website and not just a
folder. This site was created in Frontpage 2003. Whenever I work with this
site, I always "Open Site".
 
D

David Berry

Yes but you're not linking to files in the web. You're linking to files on
your hard drive (folder). See my other reply
 
G

Guest

Hi David,

This problem is really baffling me. This is what I did. I went in and
changed the code to the following:

<!--webbot
bot="Include" U-Include="../../../../../../Contents.htm" TAG="BODY" -->

When I change to Preview Mode, it shows correcty. However, when I move back
to the Code mode it changed back to:

<!--webbot
bot="Include" U-Include="file:///N:/PHD/Contents.htm" TAG="BODY" -->

This particular file is in the current web.
 
S

Stefan B Rusynko

It will only do that if
1) you are working in a page w/o opening the FP site 1st in FP
2) you have created a new page in the FP site and have not saved it yet

--

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


| Hi David,
|
| This problem is really baffling me. This is what I did. I went in and
| changed the code to the following:
|
| <!--webbot
| bot="Include" U-Include="../../../../../../Contents.htm" TAG="BODY" -->
|
| When I change to Preview Mode, it shows correcty. However, when I move back
| to the Code mode it changed back to:
|
| <!--webbot
| bot="Include" U-Include="file:///N:/PHD/Contents.htm" TAG="BODY" -->
|
| This particular file is in the current web.
|
| "David Berry" wrote:
|
| > file:/// means it's referencing a file on your hard drive not on the web
| > site. You need to import all files into your web first and then link to the
| > files in the web, not on your drive. You can also fix this by switching to
| > Code View and removing the file:/// part and just making the link say
| > banner.htm or if it's in another folder it would be <foldername>/banner.htm
| >
| > --
| > David Berry
| > FrontPage Support: http://www.frontpagemvps.com/
| >
| >
| >
| > | > >I have a site where all pages use Include Pages for the Banner and Contents
| > > bar on the left side. They look great when I preview locally, but as soon
| > > as
| > > I publish, not all, but some of the pages don't display the Include Pages.
| > > Instead they show the path to those page files. The path looks like this:
| > >
| > > file:///Directory/Directory2/Directory3/banner.htm
| > > (an example, not the actual path)
| > >
| > > Again, this only happens on some of the pages and not all. Thank
| > > goodness!!!
| >
| >
 
G

Guest

Hi Stefan, thank you for your reply.

How about if the page is within a site that is opened using the "Open Web"
command. If a page is within a FP site and that site is opened doesn't that
page inherit all of the necessary features that a site provide unlike a page
that is outside of a site?
 
S

Stefan B Rusynko

Yes - once it has been saved 1st time

--

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


| Hi Stefan, thank you for your reply.
|
| How about if the page is within a site that is opened using the "Open Web"
| command. If a page is within a FP site and that site is opened doesn't that
| page inherit all of the necessary features that a site provide unlike a page
| that is outside of a site?
|
| "Stefan B Rusynko" wrote:
|
| > It will only do that if
| > 1) you are working in a page w/o opening the FP site 1st in FP
| > 2) you have created a new page in the FP site and have not saved it yet
| >
| > --
| >
| > _____________________________________________
| > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > "Warning - Using the F1 Key will not break anything!" (-;
| > _____________________________________________
| >
| >
| > | Hi David,
| > |
| > | This problem is really baffling me. This is what I did. I went in and
| > | changed the code to the following:
| > |
| > | <!--webbot
| > | bot="Include" U-Include="../../../../../../Contents.htm" TAG="BODY" -->
| > |
| > | When I change to Preview Mode, it shows correcty. However, when I move back
| > | to the Code mode it changed back to:
| > |
| > | <!--webbot
| > | bot="Include" U-Include="file:///N:/PHD/Contents.htm" TAG="BODY" -->
| > |
| > | This particular file is in the current web.
| > |
| > | "David Berry" wrote:
| > |
| > | > file:/// means it's referencing a file on your hard drive not on the web
| > | > site. You need to import all files into your web first and then link to the
| > | > files in the web, not on your drive. You can also fix this by switching to
| > | > Code View and removing the file:/// part and just making the link say
| > | > banner.htm or if it's in another folder it would be <foldername>/banner.htm
| > | >
| > | > --
| > | > David Berry
| > | > FrontPage Support: http://www.frontpagemvps.com/
| > | >
| > | >
| > | >
| > | > | > | > >I have a site where all pages use Include Pages for the Banner and Contents
| > | > > bar on the left side. They look great when I preview locally, but as soon
| > | > > as
| > | > > I publish, not all, but some of the pages don't display the Include Pages.
| > | > > Instead they show the path to those page files. The path looks like this:
| > | > >
| > | > > file:///Directory/Directory2/Directory3/banner.htm
| > | > > (an example, not the actual path)
| > | > >
| > | > > Again, this only happens on some of the pages and not all. Thank
| > | > > goodness!!!
| > | >
| > | >
| >
| >
| >
 
G

Guest

I hate to be a bother, but it's baffling me. I have several pages that use
include pages and they work no problem. But, the page that's giving me a
problem is within the same site!! Is it possible for a page to exist within
a site along other pages that work properly, but yet function as if it wasn't
in a site?

I hope this question isn't too confusing.

Stefan B Rusynko said:
Yes - once it has been saved 1st time

--

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


| Hi Stefan, thank you for your reply.
|
| How about if the page is within a site that is opened using the "Open Web"
| command. If a page is within a FP site and that site is opened doesn't that
| page inherit all of the necessary features that a site provide unlike a page
| that is outside of a site?
|
| "Stefan B Rusynko" wrote:
|
| > It will only do that if
| > 1) you are working in a page w/o opening the FP site 1st in FP
| > 2) you have created a new page in the FP site and have not saved it yet
| >
| > --
| >
| > _____________________________________________
| > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > "Warning - Using the F1 Key will not break anything!" (-;
| > _____________________________________________
| >
| >
| > | Hi David,
| > |
| > | This problem is really baffling me. This is what I did. I went in and
| > | changed the code to the following:
| > |
| > | <!--webbot
| > | bot="Include" U-Include="../../../../../../Contents.htm" TAG="BODY" -->
| > |
| > | When I change to Preview Mode, it shows correcty. However, when I move back
| > | to the Code mode it changed back to:
| > |
| > | <!--webbot
| > | bot="Include" U-Include="file:///N:/PHD/Contents.htm" TAG="BODY" -->
| > |
| > | This particular file is in the current web.
| > |
| > | "David Berry" wrote:
| > |
| > | > file:/// means it's referencing a file on your hard drive not on the web
| > | > site. You need to import all files into your web first and then link to the
| > | > files in the web, not on your drive. You can also fix this by switching to
| > | > Code View and removing the file:/// part and just making the link say
| > | > banner.htm or if it's in another folder it would be <foldername>/banner.htm
| > | >
| > | > --
| > | > David Berry
| > | > FrontPage Support: http://www.frontpagemvps.com/
| > | >
| > | >
| > | >
| > | > | > | > >I have a site where all pages use Include Pages for the Banner and Contents
| > | > > bar on the left side. They look great when I preview locally, but as soon
| > | > > as
| > | > > I publish, not all, but some of the pages don't display the Include Pages.
| > | > > Instead they show the path to those page files. The path looks like this:
| > | > >
| > | > > file:///Directory/Directory2/Directory3/banner.htm
| > | > > (an example, not the actual path)
| > | > >
| > | > > Again, this only happens on some of the pages and not all. Thank
| > | > > goodness!!!
| > | >
| > | >
| >
| >
| >
 
S

Stefan B Rusynko

From time to time a page can become corrupted (or the meta data can be corrupted)
Try downloading and running FP Cleaner
http://www.95isalive.com/fixes/fpclean.htm
--

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


|I hate to be a bother, but it's baffling me. I have several pages that use
| include pages and they work no problem. But, the page that's giving me a
| problem is within the same site!! Is it possible for a page to exist within
| a site along other pages that work properly, but yet function as if it wasn't
| in a site?
|
| I hope this question isn't too confusing.
|
| "Stefan B Rusynko" wrote:
|
| > Yes - once it has been saved 1st time
| >
| > --
| >
| > _____________________________________________
| > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > "Warning - Using the F1 Key will not break anything!" (-;
| > _____________________________________________
| >
| >
| > | Hi Stefan, thank you for your reply.
| > |
| > | How about if the page is within a site that is opened using the "Open Web"
| > | command. If a page is within a FP site and that site is opened doesn't that
| > | page inherit all of the necessary features that a site provide unlike a page
| > | that is outside of a site?
| > |
| > | "Stefan B Rusynko" wrote:
| > |
| > | > It will only do that if
| > | > 1) you are working in a page w/o opening the FP site 1st in FP
| > | > 2) you have created a new page in the FP site and have not saved it yet
| > | >
| > | > --
| > | >
| > | > _____________________________________________
| > | > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > | > "Warning - Using the F1 Key will not break anything!" (-;
| > | > _____________________________________________
| > | >
| > | >
| > | > | Hi David,
| > | > |
| > | > | This problem is really baffling me. This is what I did. I went in and
| > | > | changed the code to the following:
| > | > |
| > | > | <!--webbot
| > | > | bot="Include" U-Include="../../../../../../Contents.htm" TAG="BODY" -->
| > | > |
| > | > | When I change to Preview Mode, it shows correcty. However, when I move back
| > | > | to the Code mode it changed back to:
| > | > |
| > | > | <!--webbot
| > | > | bot="Include" U-Include="file:///N:/PHD/Contents.htm" TAG="BODY" -->
| > | > |
| > | > | This particular file is in the current web.
| > | > |
| > | > | "David Berry" wrote:
| > | > |
| > | > | > file:/// means it's referencing a file on your hard drive not on the web
| > | > | > site. You need to import all files into your web first and then link to the
| > | > | > files in the web, not on your drive. You can also fix this by switching to
| > | > | > Code View and removing the file:/// part and just making the link say
| > | > | > banner.htm or if it's in another folder it would be <foldername>/banner.htm
| > | > | >
| > | > | > --
| > | > | > David Berry
| > | > | > FrontPage Support: http://www.frontpagemvps.com/
| > | > | >
| > | > | >
| > | > | >
| > | > | > | > | > | > >I have a site where all pages use Include Pages for the Banner and Contents
| > | > | > > bar on the left side. They look great when I preview locally, but as soon
| > | > | > > as
| > | > | > > I publish, not all, but some of the pages don't display the Include Pages.
| > | > | > > Instead they show the path to those page files. The path looks like this:
| > | > | > >
| > | > | > > file:///Directory/Directory2/Directory3/banner.htm
| > | > | > > (an example, not the actual path)
| > | > | > >
| > | > | > > Again, this only happens on some of the pages and not all. Thank
| > | > | > > goodness!!!
| > | > | >
| > | > | >
| > | >
| > | >
| > | >
| >
| >
| >
 
G

Guest

This is weird. I ran the clean up and still the problem persisted. What I
ended up doing was creating a new page from scratch and using the "Include
Page" feature as needed. I saved and published it and it worked fine. Then
I went in and moved it into a subfolder in the same web. Published it and
then it happened again!! So, this time I re-created the page again from
scratch. Removed that subfolder and re published the page. It worked fine.
Then I created a new subfolder (because our site is organization driven) and
put the file in there and published the site again. Now it seems to be
working fine. I think the subfolder was corrupting the pages once I created
them inside.

Anyway, it looks like everything is on the up and up. Thanks.

Stefan B Rusynko said:
From time to time a page can become corrupted (or the meta data can be corrupted)
Try downloading and running FP Cleaner
http://www.95isalive.com/fixes/fpclean.htm
--

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


|I hate to be a bother, but it's baffling me. I have several pages that use
| include pages and they work no problem. But, the page that's giving me a
| problem is within the same site!! Is it possible for a page to exist within
| a site along other pages that work properly, but yet function as if it wasn't
| in a site?
|
| I hope this question isn't too confusing.
|
| "Stefan B Rusynko" wrote:
|
| > Yes - once it has been saved 1st time
| >
| > --
| >
| > _____________________________________________
| > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > "Warning - Using the F1 Key will not break anything!" (-;
| > _____________________________________________
| >
| >
| > | Hi Stefan, thank you for your reply.
| > |
| > | How about if the page is within a site that is opened using the "Open Web"
| > | command. If a page is within a FP site and that site is opened doesn't that
| > | page inherit all of the necessary features that a site provide unlike a page
| > | that is outside of a site?
| > |
| > | "Stefan B Rusynko" wrote:
| > |
| > | > It will only do that if
| > | > 1) you are working in a page w/o opening the FP site 1st in FP
| > | > 2) you have created a new page in the FP site and have not saved it yet
| > | >
| > | > --
| > | >
| > | > _____________________________________________
| > | > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > | > "Warning - Using the F1 Key will not break anything!" (-;
| > | > _____________________________________________
| > | >
| > | >
| > | > | Hi David,
| > | > |
| > | > | This problem is really baffling me. This is what I did. I went in and
| > | > | changed the code to the following:
| > | > |
| > | > | <!--webbot
| > | > | bot="Include" U-Include="../../../../../../Contents.htm" TAG="BODY" -->
| > | > |
| > | > | When I change to Preview Mode, it shows correcty. However, when I move back
| > | > | to the Code mode it changed back to:
| > | > |
| > | > | <!--webbot
| > | > | bot="Include" U-Include="file:///N:/PHD/Contents.htm" TAG="BODY" -->
| > | > |
| > | > | This particular file is in the current web.
| > | > |
| > | > | "David Berry" wrote:
| > | > |
| > | > | > file:/// means it's referencing a file on your hard drive not on the web
| > | > | > site. You need to import all files into your web first and then link to the
| > | > | > files in the web, not on your drive. You can also fix this by switching to
| > | > | > Code View and removing the file:/// part and just making the link say
| > | > | > banner.htm or if it's in another folder it would be <foldername>/banner.htm
| > | > | >
| > | > | > --
| > | > | > David Berry
| > | > | > FrontPage Support: http://www.frontpagemvps.com/
| > | > | >
| > | > | >
| > | > | >
| > | > | > | > | > | > >I have a site where all pages use Include Pages for the Banner and Contents
| > | > | > > bar on the left side. They look great when I preview locally, but as soon
| > | > | > > as
| > | > | > > I publish, not all, but some of the pages don't display the Include Pages.
| > | > | > > Instead they show the path to those page files. The path looks like this:
| > | > | > >
| > | > | > > file:///Directory/Directory2/Directory3/banner.htm
| > | > | > > (an example, not the actual path)
| > | > | > >
| > | > | > > Again, this only happens on some of the pages and not all. Thank
| > | > | > > goodness!!!
| > | > | >
| > | > | >
| > | >
| > | >
| > | >
| >
| >
| >
 
R

Rob Giordano \(Crash\)

did the subfolder name have any spaces or illegal characters in it?




| This is weird. I ran the clean up and still the problem persisted. What
I
| ended up doing was creating a new page from scratch and using the "Include
| Page" feature as needed. I saved and published it and it worked fine.
Then
| I went in and moved it into a subfolder in the same web. Published it and
| then it happened again!! So, this time I re-created the page again from
| scratch. Removed that subfolder and re published the page. It worked
fine.
| Then I created a new subfolder (because our site is organization driven)
and
| put the file in there and published the site again. Now it seems to be
| working fine. I think the subfolder was corrupting the pages once I
created
| them inside.
|
| Anyway, it looks like everything is on the up and up. Thanks.
|
| "Stefan B Rusynko" wrote:
|
| > From time to time a page can become corrupted (or the meta data can be
corrupted)
| > Try downloading and running FP Cleaner
| > http://www.95isalive.com/fixes/fpclean.htm
| > --
| >
| > _____________________________________________
| > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > "Warning - Using the F1 Key will not break anything!" (-;
| > _____________________________________________
| >
| >
| > |I hate to be a bother, but it's baffling me. I have several pages that
use
| > | include pages and they work no problem. But, the page that's giving
me a
| > | problem is within the same site!! Is it possible for a page to exist
within
| > | a site along other pages that work properly, but yet function as if it
wasn't
| > | in a site?
| > |
| > | I hope this question isn't too confusing.
| > |
| > | "Stefan B Rusynko" wrote:
| > |
| > | > Yes - once it has been saved 1st time
| > | >
| > | > --
| > | >
| > | > _____________________________________________
| > | > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > | > "Warning - Using the F1 Key will not break anything!" (-;
| > | > _____________________________________________
| > | >
| > | >
| > | > | Hi Stefan, thank you for your reply.
| > | > |
| > | > | How about if the page is within a site that is opened using the
"Open Web"
| > | > | command. If a page is within a FP site and that site is opened
doesn't that
| > | > | page inherit all of the necessary features that a site provide
unlike a page
| > | > | that is outside of a site?
| > | > |
| > | > | "Stefan B Rusynko" wrote:
| > | > |
| > | > | > It will only do that if
| > | > | > 1) you are working in a page w/o opening the FP site 1st in FP
| > | > | > 2) you have created a new page in the FP site and have not saved
it yet
| > | > | >
| > | > | > --
| > | > | >
| > | > | > _____________________________________________
| > | > | > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > | > | > "Warning - Using the F1 Key will not break anything!" (-;
| > | > | > _____________________________________________
| > | > | >
| > | > | >
| > | > | > | Hi David,
| > | > | > |
| > | > | > | This problem is really baffling me. This is what I did. I
went in and
| > | > | > | changed the code to the following:
| > | > | > |
| > | > | > | <!--webbot
| > | > | > | bot="Include" U-Include="../../../../../../Contents.htm"
TAG="BODY" -->
| > | > | > |
| > | > | > | When I change to Preview Mode, it shows correcty. However,
when I move back
| > | > | > | to the Code mode it changed back to:
| > | > | > |
| > | > | > | <!--webbot
| > | > | > | bot="Include" U-Include="file:///N:/PHD/Contents.htm"
TAG="BODY" -->
| > | > | > |
| > | > | > | This particular file is in the current web.
| > | > | > |
| > | > | > | "David Berry" wrote:
| > | > | > |
| > | > | > | > file:/// means it's referencing a file on your hard drive
not on the web
| > | > | > | > site. You need to import all files into your web first and
then link to the
| > | > | > | > files in the web, not on your drive. You can also fix this
by switching to
| > | > | > | > Code View and removing the file:/// part and just making the
link say
| > | > | > | > banner.htm or if it's in another folder it would be
<foldername>/banner.htm
| > | > | > | >
| > | > | > | > --
| > | > | > | > David Berry
| > | > | > | > FrontPage Support: http://www.frontpagemvps.com/
| > | > | > | >
| > | > | > | >
| > | > | > | >
message
| > | > | > | > | > | > | > | > >I have a site where all pages use Include Pages for the
Banner and Contents
| > | > | > | > > bar on the left side. They look great when I preview
locally, but as soon
| > | > | > | > > as
| > | > | > | > > I publish, not all, but some of the pages don't display
the Include Pages.
| > | > | > | > > Instead they show the path to those page files. The path
looks like this:
| > | > | > | > >
| > | > | > | > > file:///Directory/Directory2/Directory3/banner.htm
| > | > | > | > > (an example, not the actual path)
| > | > | > | > >
| > | > | > | > > Again, this only happens on some of the pages and not all.
Thank
| > | > | > | > > goodness!!!
| > | > | > | >
| > | > | > | >
| > | > | >
| > | > | >
| > | > | >
| > | >
| > | >
| > | >
| >
| >
| >
 
G

Guest

No. This was the name of the folder:

BinatBorderHlth

When I recreated the page, I put it in it's parent folder and today, it
still looks good. What I'd like to do later this week is create the sub
folder again and put it in there and test to make sure it's okay.

Let me ask you this, is it possible that moving folders within a site can
corrupt the site? Or folders?

Rob Giordano (Crash) said:
did the subfolder name have any spaces or illegal characters in it?




| This is weird. I ran the clean up and still the problem persisted. What
I
| ended up doing was creating a new page from scratch and using the "Include
| Page" feature as needed. I saved and published it and it worked fine.
Then
| I went in and moved it into a subfolder in the same web. Published it and
| then it happened again!! So, this time I re-created the page again from
| scratch. Removed that subfolder and re published the page. It worked
fine.
| Then I created a new subfolder (because our site is organization driven)
and
| put the file in there and published the site again. Now it seems to be
| working fine. I think the subfolder was corrupting the pages once I
created
| them inside.
|
| Anyway, it looks like everything is on the up and up. Thanks.
|
| "Stefan B Rusynko" wrote:
|
| > From time to time a page can become corrupted (or the meta data can be
corrupted)
| > Try downloading and running FP Cleaner
| > http://www.95isalive.com/fixes/fpclean.htm
| > --
| >
| > _____________________________________________
| > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > "Warning - Using the F1 Key will not break anything!" (-;
| > _____________________________________________
| >
| >
| > |I hate to be a bother, but it's baffling me. I have several pages that
use
| > | include pages and they work no problem. But, the page that's giving
me a
| > | problem is within the same site!! Is it possible for a page to exist
within
| > | a site along other pages that work properly, but yet function as if it
wasn't
| > | in a site?
| > |
| > | I hope this question isn't too confusing.
| > |
| > | "Stefan B Rusynko" wrote:
| > |
| > | > Yes - once it has been saved 1st time
| > | >
| > | > --
| > | >
| > | > _____________________________________________
| > | > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > | > "Warning - Using the F1 Key will not break anything!" (-;
| > | > _____________________________________________
| > | >
| > | >
| > | > | Hi Stefan, thank you for your reply.
| > | > |
| > | > | How about if the page is within a site that is opened using the
"Open Web"
| > | > | command. If a page is within a FP site and that site is opened
doesn't that
| > | > | page inherit all of the necessary features that a site provide
unlike a page
| > | > | that is outside of a site?
| > | > |
| > | > | "Stefan B Rusynko" wrote:
| > | > |
| > | > | > It will only do that if
| > | > | > 1) you are working in a page w/o opening the FP site 1st in FP
| > | > | > 2) you have created a new page in the FP site and have not saved
it yet
| > | > | >
| > | > | > --
| > | > | >
| > | > | > _____________________________________________
| > | > | > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > | > | > "Warning - Using the F1 Key will not break anything!" (-;
| > | > | > _____________________________________________
| > | > | >
| > | > | >
| > | > | > | Hi David,
| > | > | > |
| > | > | > | This problem is really baffling me. This is what I did. I
went in and
| > | > | > | changed the code to the following:
| > | > | > |
| > | > | > | <!--webbot
| > | > | > | bot="Include" U-Include="../../../../../../Contents.htm"
TAG="BODY" -->
| > | > | > |
| > | > | > | When I change to Preview Mode, it shows correcty. However,
when I move back
| > | > | > | to the Code mode it changed back to:
| > | > | > |
| > | > | > | <!--webbot
| > | > | > | bot="Include" U-Include="file:///N:/PHD/Contents.htm"
TAG="BODY" -->
| > | > | > |
| > | > | > | This particular file is in the current web.
| > | > | > |
| > | > | > | "David Berry" wrote:
| > | > | > |
| > | > | > | > file:/// means it's referencing a file on your hard drive
not on the web
| > | > | > | > site. You need to import all files into your web first and
then link to the
| > | > | > | > files in the web, not on your drive. You can also fix this
by switching to
| > | > | > | > Code View and removing the file:/// part and just making the
link say
| > | > | > | > banner.htm or if it's in another folder it would be
<foldername>/banner.htm
| > | > | > | >
| > | > | > | > --
| > | > | > | > David Berry
| > | > | > | > FrontPage Support: http://www.frontpagemvps.com/
| > | > | > | >
| > | > | > | >
| > | > | > | >
message
| > | > | > | > | > | > | > | > >I have a site where all pages use Include Pages for the
Banner and Contents
| > | > | > | > > bar on the left side. They look great when I preview
locally, but as soon
| > | > | > | > > as
| > | > | > | > > I publish, not all, but some of the pages don't display
the Include Pages.
| > | > | > | > > Instead they show the path to those page files. The path
looks like this:
| > | > | > | > >
| > | > | > | > > file:///Directory/Directory2/Directory3/banner.htm
| > | > | > | > > (an example, not the actual path)
| > | > | > | > >
| > | > | > | > > Again, this only happens on some of the pages and not all.
Thank
| > | > | > | > > goodness!!!
| > | > | > | >
| > | > | > | >
| > | > | >
| > | > | >
| > | > | >
| > | >
| > | >
| > | >
| >
| >
| >
 

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

Similar Threads


Top