• The advertising on my site is personalized and some will require adding a link that redirects to another site. I don’t know if it is not possible to add them or if it’s a configuration error, but adding a link to the image redirects it to my site. I attach an example where I wanted to add a link to another site in a test image.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi,

    Use the full URL (e.g., https://example.com) and then just put the image inside the link tag, and add target="_blank":

    <a href="https://example.com" target="_blank"> <img src="image.jpg" alt="Some Image"> </a>

    Clicking the image will now open the link in a new tab.

    Kind Regards

Viewing 1 replies (of 1 total)

You must be logged in to reply to this topic.