Loading PDF files

  • Unknown's avatar

    I am trying to upload a pdf file and link it to an image. I do not have a URL for it. I had trouble even loading the image last night. I have loaded several images already and cannot understand why this one did not work. What I have is a logo that I want as the entry point to the pdf file which is a form that can be completed online and then printed out. Any suggestions would be greatly appreciated. Thank you.

  • Unknown's avatar

    Please give a link to your blog when asking questions, and/or link your nickname to your blog as explained in the Sticky “8 Things to Know”.

    You upload the files in your post or page editor via the “Add Media” buttons, copy their URLs, and use this code (in the html editor):
    `<img src=”IMAGE_URL_HERE”>
    (If the image is too large, you must add a scaling-down attribute to the code; let me know if you need that.)

  • Unknown's avatar

    Sorry, forgot a backtick for proper display:
    <a href="PDF_URL_HERE"><img src="IMAGE_URL_HERE"></a>

  • The topic ‘Loading PDF files’ is closed to new replies.