Create a new repository Create a new directory, open it and perform a git init to create a new git repository. Checkout a repository Create
Read moreHamburger menu
<!doctype html> <html> <head> <meta charset="UTF-8"> <!–[if !mso]><!–> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <!–<![endif]–>
Read moreHow to break an email
Outlook Outlook 2007, or more specifically the Word engine, has a document length limit of 23.7 inches, or around 1800 pixels. When the email hits
Read moreOutlook specific CSS
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 moreMaster Template
<doctype html> <style type="text/css"> body { height: 100% !important; margin:
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 moreAMPScript functions
System variables: Unique JobID for email send = %%JobID%% Email name = %%emailName_%% Subscriber email address = %%emailaddr%% View online = %%view_email_url%% Forward to a
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 more