Blogs Forum | Loans | Pio baroja | Internet Advertising | Property for sale in Spain
HTML Problem [Archive] - PCMech Forums

PDA

View Full Version : HTML Problem


Mackem
06-23-2003, 02:04 PM
I've got to produce a 5 page web report for an assignment due in Thursday. I D/L the template which had 5 pages, Index, plan, page 1, page 2, and page 3. They've all got a 'back to index' link at the bottom of each page. I uploaded the files and images to the university server and it works fine through my browser apart from page 1 which appears fine but the 'back to index' link at the bottom uses the address on my Hard Drive rather than the address of th uni server like all the other links on the other pages. Have i missed something?
I'd really appreciate any help

Thanks in advance

;) mackem ;)

mairving
06-23-2003, 03:12 PM
As long as the files are all in the same directory, use <a href="index_page_name.htm">Back to Index</a> . This will cause it to look for a file called index_page_name.htm in the directory that you are currently in. Of course, change index_page_name.htm to the correct name.

Mackem
06-23-2003, 03:21 PM
Thanks Mairving i think i've sorted it. My friend just accessed the server and everything appeared as normal on his PC so i think its ok. Just thought it strange that when i hovered over the 'back to index' link the address on my Hard Drive appeared when it doesn't on the other links on the other pages.

;) Mackem ;)