Skip to content

Instantly share code, notes, and snippets.

@michaelroper
Created February 8, 2011 02:45
Show Gist options
  • Save michaelroper/815753 to your computer and use it in GitHub Desktop.
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
<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