@alfordt said:
right now the section of code looks like this...
<a href="SketchupIntro.skp">Sketchup Intro</a>
Thats where I have linked it to the file on our server...
<a href="file;///C|/Documents and Settings/RCSGuest/Application Data/Macromedia/Dreamweaver 8/Configuration/ServerConnections/teachers/alfordt/documents/GoogleSketchupDesignExercise1.pdf">
the 2 important paths differ, assuming both are in the same directory, try...
<a href="file;///C|/Documents and Settings/RCSGuest/Application Data/Macromedia/Dreamweaver 8/Configuration/ServerConnections/teachers/alfordt/documents/SketchupIntro.skp">
if it's not in the same directory you will still need to show it's a local file...
href="file;///
before your path...
john