PDF files on homepage
-
Hello,
I have a question. I habe some PDF files on my homepage. When someone open the files, then the homepage will be closed and just the pdf file is open. What I should do, so that the pdf files will be open as an extra page?
Thank you for the help in advance!
Use
target="_blank"in the html link to the pdf file.How are you inserting your PDF files?
Okay. And after you insert the file, in the HTML editor, what is the code being used to insert the PDF?
You should see a link, something like:
<a href="PATH TO SOME FILE">Make it look like this:
<a target="_blank" href="PATH TO SOME FILE">You’re welcome.
When you are inserting a file, is there not an option to have it open in a new window?
Well, then at this point, you probably have the best solution. It would probably require modifying core files to make such an option permanent.
Viewing 10 posts - 1 through 10 (of 13 total)
- 1
- 2
- You must be logged in to reply to this topic.
