98.7% Of all customers recommend us, we're so confident about our results we publish all reviews and stats
View Live Stats View ReviewsForum home » Delegate support and help forum » Dreamweaver Training and help » dreamweaver courses - Linking
dreamweaver courses - Linking
Resolved · Low Priority · Version Standard
Karen has attended:
Dreamweaver 8 Introduction course
Project Introduction course
Project Intermediate course
Linking
I know how to link my pages to word documents but it doesn't seem to work when i try and attach them to a pdf document. Am i doing something wrong?
RE: Linking
Hi Karen,
Just to clarify, do you mean you can successfully create a link to a word document (which means the user then downloads the word document to view on their own machine)?
If so, linking to a PDF work in the same way. You can't 'attach' a word document to a PDF document, as far as I know, but I don't think that's what you meant?
To create a link to any file, whether it be an image (JPG, GIF) a text document (TXT, DOC, PDF) or another web page (HTML, HTM, PHP, ASP) you always use the anchor tag, and put the relative or absolute path in the 'href' parameter.
Examples:
<a href="/docs/policy.doc">View this word document</a>
<a href="http://www.domain.com/adobe/policy.pdf">policy.pdf</a>
<a href="/image/poster-large.jpg">Enlarge image</a>
The user can always download these files, but they'll need appropriate software installed on their machine to view the file (eg. Adobe reader to view PDFs, MS Word to view DOCs).
Hope this helps. Thanks for attending our Dreamweaver Introduction course.
Regards, Rich
Training information:
Welcome. Please choose your application (eg. Excel) and then post your question. Our Microsoft Qualified trainers will then respond within 24 hours (working days). Frequently Asked Questions
Any suggestions, questions or comments? Please post in the Improve the forum thread. |
Dreamweaver tip:Viewing you page in the browserIf you are working in design view you can quicky preview your webpage by pressing the F12 key |