|
I figured it out. my mistake was using the entire file path, unfortunately the file path in my code pointed to drive C: on my pc. I replaced the first half of the file path with two .. (periods) so the only part of the path left was the folder name(Technical Training) then the sub-folder (PDF) and finally the file name (Vista-15P.pdf) so it looks like this now:
<a href="..\Technical Training\PDF\Vista-15P.pdf">Vista-15P Installation Manual</a>
Hope this might help others. Thanks for the responses Ladynred
|