I have a Frontpage web page and want to create a link to a PDF doc within a paragraph.
How would I link (embed) the PDF doc? Thanks all.
Printable View
I have a Frontpage web page and want to create a link to a PDF doc within a paragraph.
How would I link (embed) the PDF doc? Thanks all.
I found the answer.
You want to share your solution Sal_Gal so others can learn too?
And I'll mark this thread resolved rather than remove it.
Yes.
There is a difference between embedding a PDF and linking a PDF document. You don't want to embed it (tag=<embed>). You want to link it as you would a regular hyperlink <a href="my.pdf">. This allows the document to open when it's clicked.
Thanks Sal-gal, now I know how too. Who knows, one day I might need to upload a manual of my photos for others to browse at their leisure time. ;)