• Resolved LenaNygren

    (@lenanygren)


    How can I change this code so that the pdf opens up in a new tab/window by clicking the image? This is the code Ive been using:
    a href=” PDF “><img class=”alignnone wp-image-171″ src=” JPG ” alt=”Medlemsbladet januari 2014 kopia 2″ width=”150″ height=”213″ /></a

Viewing 2 replies - 1 through 2 (of 2 total)
  • Try adding a target=”_blank” as so:

    a target=”_blank” href=” PDF “><img class=”alignnone wp-image-171″ src=” JPG ” alt=”Medlemsbladet januari 2014 kopia 2″ width=”150″ height=”213″ /></a

    Thread Starter LenaNygren

    (@lenanygren)

    =) Yeah!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Correct my code please’ is closed to new replies.