
Link to Word Doc and different link to PDF fails not found, but link works in I.E.
The document downloads or opens in I.E. but in Firefox the document link when clicked on displays not found. The link is here: http://janetmitchellmediator.com/training.html
פתרון נבחר
Hyperlinks need to use forward slashes. This should work. http://www.janetmitchellmediator.com/TrainingJuly2014.doc
So you'll need to adjust your site's html code.
Read this answer in context 👍 0כל התגובות (3)
code behind link If I right click and inspect it looks ok: <a target="_self" href="http:\\www.janetmitchellmediator.com\TrainingJuly2014.doc" title="Training 2014 MS-Word Format">
…
</a>>
השתנתה ב־
פתרון נבחר
Hyperlinks need to use forward slashes. This should work. http://www.janetmitchellmediator.com/TrainingJuly2014.doc
So you'll need to adjust your site's html code.
Thanks a million - this was wrong for the last 6 months. Russ