Button <table border="0" width="600" cellspacing="0" cellpadding="0" align="center"> <tbody> <tr> <td style="font-size: 15px; line-height: 15px;" height="15"></td> </tr> <tr> <td> <table style="background-color: #019b5f; border: 10px solid #019b5f;
Read moreEmail-safe fonts
font-family: Arial, Helvetica, sans-serif; font-family: Georgia, serif; font-family: ‘Palatino Linotype’, ‘Book Antiqua’, Palatino, serif; font-family: ‘Times New Roman’, Times, serif; font-family: ‘Arial Black’, Gadget, sans-serif;
Read moreGood Morning/Afternoon AMPScript
The datediff() function is your friend. It’s pretty tolerant to all kinds of dates and times. You can comment/uncomment the set @now lines to suit
Read moreSpacer row
<tr> <td height="15" style="font-size: 15px; mso-line-height-rule: exactly; line-height: 15px;"> </td> </tr>
Read moreHow to Include an RSS Feed in an Email Message using AMPscript
This document contains conceptual, procedural and scenario information about including RSS feeds in the content of an email message. You can use AMPscript to pull
Read moreRetrieve Subscriber via SOAP API & PHP
<?php function hexToStr($hex) { $string = ”; for ($i = 0; $i < strlen($hex) – 1; $i+= 2)
Read moreCreating Triggered Send Definition via SOAP API & PHP
<?php require(’../../00 Includes/exacttarget_soap_client.php’); $wsdl = ‘https://webservice.exacttarget.com/etframework.wsdl’; try { /* Create the Soap Client */ $client = new
Read moreExactTarget Web Collect Error Codes
Case 1: An error has occurred while attempting to save your subscriber information. Case 2: The list provided does not exist. Case 3: Information was
Read moreTriggered Send via Smart Capture Form & AMPScript
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>My Form</title>
Read more