Skip to content
danfickle edited this page Jan 3, 2021 · 6 revisions

Image link

If you require a plain image link, you can make the surrounding a tag inline-block and turn off text decorations. Also remove any whitespace between the a tag and img tag.

<a href="https://github.com" style="display:inline-block; text-decoration: none;"><img src="some-image.jpg" alt="Something" /></a>

Tip derived from #495