Skip to content

Instantly share code, notes, and snippets.

@wvpv
Created June 9, 2018 14:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wvpv/146dca539f0ebcf3710b0dbc4e9e9497 to your computer and use it in GitHub Desktop.
Save wvpv/146dca539f0ebcf3710b0dbc4e9e9497 to your computer and use it in GitHub Desktop.
CNX18-ECAS-banner
%%[
var @imageKey, @imageKeyFallBack, @imageTag
set @imageKey = concat("limedash-header-", Format(Now(1),"MM","Date"))
set @imageKeyFallBack = "limedash-header-default"
set @imageTag = Image(@imageKey, @imageKeyFallBack)
]%%
<a href="https://limedash.com">%%=v(@imageTag)=%%</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment