https://cm.engineering/fixing-bugs-with-outlook-specific-css-f4b8ae5be4f4 The most common way to code Outlook targeted CSS is by placing an embedded stylesheet inside a conditional comment. <!– [if mso]> <style type="text/css">
Read moreProprietary Microsoft CSS properties
https://cm.engineering/fixing-bugs-with-outlook-specific-css-f4b8ae5be4f4 In order to maintain support for both HTML documents and various Office specific functionality, Word generates markup with a mix of standard CSS and
Read moreSnippets
CSS Opacity <style> .transparent:hover { -khtml-opacity: 0.75; -moz-opacity: 0.75; -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=75); filter: alpha(opacity=75); opacity: 0.75; zoom: 1
Read moreAMPScript ProperCase & Trim
Good %%[ VAR @fName, @FN_Trim, @FN_PC Set @fName = [First Name] If not empty(@fname) then ( Set @FN_Trim = Trim(@fName) Set @FN_PC =
Read moreHidden preheader text
<div style="display: none; visibility: hidden; mso-hide: all; opacity: 0; color: transparent; height: 0; width: 0; line-height: 0; overflow: hidden;"> PREHEADER TEXT GOES HERE
Read moreButtons
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 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
GeSHi Error: GeSHi could not find the language php (using path /home/pleamuuy/idigemail.com/wp-content/plugins/codecolorer/lib/geshi/) (code 2)
Read more