Frontpage include stripping out id in menu....

G

Guest

We have the most frustrating problem...for some reason the Frontpage include
are stipping out some of the code, specifically the ids in the
menu....because of that the buttons at top do not show up....it's there in
the include when you open up in Frontpage but disapears when you view it in
the browser in view source mode.

The non-include page is here:
http://www.consultwebs.com/template_inner_demo2.html

It works there.

The one with the include is here:
http://www.consultwebs.com/template_inner_demo2_new.html

The buttons are gone.

The code for the buttons is:

<ul id="nav">
<li id="tproducts"><a href="products.htm">Products & Services</a></li>
<li id="tdesign"><a href="design.htm">Design</a></li>
<li id="tportfolio"><a href="client_list.htm">Portfolio</a></li>
<li id="tabout"><a href="about_us.html">About Us</a></li>
<li id="tfaqs"><a href="faq.htm">FAQs</a></li>
<li id="tcontact"><a href="contact.htm">Contact Us</a></li>
</ul>

Those ids int he li tag are getting stripped out...

THis is really weird...never seen this problem....we even tried moving it to
different server but no go....

Any ideas?

thanks!
 
K

Kevin Spencer

I am somewhat baffled. Are you sure the code is the same in the include
page? The reason I ask is that the code in the 2 pages is almost identical,
with the sole exception of the following block:

<!-- begin main navigation -->
<div id="nav-wrapper">
<div id="nav-container"><ul id="nav">
<li id="tproducts"><a href="products.htm">Products &amp; Services</a></li>
<li id="tdesign"><a href="design.htm">Design</a></li>
<li id="tportfolio"><a href="client_list.htm">Portfolio</a></li>
<li id="tabout"><a href="about_us.html">About Us</a></li>
<li id="tfaqs"><a href="faq.htm">FAQs</a></li>
<li id="tcontact"><a href="contact.htm">Contact Us</a></li>
</ul>
<div id="quick-links"><form action="" name="GoTo">

<!-- begin main navigation -->
<div id="nav-wrapper">
<div id="nav-container"><ul id="nav">
<li><a href="products.htm">Products &amp; Services</a></li>
<li><a href="design.htm">Design</a></li>
<li><a href="client_list.htm">Portfolio</a></li>
<li><a href="about_us.html">About Us</a></li>
<li><a href="faq.htm">FAQs</a></li>
<li><a href="contact.htm">Contact Us</a></li>
</ul>
<div id="quick-links"><form action="" name="GoTo">

As you have noted, the "li" elements in the second (include page) do not
have id attributes. However, every OTHER HTML element that has id attributes
in the original has identical id attributes in the second page. So, this
leads me to wonder if they might have been left out of the include page?

--
HTH,

Kevin Spencer
Microsoft MVP
Software Composer
http://unclechutney.blogspot.com

The shortest distance between 2 points is a curve.
 
T

Thomas A. Rowe

All content to be included in other pages, must be between the open and closing body tags of the
page being included.

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage

http://www.Ecom-Data.com
==============================================
 
G

Guest

Yes Im totally baffled too...yes the code is there in the include.....even
some of my co-workers checked it...

here's what I see or have in the include:

<html>
<head>
<title></title>
</head>

<body>

<!-- begin header -->
<div id="header">
<!-- end top -->
<div id="top">
<div id="logo-wrapper"><h1 id="logo"><a href="/" title="Return to our
Homepage">Consultwebs - Maximizing the Prosperity of Law Firm Web Sites
through Growth - 1-919-272-8052</a></h1></div>
<div id="tagline">North Carolina Web Development, Internet Consulting &
Marketing Consultants. Specializing in Law Firm and Business Internet
Development Strategies</div>
<ul id="nav-utility">
<li><a href="lawfirms.htm">Law Firms</a></li>
<li><a href="http://www.consultwebs.com/ncphotos/index.html">Photos</a></li>
<li><a href="news.htm">News</a></li>
<li><a href="appiesboard/index.php">Discussion Boards</a></li>
<li><a href="toc.htm">Site Contents</a></li>
<li><a href="/">Home</a></li>
</ul>
</div>
<!-- end top -->

<!-- begin branding -->
<div id="branding">
<!-- begin main navigation -->
<div id="nav-wrapper">
<div id="nav-container"><ul id="nav">
<li id="tproducts"><a href="products.htm">Products & Services</a></li>
<li id="tdesign"><a href="design.htm">Design</a></li>
<li id="tportfolio"><a href="client_list.htm">Portfolio</a></li>
<li id="tabout"><a href="about_us.html">About Us</a></li>
<li id="tfaqs"><a href="faq.htm">FAQs</a></li>
<li id="tcontact"><a href="contact.htm">Contact Us</a></li>
</ul>
<div id="quick-links"><form action="" name="GoTo">
<script language="JavaScript" type="text/javascript">
<!--
function gotIt(choice)
{
window.location.href = choice;
}

//-->
</script>
<select onChange="javascript:gotIt(this[selectedIndex].value);">
<option selected>Quick Links</option>
<option value="dtarticles.htm">Articles CW</option>
<option value="http://www.consultwebs.com/appiesboard/index.php">Bulletin
Boards</option>
<option value="client_list.htm">Client List</option>
<option value="consulting.htm">Consulting</option>
<option value="clientcomments.htm">Client Testimonials</option>
<option value="contact.htm">Contact Us</option>
<option value="toc.htm">Contents - Table Of</option>
<option value="design.htm">Design - Webs</option>
<option value="strategy.htm#consultwebs_difference">Difference CW</option>
<option value="faq.htm">FAQ</option>
<option value="index.htm#directories">CW Directories</option>
<option value="hosting.htm#domain_names">Domain Purchases</option>
<option value="/imageart/index.htm">CW Graphics Examples</option>
<option value="hosting.htm">CW Hosting - Web</option>
<option value="news.htm">CW News</option>
<option value="portfolio/index.htm">CW Portfolio</option>
<option value="products.htm">CW Services</option>
<option value="strategy.htm">CW Strategy - Web</option>
<option value="humor/humor1.htm">Humor</option>
<option value="http://www.legalresourcelinks.com">Law Links Global</option>
<option value="http://www.lawwebmarketing.com">Law Marketing</option>
<option value="ncresources.htm">NC General Links</option>
<option value="lawfirms.htm">NC Law Links</option>
<option value="ncphotos/index.html">Photos</option>
<option value="http://www.legalresourcelinks.com/presentations.htm">PPT
Presentations</option>
<option value="webpricing.htm">Pricing Estimator</option>
<option value="http://www.promotewebs.com">Promotion - Web</option>
<option value="quote_request.htm">Quote Request</option>
<option value="products.htm#sequery">SE Rankings</option>
<option value="lawlinks.htm#searchengines">Search Engines</option>
<option value="spamtips.htm">Spam Prevention</option>
<option value="index.htm">HOME</option>
</select></form></div><div class="clear"></div>
</div>
</div>
<!-- end main navigation -->
<div id="photo-branding">
<img src="images/global/inner_banner.jpg" alt="Consultwebs" width="758"
height="82" /></div>


<div class="clear"></div>
</div>
<!-- end branding -->
</div>
<!-- end header --></body>
</html>
 
G

Guest

Thanks Thomas....they are included between the proper opening and closing
tags...I pasted the code im using in the post above


thanks
 
G

Guest

I'm using Frontpage 2003 btw...

Netherscurial said:
Yes Im totally baffled too...yes the code is there in the include.....even
some of my co-workers checked it...

here's what I see or have in the include:

<html>
<head>
<title></title>
</head>

<body>

<!-- begin header -->
<div id="header">
<!-- end top -->
<div id="top">
<div id="logo-wrapper"><h1 id="logo"><a href="/" title="Return to our
Homepage">Consultwebs - Maximizing the Prosperity of Law Firm Web Sites
through Growth - 1-919-272-8052</a></h1></div>
<div id="tagline">North Carolina Web Development, Internet Consulting &
Marketing Consultants. Specializing in Law Firm and Business Internet
Development Strategies</div>
<ul id="nav-utility">
<li><a href="lawfirms.htm">Law Firms</a></li>
<li><a href="http://www.consultwebs.com/ncphotos/index.html">Photos</a></li>
<li><a href="news.htm">News</a></li>
<li><a href="appiesboard/index.php">Discussion Boards</a></li>
<li><a href="toc.htm">Site Contents</a></li>
<li><a href="/">Home</a></li>
</ul>
</div>
<!-- end top -->

<!-- begin branding -->
<div id="branding">
<!-- begin main navigation -->
<div id="nav-wrapper">
<div id="nav-container"><ul id="nav">
<li id="tproducts"><a href="products.htm">Products & Services</a></li>
<li id="tdesign"><a href="design.htm">Design</a></li>
<li id="tportfolio"><a href="client_list.htm">Portfolio</a></li>
<li id="tabout"><a href="about_us.html">About Us</a></li>
<li id="tfaqs"><a href="faq.htm">FAQs</a></li>
<li id="tcontact"><a href="contact.htm">Contact Us</a></li>
</ul>
<div id="quick-links"><form action="" name="GoTo">
<script language="JavaScript" type="text/javascript">
<!--
function gotIt(choice)
{
window.location.href = choice;
}

//-->
</script>
<select onChange="javascript:gotIt(this[selectedIndex].value);">
<option selected>Quick Links</option>
<option value="dtarticles.htm">Articles CW</option>
<option value="http://www.consultwebs.com/appiesboard/index.php">Bulletin
Boards</option>
<option value="client_list.htm">Client List</option>
<option value="consulting.htm">Consulting</option>
<option value="clientcomments.htm">Client Testimonials</option>
<option value="contact.htm">Contact Us</option>
<option value="toc.htm">Contents - Table Of</option>
<option value="design.htm">Design - Webs</option>
<option value="strategy.htm#consultwebs_difference">Difference CW</option>
<option value="faq.htm">FAQ</option>
<option value="index.htm#directories">CW Directories</option>
<option value="hosting.htm#domain_names">Domain Purchases</option>
<option value="/imageart/index.htm">CW Graphics Examples</option>
<option value="hosting.htm">CW Hosting - Web</option>
<option value="news.htm">CW News</option>
<option value="portfolio/index.htm">CW Portfolio</option>
<option value="products.htm">CW Services</option>
<option value="strategy.htm">CW Strategy - Web</option>
<option value="humor/humor1.htm">Humor</option>
<option value="http://www.legalresourcelinks.com">Law Links Global</option>
<option value="http://www.lawwebmarketing.com">Law Marketing</option>
<option value="ncresources.htm">NC General Links</option>
<option value="lawfirms.htm">NC Law Links</option>
<option value="ncphotos/index.html">Photos</option>
<option value="http://www.legalresourcelinks.com/presentations.htm">PPT
Presentations</option>
<option value="webpricing.htm">Pricing Estimator</option>
<option value="http://www.promotewebs.com">Promotion - Web</option>
<option value="quote_request.htm">Quote Request</option>
<option value="products.htm#sequery">SE Rankings</option>
<option value="lawlinks.htm#searchengines">Search Engines</option>
<option value="spamtips.htm">Spam Prevention</option>
<option value="index.htm">HOME</option>
</select></form></div><div class="clear"></div>
</div>
</div>
<!-- end main navigation -->
<div id="photo-branding">
<img src="images/global/inner_banner.jpg" alt="Consultwebs" width="758"
height="82" /></div>


<div class="clear"></div>
</div>
<!-- end branding -->
</div>
<!-- end header --></body>
</html>

Kevin Spencer said:
I am somewhat baffled. Are you sure the code is the same in the include
page? The reason I ask is that the code in the 2 pages is almost identical,
with the sole exception of the following block:

<!-- begin main navigation -->
<div id="nav-wrapper">
<div id="nav-container"><ul id="nav">
<li id="tproducts"><a href="products.htm">Products & Services</a></li>
<li id="tdesign"><a href="design.htm">Design</a></li>
<li id="tportfolio"><a href="client_list.htm">Portfolio</a></li>
<li id="tabout"><a href="about_us.html">About Us</a></li>
<li id="tfaqs"><a href="faq.htm">FAQs</a></li>
<li id="tcontact"><a href="contact.htm">Contact Us</a></li>
</ul>
<div id="quick-links"><form action="" name="GoTo">

<!-- begin main navigation -->
<div id="nav-wrapper">
<div id="nav-container"><ul id="nav">
<li><a href="products.htm">Products & Services</a></li>
<li><a href="design.htm">Design</a></li>
<li><a href="client_list.htm">Portfolio</a></li>
<li><a href="about_us.html">About Us</a></li>
<li><a href="faq.htm">FAQs</a></li>
<li><a href="contact.htm">Contact Us</a></li>
</ul>
<div id="quick-links"><form action="" name="GoTo">

As you have noted, the "li" elements in the second (include page) do not
have id attributes. However, every OTHER HTML element that has id attributes
in the original has identical id attributes in the second page. So, this
leads me to wonder if they might have been left out of the include page?

--
HTH,

Kevin Spencer
Microsoft MVP
Software Composer
http://unclechutney.blogspot.com

The shortest distance between 2 points is a curve.
 
G

Guest

Any ideas?

thanks

kevin


Thomas A. Rowe said:
All content to be included in other pages, must be between the open and closing body tags of the
page being included.

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage

http://www.Ecom-Data.com
==============================================
 
T

Tom Willett

Are you using anything in the Optimize HTML feature when you publish it?
--
===
Tom Willett
Microsoft MVP - FrontPage
---
FrontPage Support:
http://www.frontpagemvps.com/
===
| Any ideas?
|
| thanks
|
| kevin
|
|
| "Thomas A. Rowe" wrote:
|
| > All content to be included in other pages, must be between the open and
closing body tags of the
| > page being included.
| >
| > --
| > ==============================================
| > Thomas A. Rowe
| > Microsoft MVP - FrontPage
| >
| > http://www.Ecom-Data.com
| > ==============================================
| >
| >
message
| > | > > We have the most frustrating problem...for some reason the Frontpage
include
| > > are stipping out some of the code, specifically the ids in the
| > > menu....because of that the buttons at top do not show up....it's
there in
| > > the include when you open up in Frontpage but disapears when you view
it in
| > > the browser in view source mode.
| > >
| > > The non-include page is here:
| > > http://www.consultwebs.com/template_inner_demo2.html
| > >
| > > It works there.
| > >
| > > The one with the include is here:
| > > http://www.consultwebs.com/template_inner_demo2_new.html
| > >
| > > The buttons are gone.
| > >
| > > The code for the buttons is:
| > >
| > > <ul id="nav">
| > > <li id="tproducts"><a href="products.htm">Products &
Services</a></li>
| > > <li id="tdesign"><a href="design.htm">Design</a></li>
| > > <li id="tportfolio"><a href="client_list.htm">Portfolio</a></li>
| > > <li id="tabout"><a href="about_us.html">About Us</a></li>
| > > <li id="tfaqs"><a href="faq.htm">FAQs</a></li>
| > > <li id="tcontact"><a href="contact.htm">Contact Us</a></li>
| > > </ul>
| > >
| > > Those ids int he li tag are getting stripped out...
| > >
| > > THis is really weird...never seen this problem....we even tried moving
it to
| > > different server but no go....
| > >
| > > Any ideas?
| > >
| > > thanks!
| >
| >
| >
 
G

Guest

Hello,

No I have not done anything different than how I normally do includes...

When I open the optimize option I up I see the following options checked....

Merge adjacent tags, Empty tags and Word HTML

thanks!
 
S

Stefan B Rusynko

I just copied your code from
http://www.consultwebs.com/include_header_new.html
into a new page
Then included it in a new clean page
It preserved your IDs in FP 2003

Try it w/ 2 clean new pages

That indicates to me somewhere in your page you may have duplicate IDs and FP is stripping the because of the duplication


--

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


| Any ideas?
|
| thanks
|
| kevin
|
|
| "Thomas A. Rowe" wrote:
|
| > All content to be included in other pages, must be between the open and closing body tags of the
| > page being included.
| >
| > --
| > ==============================================
| > Thomas A. Rowe
| > Microsoft MVP - FrontPage
| >
| > http://www.Ecom-Data.com
| > ==============================================
| >
| >
| > | > > We have the most frustrating problem...for some reason the Frontpage include
| > > are stipping out some of the code, specifically the ids in the
| > > menu....because of that the buttons at top do not show up....it's there in
| > > the include when you open up in Frontpage but disapears when you view it in
| > > the browser in view source mode.
| > >
| > > The non-include page is here:
| > > http://www.consultwebs.com/template_inner_demo2.html
| > >
| > > It works there.
| > >
| > > The one with the include is here:
| > > http://www.consultwebs.com/template_inner_demo2_new.html
| > >
| > > The buttons are gone.
| > >
| > > The code for the buttons is:
| > >
| > > <ul id="nav">
| > > <li id="tproducts"><a href="products.htm">Products & Services</a></li>
| > > <li id="tdesign"><a href="design.htm">Design</a></li>
| > > <li id="tportfolio"><a href="client_list.htm">Portfolio</a></li>
| > > <li id="tabout"><a href="about_us.html">About Us</a></li>
| > > <li id="tfaqs"><a href="faq.htm">FAQs</a></li>
| > > <li id="tcontact"><a href="contact.htm">Contact Us</a></li>
| > > </ul>
| > >
| > > Those ids int he li tag are getting stripped out...
| > >
| > > THis is really weird...never seen this problem....we even tried moving it to
| > > different server but no go....
| > >
| > > Any ideas?
| > >
| > > thanks!
| >
| >
| >
 
K

Kevin Spencer

I'm wondering if you may have intially created the include page without the
ids in it, and then later edited it. It is possible that it is using a
cached previous version of the include. Have you tried recalculating
hyperlinks?

--
HTH,

Kevin Spencer
Microsoft MVP
Software Composer
http://unclechutney.blogspot.com

The shortest distance between 2 points is a curve.

Netherscurial said:
I'm using Frontpage 2003 btw...

Netherscurial said:
Yes Im totally baffled too...yes the code is there in the
include.....even
some of my co-workers checked it...

here's what I see or have in the include:

<html>
<head>
<title></title>
</head>

<body>

<!-- begin header -->
<div id="header">
<!-- end top -->
<div id="top">
<div id="logo-wrapper"><h1 id="logo"><a href="/" title="Return to our
Homepage">Consultwebs - Maximizing the Prosperity of Law Firm Web Sites
through Growth - 1-919-272-8052</a></h1></div>
<div id="tagline">North Carolina Web Development, Internet Consulting &
Marketing Consultants. Specializing in Law Firm and Business Internet
Development Strategies</div>
<ul id="nav-utility">
<li><a href="lawfirms.htm">Law Firms</a></li>
<li><a
href="http://www.consultwebs.com/ncphotos/index.html">Photos</a></li>
<li><a href="news.htm">News</a></li>
<li><a href="appiesboard/index.php">Discussion Boards</a></li>
<li><a href="toc.htm">Site Contents</a></li>
<li><a href="/">Home</a></li>
</ul>
</div>
<!-- end top -->

<!-- begin branding -->
<div id="branding">
<!-- begin main navigation -->
<div id="nav-wrapper">
<div id="nav-container"><ul id="nav">
<li id="tproducts"><a href="products.htm">Products & Services</a></li>
<li id="tdesign"><a href="design.htm">Design</a></li>
<li id="tportfolio"><a href="client_list.htm">Portfolio</a></li>
<li id="tabout"><a href="about_us.html">About Us</a></li>
<li id="tfaqs"><a href="faq.htm">FAQs</a></li>
<li id="tcontact"><a href="contact.htm">Contact Us</a></li>
</ul>
<div id="quick-links"><form action="" name="GoTo">
<script language="JavaScript" type="text/javascript">
<!--
function gotIt(choice)
{
window.location.href = choice;
}

//-->
</script>
<select onChange="javascript:gotIt(this[selectedIndex].value);">
<option selected>Quick Links</option>
<option value="dtarticles.htm">Articles CW</option>
<option value="http://www.consultwebs.com/appiesboard/index.php">Bulletin
Boards</option>
<option value="client_list.htm">Client List</option>
<option value="consulting.htm">Consulting</option>
<option value="clientcomments.htm">Client Testimonials</option>
<option value="contact.htm">Contact Us</option>
<option value="toc.htm">Contents - Table Of</option>
<option value="design.htm">Design - Webs</option>
<option value="strategy.htm#consultwebs_difference">Difference
CW</option>
<option value="faq.htm">FAQ</option>
<option value="index.htm#directories">CW Directories</option>
<option value="hosting.htm#domain_names">Domain Purchases</option>
<option value="/imageart/index.htm">CW Graphics Examples</option>
<option value="hosting.htm">CW Hosting - Web</option>
<option value="news.htm">CW News</option>
<option value="portfolio/index.htm">CW Portfolio</option>
<option value="products.htm">CW Services</option>
<option value="strategy.htm">CW Strategy - Web</option>
<option value="humor/humor1.htm">Humor</option>
<option value="http://www.legalresourcelinks.com">Law Links
Global</option>
<option value="http://www.lawwebmarketing.com">Law Marketing</option>
<option value="ncresources.htm">NC General Links</option>
<option value="lawfirms.htm">NC Law Links</option>
<option value="ncphotos/index.html">Photos</option>
<option value="http://www.legalresourcelinks.com/presentations.htm">PPT
Presentations</option>
<option value="webpricing.htm">Pricing Estimator</option>
<option value="http://www.promotewebs.com">Promotion - Web</option>
<option value="quote_request.htm">Quote Request</option>
<option value="products.htm#sequery">SE Rankings</option>
<option value="lawlinks.htm#searchengines">Search Engines</option>
<option value="spamtips.htm">Spam Prevention</option>
<option value="index.htm">HOME</option>
</select></form></div><div class="clear"></div>
</div>
</div>
<!-- end main navigation -->
<div id="photo-branding">
<img src="images/global/inner_banner.jpg" alt="Consultwebs" width="758"
height="82" /></div>


<div class="clear"></div>
</div>
<!-- end branding -->
</div>
<!-- end header --></body>
</html>

Kevin Spencer said:
I am somewhat baffled. Are you sure the code is the same in the include
page? The reason I ask is that the code in the 2 pages is almost
identical,
with the sole exception of the following block:

<!-- begin main navigation -->
<div id="nav-wrapper">
<div id="nav-container"><ul id="nav">
<li id="tproducts"><a href="products.htm">Products &
Services</a></li>
<li id="tdesign"><a href="design.htm">Design</a></li>
<li id="tportfolio"><a href="client_list.htm">Portfolio</a></li>
<li id="tabout"><a href="about_us.html">About Us</a></li>
<li id="tfaqs"><a href="faq.htm">FAQs</a></li>
<li id="tcontact"><a href="contact.htm">Contact Us</a></li>
</ul>
<div id="quick-links"><form action="" name="GoTo">

<!-- begin main navigation -->
<div id="nav-wrapper">
<div id="nav-container"><ul id="nav">
<li><a href="products.htm">Products & Services</a></li>
<li><a href="design.htm">Design</a></li>
<li><a href="client_list.htm">Portfolio</a></li>
<li><a href="about_us.html">About Us</a></li>
<li><a href="faq.htm">FAQs</a></li>
<li><a href="contact.htm">Contact Us</a></li>
</ul>
<div id="quick-links"><form action="" name="GoTo">

As you have noted, the "li" elements in the second (include page) do
not
have id attributes. However, every OTHER HTML element that has id
attributes
in the original has identical id attributes in the second page. So,
this
leads me to wonder if they might have been left out of the include
page?

--
HTH,

Kevin Spencer
Microsoft MVP
Software Composer
http://unclechutney.blogspot.com

The shortest distance between 2 points is a curve.


message
We have the most frustrating problem...for some reason the Frontpage
include
are stipping out some of the code, specifically the ids in the
menu....because of that the buttons at top do not show up....it's
there in
the include when you open up in Frontpage but disapears when you view
it
in
the browser in view source mode.

The non-include page is here:
http://www.consultwebs.com/template_inner_demo2.html

It works there.

The one with the include is here:
http://www.consultwebs.com/template_inner_demo2_new.html

The buttons are gone.

The code for the buttons is:

<ul id="nav">
<li id="tproducts"><a href="products.htm">Products &
Services</a></li>
<li id="tdesign"><a href="design.htm">Design</a></li>
<li id="tportfolio"><a href="client_list.htm">Portfolio</a></li>
<li id="tabout"><a href="about_us.html">About Us</a></li>
<li id="tfaqs"><a href="faq.htm">FAQs</a></li>
<li id="tcontact"><a href="contact.htm">Contact Us</a></li>
</ul>

Those ids int he li tag are getting stripped out...

THis is really weird...never seen this problem....we even tried
moving it
to
different server but no go....

Any ideas?

thanks!
 
G

Guest

Thanks Stephen.... there are no duplicate ids....

I isolated just the navigation list to its own page...and I put the <ul
id="nav"> and the </ul> outside the include, the li's inside the include...it
wouldnt work with the ul inside the include...

http://www.consultwebs.com/nav_test.html

Why is it messing up like that?

thanks


Stefan B Rusynko said:
I just copied your code from
http://www.consultwebs.com/include_header_new.html
into a new page
Then included it in a new clean page
It preserved your IDs in FP 2003

Try it w/ 2 clean new pages

That indicates to me somewhere in your page you may have duplicate IDs and FP is stripping the because of the duplication


--

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


| Any ideas?
|
| thanks
|
| kevin
|
|
| "Thomas A. Rowe" wrote:
|
| > All content to be included in other pages, must be between the open and closing body tags of the
| > page being included.
| >
| > --
| > ==============================================
| > Thomas A. Rowe
| > Microsoft MVP - FrontPage
| >
| > http://www.Ecom-Data.com
| > ==============================================
| >
| >
| > | > > We have the most frustrating problem...for some reason the Frontpage include
| > > are stipping out some of the code, specifically the ids in the
| > > menu....because of that the buttons at top do not show up....it's there in
| > > the include when you open up in Frontpage but disapears when you view it in
| > > the browser in view source mode.
| > >
| > > The non-include page is here:
| > > http://www.consultwebs.com/template_inner_demo2.html
| > >
| > > It works there.
| > >
| > > The one with the include is here:
| > > http://www.consultwebs.com/template_inner_demo2_new.html
| > >
| > > The buttons are gone.
| > >
| > > The code for the buttons is:
| > >
| > > <ul id="nav">
| > > <li id="tproducts"><a href="products.htm">Products & Services</a></li>
| > > <li id="tdesign"><a href="design.htm">Design</a></li>
| > > <li id="tportfolio"><a href="client_list.htm">Portfolio</a></li>
| > > <li id="tabout"><a href="about_us.html">About Us</a></li>
| > > <li id="tfaqs"><a href="faq.htm">FAQs</a></li>
| > > <li id="tcontact"><a href="contact.htm">Contact Us</a></li>
| > > </ul>
| > >
| > > Those ids int he li tag are getting stripped out...
| > >
| > > THis is really weird...never seen this problem....we even tried moving it to
| > > different server but no go....
| > >
| > > Any ideas?
| > >
| > > thanks!
| >
| >
| >
 
S

Stefan B Rusynko

That is strange and apparently caused by the FP SE

I just tried it in a Disc based web and it does not remove the Id's
But on a FP SE extended web it does remove the Id's

See the include page at http://sbrenjoy.bizland.com/demos/include_header_test.html
And the results at http://sbrenjoy.bizland.com/demos/nav_test.html
- the Ids are stripped

Only workaround is to wrap your ul w/ ids in a html markup tag
Insert - Web Component - Advanced Controls - Html
(or just paste the before and after your ul)

See the include page at http://sbrenjoy.bizland.com/demos/include_header_test1.html
And the results at http://sbrenjoy.bizland.com/demos/nav_test1.html
- the Ids are Not stripped



--

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


| Thanks Stephen.... there are no duplicate ids....
|
| I isolated just the navigation list to its own page...and I put the <ul
| id="nav"> and the </ul> outside the include, the li's inside the include...it
| wouldnt work with the ul inside the include...
|
| http://www.consultwebs.com/nav_test.html
|
| Why is it messing up like that?
|
| thanks
|
|
| "Stefan B Rusynko" wrote:
|
| > I just copied your code from
| > http://www.consultwebs.com/include_header_new.html
| > into a new page
| > Then included it in a new clean page
| > It preserved your IDs in FP 2003
| >
| > Try it w/ 2 clean new pages
| >
| > That indicates to me somewhere in your page you may have duplicate IDs and FP is stripping the because of the duplication
| >
| >
| > --
| >
| > _____________________________________________
| > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > "Warning - Using the F1 Key will not break anything!" (-;
| > _____________________________________________
| >
| >
| > | > | Any ideas?
| > |
| > | thanks
| > |
| > | kevin
| > |
| > |
| > | "Thomas A. Rowe" wrote:
| > |
| > | > All content to be included in other pages, must be between the open and closing body tags of the
| > | > page being included.
| > | >
| > | > --
| > | > ==============================================
| > | > Thomas A. Rowe
| > | > Microsoft MVP - FrontPage
| > | >
| > | > http://www.Ecom-Data.com
| > | > ==============================================
| > | >
| > | >
| > | > | > | > > We have the most frustrating problem...for some reason the Frontpage include
| > | > > are stipping out some of the code, specifically the ids in the
| > | > > menu....because of that the buttons at top do not show up....it's there in
| > | > > the include when you open up in Frontpage but disapears when you view it in
| > | > > the browser in view source mode.
| > | > >
| > | > > The non-include page is here:
| > | > > http://www.consultwebs.com/template_inner_demo2.html
| > | > >
| > | > > It works there.
| > | > >
| > | > > The one with the include is here:
| > | > > http://www.consultwebs.com/template_inner_demo2_new.html
| > | > >
| > | > > The buttons are gone.
| > | > >
| > | > > The code for the buttons is:
| > | > >
| > | > > <ul id="nav">
| > | > > <li id="tproducts"><a href="products.htm">Products & Services</a></li>
| > | > > <li id="tdesign"><a href="design.htm">Design</a></li>
| > | > > <li id="tportfolio"><a href="client_list.htm">Portfolio</a></li>
| > | > > <li id="tabout"><a href="about_us.html">About Us</a></li>
| > | > > <li id="tfaqs"><a href="faq.htm">FAQs</a></li>
| > | > > <li id="tcontact"><a href="contact.htm">Contact Us</a></li>
| > | > > </ul>
| > | > >
| > | > > Those ids int he li tag are getting stripped out...
| > | > >
| > | > > THis is really weird...never seen this problem....we even tried moving it to
| > | > > different server but no go....
| > | > >
| > | > > Any ideas?
| > | > >
| > | > > thanks!
| > | >
| > | >
| > | >
| >
| >
| >
 

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