Navigation bar from FrontPage

  • Thread starter Thread starter Peter Van Peborgh
  • Start date Start date
P

Peter Van Peborgh

I have a navigation bar in some web pages, generated by FrontPage. They work
OK on my development machine under IE and within FrontPage..
When the pages are transferred to a server on the Internet, which has it
FrontPage extensions switched on, the home page comes up without any any
buttons in the navigation bar. The hit counter, also FrontPage-generated,
works on the Internet server.
The code generated in the homepage is follows.
How do I crack this problem?
_____
HTML code in the homepage (I don't know why the font is so small...):

"

<td width="757" height="27" valign="top" bgcolor="#CCCCCC"
colspan="2"><!--webbot

bot="Navigation" S-Type="children" S-Orientation="horizontal"

S-Rendering="graphics" B-Include-Home="TRUE" B-Include-Up="FALSE" U-Page

S-Target -->

</td>

"
 
Provide a URL

Make sure your home page filename is the same as that required by your host

--




| I have a navigation bar in some web pages, generated by FrontPage. They work
| OK on my development machine under IE and within FrontPage..
| When the pages are transferred to a server on the Internet, which has it
| FrontPage extensions switched on, the home page comes up without any any
| buttons in the navigation bar. The hit counter, also FrontPage-generated,
| works on the Internet server.
| The code generated in the homepage is follows.
| How do I crack this problem?
| _____
| HTML code in the homepage (I don't know why the font is so small...):
|
| "
|
| <td width="757" height="27" valign="top" bgcolor="#CCCCCC"
| colspan="2"><!--webbot
|
| bot="Navigation" S-Type="children" S-Orientation="horizontal"
|
| S-Rendering="graphics" B-Include-Home="TRUE" B-Include-Up="FALSE" U-Page
|
| S-Target -->
|
| </td>
|
| "
|
|
 
I assume you're publishing the site (try publishing to an HTTP based server,
eg http://www.webaddress.com/<yourdirectory>) and not just FTPing it over
to the server.

Check that the pages are all listed in your navigation structure and the
home page is what your server expects (and your files are the correct case,
if the server is case dependant).
 
Back
Top