It works locally but once uploaded to there servers I get a "page not found" after clicking a link. The link to the index page works but not the others. The people at fatcow where completely useless and just kept saying it was a scripting issue. however, if it were a scripting issue it wouldn't work locally.
Yes, servers are case sensative, so Portfolio.html is not the same as portfolio.html..
but what's with the comma the quote marks??
Code:
<a href='index.html'">
I've never seen that before...????
This always works...
Code:
<li><a href="conferences.html">Conferences</a></li>
<li><a href="what_to_do.html">Things to do near the Hotel</a></li>
<li><a href="about.html">About Us</a></li>
just use a qoute not a comma AND quote in your <a>
Best wishes,
Eye for Video www.cidigitalmedia.com
Bookmarks