Archived topic
Add external link to a hero image
3 replies · Started by Hugo on February 3, 2020
Hi
I need to add a link to a external page in the hero image. No a link text, just when i clik the image, go to the external link. I need it open in a new page browser.
Thanks
Hi there,
Are you talking about in the header element?
https://docs.generatepress.com/article/header-element-overview/
If so this HTML structure should work:
https://www.rapidtables.com/web/html/link/html-image-link.html
https://www.w3schools.com/tags/tryit.asp?filename=tryhtml_link_image
And this article explains how to make a link to open in a new browser window:
https://www.w3schools.com/tags/tryit.asp?filename=tryhtml_link_target
Resolved
Sounds good :)