Gav... wrote:
To link to an index.html page that is in root, all files however deeply
nested need only use <a href="/index.html" ..etc</a>

Or simply <a href="/">

To link to index.html that has been moved to /marvinswebfiles/ then use
<a href="/marvinswebfiles/index.html" ..etc</a>

<a href="/marvinswebfiles/">

You never need to include index.html in the path when there's a web server being used. You only need to do so when you're reading from the local file system, but in that case linking relative to the root doesn't work either.

--
Lachlan Hunt
http://lachy.id.au/


*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to