Well, I'm doing an intranet site for a local company, and it includes links to files on other servers.....
I used the code
It doesn't work. When I hover my mouse over the link it shows the url at the bottom and on the links that don't work it says And on the ones that does work it says
File:\\servername/path/filename.doc
This leads me to believe that the href was the wrong tag, even more so since href stands for hypertext reference.... So how do I do a reference without the hypertext?
How do I fix it?
Thanks!
Alex
I used the code
Code:
<a href="\\servername\path\filename.doc">Click here</a>
It doesn't work. When I hover my mouse over the link it shows the url at the bottom and on the links that don't work it says And on the ones that does work it says
File:\\servername/path/filename.doc
This leads me to believe that the href was the wrong tag, even more so since href stands for hypertext reference.... So how do I do a reference without the hypertext?
How do I fix it?
Thanks!
Alex