Public Schedule Face-to-Face & Online Instructor-Led Training - View dates & book

dreamweaver-london - documents

Forum home » Delegate support and help forum » Dreamweaver Training and help » dreamweaver-london - Documents

dreamweaver-london - Documents

ResolvedVersion Standard

Owain has attended:
Dreamweaver MX Introduction course

Documents

How do I create links to documents?

Edited on Fri 1 Dec 2006, 13:06

RE: Documents

Hi Owain.

Say you have a document called mydoc.doc you would like to this document by using a standard html link tag. So the HTML that you would need to type into dreamweaver would be <a href="http://www.mysite.co.uk/mydoc.doc">Link to my nice new document</a>

Then when you click on this link the document would open. This will be the same for all types of document, all you need to do is place the document name and its file type at the end of the link. So if you wanted to link to a pdf called mypdf.pdf the link would be:

<a href="http://www.mysite.co.uk/mypdf.pdf">Link to my nice new document</a>

Hope this helps

David



RE: Documents

Owain,

You need to make sure the document is uploaded to your web server, too.

When creating a link, you can just browse for the document file the same way you would browse for a web page. eg. locate the .doc file. The code would appear as David shows above.

You wouldn't necessarily require the entire URL. eg. linking to "/downloads/myfile.doc" would also work, as long as myfile.doc was in a folder called 'downloads' on your web server.

Rich

 

Training courses

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
What does 'Resolved' mean?

Any suggestions, questions or comments? Please post in the Improve the forum thread.

Dreamweaver tip:

Toggle panels on and off

Press the F4 key to toggle all the panels in Dreamweaver on or off. This gives you more editing and programming screen space.

View all Dreamweaver hints and tips

Connect with us:

0207 987 3777

Call for assistance

Request Callback

We will call you back

Server loaded in 0.1 secs.