insert document

M

mon

Hi all, I want to have a hyperlink to open a pdf file for
our course information. How do I do that? Or should I
just insert the text to scroll down the page? Or I could
have the individual headings as hyperlinks to open up a
page?? thanks mon
 
M

Murray

Import the PDF file into the web and just link to it. You probably want
this to open in a separate window, so make the target of the link be
"_blank".
 
A

Andrew Murray

import the PDF file, create a normal hyperlink (from Insert > Hyperlink).

Publish the pdf file and the html file it's linked from.
clicking the link will open the PDF file.

You can't open a specific page in a PDF via a HTML hyperlink, this is internal to
the PDF document (in which you can create bookmarks and so on within the PDF file
itself).
 
Top