Does anyone know how to add banners (graphics called from an ad server) to the emails that vbulletin sends out?
Adding a banner to the emails
Collapse
X
-
-
Sorry, i've never sent an html email before, so I need some help. My ad code goes like this:
[code]
<!-- AdSpace ... -->
<IFRAME WIDTH=468 HEIGHT=60 MARGINWIDTH=0 MARGINHEIGHT=0 HSPACE=0 VSPACE=0
FRAMEBORDER=0 SCROLLING=no BORDERCOLOR="#000000"
SRC="http://adserver.chickclick.com/html-ng/size=468x60&network=chick&site=adolescentadulthood&Ads.Segment!=racy">
<SCRIPT LANGUAGE="JavaScript1.1"
SRC="http://adserver.chickclick.com/js-ng/Params.richmedia=yes&size=468x60&network=chick&site=adolescentadulthood&Ads.Segment!=racy">
</SCRIPT>
<NOSCRIPT>
<A HREF="http://adserver.chickclick.com/click-ng/Params.richmedia=yes&size=468x60&network=chick&site=adolescentadulthood&Ads.Segment!=racy" TARGET="_NEW">
<IMG BORDER=0 SRC="http://adserver.chickclick.com/image-ng/Params.richmedia=yes&size=468x60&network=chick&site=adolescentadulthood&Ads.Segment!=racy" width="468" height="60">
</A>
</NOSCRIPT>
</IFRAME>
<!-- /AdSpace -->
[/code]
Do I add this code directly to email itself? Wont this make the email show the code instead of the banner?
Comment
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Comment