You have badly mangled html that you have somehow edited
- FP does not generate nav bars in TR tags or illegal tables and you have edited the webbot to add a space
- And your page ends without a </body></html> tag
For Example You have at the top
<table border="5" cellpadding="0" width="820" height="1" bgcolor="#FFFFCC">
<tr></center>
<! --webbot bot="Navigation" S-Type="sequence" S-Orientation="horizontal" S-Rendering="graphics" B-Include-Home="FALSE"
B-Include-Up="FALSE" U-Page="sid:1001" -->
</center>
<td width="808" bgcolor="#FFFF00" colspan="2" height="21">
<p align="center"><span style="background-color: #FFFF00">
<font size="4" color="#003300"><b>What's New!</b></font></span></td></tr>
And should have something more like
<table border="5" cellpadding="0" width="820" height="1" bgcolor="#FFFFCC">
<tr><td width="808" bgcolor="#FFFF00" colspan="2">
<!--webbot bot="Navigation" S-Type="sequence" S-Orientation="horizontal" S-Rendering="graphics" B-Include-Home="FALSE"
B-Include-Up="FALSE" U-Page="sid:1001" -->
</td></tr><tr>
<td width="808" bgcolor="#FFFF00" colspan="2" height="21">
<p align="center"><span style="background-color: #FFFF00">
<font size="4" color="#003300"><b>What's New!</b></font></span></td></tr>
--
_____________________________________________
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.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________
| Yes, and I quoteth " Insert >Navigation> LinkBars> Bar with Custom Links."
| Once done with that I incert the proper links in the box it asks for and then
| go to the navigation view to edit them. I do everything it requests and it
| shows up and works fine in the preview and design views.. it just will not
| work once it is published.
|
| It's like as soon as I publish it it goes *POOF* and plays invisible on the
| site though it shows in the preview.
|
| When I look at it in code view the code is grey and states exactly what I
| put in my last post.
|
| I am despirate to get the site working properly. I have been without a
| proper site for 4 days now, which is causing damage to the potential of
| customers.
|
| Please somebody tell me why Front Page is not giving me good codes?
|
|
| "Rob Giordano (Crash)" wrote:
|
| > Did you create your navigation structure in Navigation? Add the pages there.
|