Okay, so I am creating a word document that I will be putting into PDF format in Acrobat. The thing is, I have some nifty HTML links (combination of html with a link) from an affiliate program I want to use in the document so people will click on the link and it will take them to the correct website and hopefully I will get credit for what they purchase there. Example I need the following HTML link to go into my PDF doc to create and image with a link attached:
<a href="http://www.amazon.com/gp/product/0764599070?ie=UTF8&tag=remereik-20&linkCode=as2&camp=1789&creative=390957&creativeASIN=0764599070">Reiki For Dummies (For Dummies (Psychology & Self Help))</a><img src="http://www.assoc-amazon.com/e/ir?t=remereik-20&l=as2&o=1&a=0764599070" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />
Sponsored Links:
How do I input this into a PDF so that it works correctly (creates the image and link)
Thanks!!!!
Sponsored Links:
Related posts:








Follow me on Twitter
You don’t actually need to use HTML, you can use Word’s own linking ability, with your special URL.
Use the "world with a chain link" button, and for the web page name put in the URL that you would have used in your HTML. The HTML here isn’t what’s giving you credit, it’s the link. You could also insert your image into the word doc and then use the link button to link that image.
As long as you use the right URL the method you use to ‘link it’, either the HTML <a href="URL" /> or Word’s hyperlink button, shouldn’t matter.
Word should automatically include any links already existing in a document when it creates the PDF. Notably, to create a link press Ctrl+K. You’ll have to put the image in manually, but it should also come through properly.