Help - Search - Members - Calendar
Full Version: pdf forms.
MonsterSmallBusiness Forums > MonsterWebDesign > Designing Your Storefront
rebecca
Does any one know how to link pdf forms to a page?
If not, I would like to try get my html forms to open up in a new page, like a pop up window...
Any help on how to create a printable form and link it would be really appreciated.
Please all you smart people...help!..
skipper
Hi! Sorry for delayed response...
If I understand your question correctly, all you need to do is add a regular hyperlink to either your left-hand navigation or a new, custom HTML page...either of which can be done in your admin panel.

Assuming that you know where to go to edit either of these areas, simply type (or copy/paste) text below, modifying where necessary...

<a href="pdf_file_name_here.pdf" target="blank">Download .pdf File Name Here</a>

Then, upload your pdf file through FTP within admin panel...if you don't have FTP enabled, simply upload file to the image manager and adjust link as displayed below:

<a href="images/products/pdf_file_name_here.pdf" target="blank">.....

That should do it! "target=blank" allows your file to open in a new window...

Good luck smile.gif
cbhale
I always thought it was TARGET="_blank"

smile.gif

Correct me if I am wrong...

MonsterGuru
Cbhale is correct.

To open that link in a new window you must use the target="_blank" command in your link. It most have the underscrore there.

Good luck!

---------------------
MonsterGuru
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.