Skip to content

Instantly share code, notes, and snippets.

@marta-krzyk-dev
Last active January 22, 2019 08:47
Show Gist options
  • Save marta-krzyk-dev/07e5ca4a95e5cac85d9d258b62a2b7ac to your computer and use it in GitHub Desktop.
Save marta-krzyk-dev/07e5ca4a95e5cac85d9d258b62a2b7ac to your computer and use it in GitHub Desktop.
Clickable area of image inside email
<!--This solution doesn't work with Gmail, worked in Thunderbird.-->
<img src="http://yoursite.eu/image.jpg" usemap="#image-map">
<map name="image-map">
<area target="_blank" href="http://yoursite.eu/check_this_link_out" coords="184,839,435,879" shape="rect">
</map>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment