• flush

    (@flush)


    how do I make the images I post link to their authors’ page for example?

Viewing 8 replies - 1 through 8 (of 8 total)
  • Chris_K

    (@handysolo)

    Could you elaborate a bit?

    Thread Starter flush

    (@flush)

    sorry, I’m making it sound more complicated than it is…
    When I post an image, I want the viewers to be able to click on the image to go to another page, website, etc.

    moshu

    (@moshu)

    Start here:
    https://www.w3schools.com/html/html_links.asp
    with the basics and see “An image as a link”
    This is not a specific WP issue, it is basic HTML, sorry.

    amchitorg

    (@amchitorg)

    Dear,

    just put before the <IMG Tag the href link
    ex. <A HREF=”https://your.destination”&gt; <IMG SRC> </A>

    Take Care

    Thread Starter flush

    (@flush)

    thank you ??
    How do you have the link open in a new navigator window?

    moshu

    (@moshu)

    @amchitorg
    1. If I say it’s not a WP issue – it means it shouldn’t be discussed here. Period.
    2. Your code wouldn’t be valid; WP is XHTML and no upper case tags are allowed. Learn before you start to post.
    3. No further discussion on this: I’ll delete the replies.

    Thread Starter flush

    (@flush)

    you’re a nice guy Moshu

    Thread Starter flush

    (@flush)

    and amchitorg… so are you :)))

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘how do you link images?’ is closed to new replies.