Created
August 18, 2014 02:34
-
-
Save wpspeak/4a29ea3b9c2ce06ee2f2 to your computer and use it in GitHub Desktop.
HTML to Add Image
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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