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.