Skip to content

Instantly share code, notes, and snippets.

@wpspeak
Created August 18, 2014 02:34
Show Gist options
  • Save wpspeak/4a29ea3b9c2ce06ee2f2 to your computer and use it in GitHub Desktop.
Save wpspeak/4a29ea3b9c2ce06ee2f2 to your computer and use it in GitHub Desktop.
HTML to Add Image
/* Add an image linking to custom-link.com, centered and open in new tab */
<a href="http://custom-link.com" target="_blank"><img class="aligncenter size-full" src="http://domain.com/images.jpg" alt="your-keyword" /></a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment