Hi, sure thing!
Working page:
<ul id="nav">
<li><a href="http://example.com/index.shtml"><em>BUY THE BOOK</em><span> </span></a></li>
<li><a href="http://example.com/how_to.shtml"><em>LEARN MORE</em><span> </span></a></li>
<li><a href="http://example.com/forum/"><em>DISCUSS</em><span> </span></a></li>
<li class="active" ><a href="http://example.com/videos.shtml"><em>VIDEOS</em><span> </span></a></li>
<li><a href="http://example.com/forms.shtml"><em>FORMS</em><span> </span></a></li>
</ul>
</div>
</div>
<div id="footer">
<ul class="nav">
<li><a href="shopping_cart.shtml">buy the book</a></li>
<li><a href="how_to.shtml">learn more</a></li>
<li><a href="movies/movies.shtml">vidoes</a></li>
<li><a href="forum/">discuss</a></li>
</ul>
<ul>
<li><a href="sitemap.shtml">site map</a></li>
<li><a href="privacy_policy.shtml">privacy policy</a></li>
</ul>
</div>
non-working page (online):
<div class="holder">
<div class="right-panel">
[an error occurred while processing this directive]
[an error occurred while processing this directive]
</div>
<strong class="logo"><a href="index.shtml">Book Title</a></strong>
</div>
[an error occurred while processing this directive]
</div>
[an error occurred while processing this directive]
</div>
non-working page (not online):
<div class="right-panel">
<!--#include virtual="http://example.com/inc/top-nav.tpl" -->
<!--#include virtual="http://example.com/inc/search.tpl" -->
</div>
<strong class="logo"><a href="index.shtml">Book Title 2</a></strong>
</div>
<!--#include virtual="http://example.com/inc/movies.shtml" -->
</div>
<!--#include virtual="http://example.com/inc/footer.tpl" -->
</div>
Hope this helps? please let me know if I can provide anything else
[edited by: tedster at 12:59 am (utc) on Mar 2, 2010]
[edit reason] use example.com, please [/edit]