Created
February 8, 2011 02:45
-
-
Save michaelroper/815753 to your computer and use it in GitHub Desktop.
Using the <$imagesrc$> tag in Campaign Monitor templates currently doesn't give you the ability to add an ALT description. I found a hack-ish way to add one, by using a <$title$> tag to provide the ALT text.. note: make sure it's the last attribute on the
This file contains 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
<img src="<$imagesrc link='true'$>" width="640" alt="<$title link='false' default='Enter image description'$>" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment