• I wonder how to write code for a text widget when to insert an image into sidebaren and link it to another URL?
    Grateful for the help ..
    Jan…

Viewing 3 replies - 1 through 3 (of 3 total)
  • something like:
    <a href="https://linkurl"><img src="https://absoluteimageurl" alt="image text" /></a>

    if you mean inserting an image and then hyperlinking that image to a url then:

    <a href="ENTER URL"><img src="ENTER IMAGE URL"/></a>

    Thread Starter NORDDAL

    (@norddal)

    Thanks for the quick response, I will try with these codes.
    Regards
    Jan…

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Help with inserting image’ is closed to new replies.