SteveH
12-15-2009, 09:45 AM
Hello
I have an index.html page which I am trying to link to other html pages which are held in their own directory 'imagemenu'.
Would index.html see rates.html in the following way:
<a href="/rates.html">Rates</a>
I can't seem to get that to work - or should I actually stipulate the name of the folder?
Alternatively, is it best to put these (and other html pages I have which, together, make up the Web site) pages together, without separating them from the main index page - they do not need to be separated.
Thanks.
Steve
I have an index.html page which I am trying to link to other html pages which are held in their own directory 'imagemenu'.
Would index.html see rates.html in the following way:
<a href="/rates.html">Rates</a>
I can't seem to get that to work - or should I actually stipulate the name of the folder?
Alternatively, is it best to put these (and other html pages I have which, together, make up the Web site) pages together, without separating them from the main index page - they do not need to be separated.
Thanks.
Steve