HTML preprocessors can make writing HTML more powerful or convenient. For instance, Markdown is designed to be easier to write and read for text documents and you could write a loop in Pug.
In CodePen, whatever you write in the HTML editor is what goes within the <body>
tags in a basic HTML5 template. So you don't have access to higher-up elements like the <html>
tag. If you want to add classes there that can affect the whole document, this is the place to do it.
In CodePen, whatever you write in the HTML editor is what goes within the <body>
tags in a basic HTML5 template. If you need things in the <head>
of the document, put that code here.
The resource you are linking to is using the 'http' protocol, which may not work when the browser is using https.
CSS preprocessors help make authoring CSS easier. All of them offer things like variables and mixins to provide convenient abstractions.
It's a common practice to apply CSS to a page that styles elements such that they are consistent across all browsers. We offer two of the most popular choices: normalize.css and a reset. Or, choose Neither and nothing will be applied.
To get the best cross-browser support, it is a common practice to apply vendor prefixes to CSS properties and values that require them to work. For instance -webkit-
or -moz-
.
We offer two popular choices: Autoprefixer (which processes your CSS server-side) and -prefix-free (which applies prefixes via a script, client-side).
Any URLs added here will be added as <link>
s in order, and before the CSS in the editor. You can use the CSS from another Pen by using its URL and the proper URL extension.
You can apply CSS to your Pen from any stylesheet on the web. Just put a URL to it here and we'll apply it, in the order you have them, before the CSS in the Pen itself.
You can also link to another Pen here (use the .css
URL Extension) and we'll pull the CSS from that Pen and include it. If it's using a matching preprocessor, use the appropriate URL Extension and we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
JavaScript preprocessors can help make authoring JavaScript easier and more convenient.
Babel includes JSX processing.
Any URL's added here will be added as <script>
s in order, and run before the JavaScript in the editor. You can use the URL of any other Pen and it will include the JavaScript from that Pen.
You can apply a script from anywhere on the web to your Pen. Just put a URL to it here and we'll add it, in the order you have them, before the JavaScript in the Pen itself.
If the script you link to has the file extension of a preprocessor, we'll attempt to process it before applying.
You can also link to another Pen here, and we'll pull the JavaScript from that Pen and include it. If it's using a matching preprocessor, we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
Search for and use JavaScript packages from npm here. By selecting a package, an import
statement will be added to the top of the JavaScript editor for this package.
Using packages here is powered by esm.sh, which makes packages from npm not only available on a CDN, but prepares them for native JavaScript ESM usage.
All packages are different, so refer to their docs for how they work.
If you're using React / ReactDOM, make sure to turn on Babel for the JSX processing.
If active, Pens will autosave every 30 seconds after being saved once.
If enabled, the preview panel updates automatically as you code. If disabled, use the "Run" button to update.
If enabled, your code will be formatted when you actively save your Pen. Note: your code becomes un-folded during formatting.
Visit your global Editor Settings.
<!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" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<!--[if !mso]><!-->
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<!--<![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="format-detection" content="telephone=no" />
<meta name="format-detection" content="date=no" />
<meta name="format-detection" content="address=no" />
<meta name="format-detection" content="email=no" />
<title>Un Deux Trois</title>
<!--[if (gte mso 9)|(IE)]>
<style type="text/css">
table {border-collapse:collapse;}
</style>
<![endif]-->
<style type="text/css">
/* Basics */
body {
margin:0px auto !important;
padding:0px;
background-color:#FFFFFF;
}
table {
border-spacing:0;
mso-table-lspace:0pt;
mso-table-rspace:0pt;
margin:0;
padding:0;
border:none;
}
td {
padding:0;
}
img {
border:0;
display:block;
-ms-interpolation-mode:bicubic;
outline:none;
}
div[style*="margin:16px 0"] {
margin:0 !important;
}
a[x-apple-data-detectors] {
color:inherit !important;
text-decoration:none !important;
font-size:inherit !important;
font-family:inherit !important;
font-weight:inherit !important;
line-height:inherit !important;
}
th {
padding:0px;
margin:0px;
border:0px;
font-weight:normal;
}
.ReadMsgBody {
width:100%;
}
.ExternalClass {
mso-line-height-rule:exactly;
line-height:100%;
width:100%;
}
* {
-webkit-text-size-adjust:none;
-ms-text-size-adjust:none;
}
img {
height:auto !important;
}
div.fixin, button {
display:block !important;
margin:0 !important;
padding:0 !important;
}
@media only screen and (max-width:600px) {
html, body, th {
-webkit-text-size-adjust:none;
}
div[class="body"] .maxwidth100pc {
max-width:100% !important;
}
div[class="body"] .width100pc {
width:100% !important;
}
div[class="body"] .width90pc {
width:90% !important;
}
}
</style>
<!--[if gte mso 9]><xml>
<o:OfficeDocumentSettings>
<o:AllowPNG/>
<o:PixelsPerInch>96</o:PixelsPerInch>
</o:OfficeDocumentSettings>
</xml><![endif]-->
</head>
<body bgcolor="#FFFFFF" style="margin:0px; padding:0px; background-color:#FFFFFF;">
<div bgcolor="#FFFFFF" style="margin:0px; padding:0px; background-color:#FFFFFF;">
<center class="wrapper" >
<div class="body" style="max-width:600px; margin:0px auto;">
<!-- DEBUT PRE-HEADER -->
<!--[if (gte mso 9)|(IE)]><table cellpadding="0" cellspacing="0" border="0" width="600" align="center" style="width:600px; margin:0px auto;"><tr><td><![endif]-->
<table cellpadding="0" cellspacing="0" border="0" style="margin:0px auto; max-width:600px; width:100%;" align="center" class="width90pc">
<tr>
<td align="center" style="font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; font-size:11px; color:#000000; mso-line-height-rule:exactly; line-height:15px; padding:20px 0 30px;">Livraison et retour offerts en boutique<br />
<a href="#toreplace" target="_blank" style="color:#000000; text-decoration:none;">Si vous ne visualisez pas correctement cet e-mail</a></td>
</tr>
</table>
<!--[if (gte mso 9)|(IE)]></td></tr></table><![endif]-->
<!-- FIN PRE-HEADER -->
<!-- DEBUT HEADER -->
<!--[if (gte mso 9)|(IE)]><table cellpadding="0" cellspacing="0" border="0" width="600" align="center" style="width:600px; margin:0px auto;"><tr><td><![endif]-->
<table cellpadding="0" cellspacing="0" border="0" style="margin:0px auto; max-width:600px; width:100%;" align="center" class="width90pc">
<tr>
<td align="center" class="fixin"><a href="#toreplace" target="_blank"><img style="display:block; font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; color:#000000; font-size:20px;" src="https://live.lepatron.email/articles/20170330_123/logo.jpg" width="166" height="80" alt="Un Deux Trois" title="Un Deux Trois" border="0" /></a></td>
</tr>
</table>
<!--[if (gte mso 9)|(IE)]></td></tr></table><![endif]-->
<!-- FIN HEADER -->
<!-- DEBUT MENU -->
<!--[if (gte mso 9)|(IE)]><table cellpadding="0" cellspacing="0" border="0" width="600" align="center" style="width:600px; margin:0px auto;"><tr><td><![endif]-->
<table cellpadding="0" cellspacing="0" border="0" style="margin:0px auto; max-width:600px; width:100%" align="center" class="width90pc">
<tr>
<td align="center" style="text-align:center; font-size:0px; padding:20px 0 10px; border-bottom:1px solid #000000;"><!--[if (gte mso 9)|(IE)]><table cellpadding="0" cellspacing="0" border="0" width="600" align="center" style="width:600px; margin:0px auto;"><tr><td width="300" style="width:300px;" valign="middle"><![endif]-->
<div style="display:inline-block; max-width:300px; vertical-align:middle; width:100%; margin:0px auto;" class="maxwidth100pc">
<table cellpadding="0" cellspacing="0" border="0" style="margin:0px auto;" align="center">
<tr>
<td style="padding-top:10px;"><table border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center" style="font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; text-transform:uppercase; font-size:14px; mso-line-height-rule:exactly; line-height:18px; font-weight:bold; color:#000000;"><a href="#toreplace" target="_blank" style="color:#000000; text-decoration:none;">Robes</a></td>
<td style="line-height:1px; font-size:1px; width:25px;" width="25"> </td>
<td align="center" style="font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; text-transform:uppercase; font-size:14px; mso-line-height-rule:exactly; line-height:18px; font-weight:bold; color:#000000;"><a href="#toreplace" target="_blank" style="color:#000000; text-decoration:none;">Pantalons</a></td>
<td style="line-height:1px; font-size:1px; width:25px;" width="25"> </td>
<td align="center" style="font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; text-transform:uppercase; font-size:14px; mso-line-height-rule:exactly; line-height:18px; font-weight:bold; color:#000000;"><a href="#toreplace" target="_blank" style="color:#000000; text-decoration:none;">Chemisiers</a></td>
</tr>
</table></td>
</tr>
</table>
</div><!--[if (gte mso 9)|(IE)]></td><td width="300" style="width:300px;" valign="middle"><![endif]--><div style="display:inline-block; max-width:300px; vertical-align:middle; width:100%; margin:0px auto;" class="maxwidth100pc">
<table cellpadding="0" cellspacing="0" border="0" style="margin:0px auto;" align="center">
<tr>
<td style="padding-top:10px;"><table border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center" style="font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; text-transform:uppercase; font-size:14px; mso-line-height-rule:exactly; line-height:18px; font-weight:bold; color:#000000;"><a href="#toreplace" target="_blank" style="color:#000000; text-decoration:none;">Pulls</a></td>
<td style="line-height:1px; font-size:1px; width:25px;" width="25"> </td>
<td align="center" style="font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; text-transform:uppercase; font-size:14px; mso-line-height-rule:exactly; line-height:18px; font-weight:bold; color:#000000;"><a href="#toreplace" target="_blank" style="color:#000000; text-decoration:none;">Catalogue</a></td>
<td style="line-height:1px; font-size:1px; width:25px;" width="25"> </td>
<td align="center" style="font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; text-transform:uppercase; font-size:14px; mso-line-height-rule:exactly; line-height:18px; font-weight:bold; color:#000000;"><a href="#toreplace" target="_blank" style="color:#000000; text-decoration:none;">Boutiques</a></td>
</tr>
</table></td>
</tr>
</table>
</div>
<!--[if (gte mso 9)|(IE)]></td></tr></table><![endif]--></td>
</tr>
</table>
<!--[if (gte mso 9)|(IE)]></td></tr></table><![endif]-->
<!-- FIN MENU -->
<!-- DEBUT CHRONO -->
<!--[if (gte mso 9)|(IE)]><table cellpadding="0" cellspacing="0" border="0" width="600" align="center" style="width:600px; margin:0px auto;"><tr><td><![endif]-->
<table cellpadding="0" cellspacing="0" border="0" style="margin:0px auto; max-width:600px; width:100%;" align="center" class="width90pc">
<tr>
<td style="padding:30px 0;"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center" style="font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; text-transform:uppercase; mso-line-height-rule:exactly; line-height:18px; color:#000000;"><span style="background-color:#F6E3DD;">Plus que</span></td>
</tr>
<tr>
<td><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center" style="padding:15px 20px;" class="fixin"><img style="display:block; max-width:300px; width:100%; font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; color:#000000; font-size:20px;" src="https://live.lepatron.email/articles/20170330_123/chrono.jpg" width="100%" alt="Temps restant" title="Temps restant" border="0" /></td>
</tr>
</table></td>
</tr>
<tr>
<td align="center" style="font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; text-transform:uppercase; mso-line-height-rule:exactly; line-height:18px; color:#000000;"><span style="background-color:#F6E3DD;">pour en profiter !</span></td>
</tr>
</table></td>
</tr>
</table>
<!--[if (gte mso 9)|(IE)]></td></tr></table><![endif]-->
<!-- FIN CHRONO -->
<!-- DEBUT CONTENT -->
<!--[if (gte mso 9)|(IE)]><table cellpadding="0" cellspacing="0" border="0" width="600" align="center" style="width:600px; margin:0px auto;"><tr><td><![endif]-->
<table cellpadding="0" cellspacing="0" border="0" style="margin:0px auto; max-width:600px; width:100%" align="center" class="width90pc">
<tr>
<td align="center" bgcolor="#F6E3DD" style="text-align:center; font-size:0px;"><!--[if (gte mso 9)|(IE)]><table cellpadding="0" cellspacing="0" border="0" width="600" align="center" style="width:600px; margin:0px auto;"><tr><td width="300" style="width:300px;" valign="bottom"><![endif]-->
<div style="display:inline-block; max-width:300px; vertical-align:bottom; width:100%; margin:0px auto;" class="maxwidth100pc">
<table cellpadding="0" cellspacing="0" border="0" style="margin:0px auto;" align="center">
<tr>
<td align="center"><table width="240" style="width:240px; margin:0px auto;" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center" style="font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; text-transform:uppercase; font-size:34px; mso-line-height-rule:exactly; line-height:38px; border-bottom:3px solid #000000; padding-top:40px; color:#000000;"><a href="#toreplace" target="_blank" style="color:#000000; text-decoration:none;"><span style="font-weight:bold;">Fashion</span> days</a></td>
</tr>
<tr>
<td align="center" style="font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; text-transform:uppercase; font-size:14px; mso-line-height-rule:exactly; line-height:18px; padding-top:20px; font-weight:bold; color:#000000;"><a href="#toreplace" target="_blank" style="color:#000000; text-decoration:none;">Jusqu'à</a></td>
</tr>
<tr>
<td align="center" style="font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; text-transform:uppercase; font-size:118px; mso-line-height-rule:exactly; line-height:118px; font-weight:bold; color:#000000;"><a href="#toreplace" target="_blank" style="color:#000000; text-decoration:none;">-50<span style="font-size:80px;">%</span></a></td>
</tr>
<tr>
<td align="center" style="font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; text-transform:uppercase; font-size:15px; mso-line-height-rule:exactly; line-height:19px; color:#000000; border-top:1px solid #000000; padding-top:5px;"><a href="#toreplace" target="_blank" style="color:#000000; text-decoration:none;">Sur une sélection d'articles*</a></td>
</tr>
<tr>
<td style="padding-top:30px;"><div><!--[if mso]>
<v:rect xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w="urn:schemas-microsoft-com:office:word" href="http://www.google.fr" style="height:60px;v-text-anchor:middle;width:240px;" stroke="f" fillcolor="#000000">
<w:anchorlock/>
<center>
<![endif]-->
<a href="http://www.google.fr"
style="background-color:#000000;color:#ffffff;display:inline-block;font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;font-size:16px;font-weight:bold;line-height:60px;text-align:center;text-decoration:none;width:240px;-webkit-text-size-adjust:none;">> VITE, J'EN PROFITE !</a>
<!--[if mso]>
</center>
</v:rect>
<![endif]--></div></td>
</tr>
</table></td>
</tr>
<tr>
<td align="center"><table width="280" style="width:280px; margin:0px auto;" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="right" style="font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; font-size:13px; mso-line-height-rule:exactly; line-height:17px; padding:80px 0 10px 0; color:#000000;"><a href="#toreplace" target="_blank" style="color:#000000; text-decoration:none;">Robe Frieda<br />
<span style="text-decoration:line-through;">139,00€</span><br />
<span style="color:#EA0561; font-weight:bold;">69,50€</span></a></td>
</tr>
</table></td>
</tr>
</table>
</div><!--[if (gte mso 9)|(IE)]></td><td width="300" style="width:300px;" valign="bottom"><![endif]--><div style="display:inline-block; max-width:300px; vertical-align:bottom; width:100%; margin:0px auto;" class="maxwidth100pc">
<table cellpadding="0" cellspacing="0" border="0" style="margin:0px auto;" align="center">
<tr>
<td class="fixin"><a href="#toreplace" target="_blank"><img style="display:block; font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; font-size:30px; color:#000000;" src="https://live.lepatron.email/articles/20170330_123/visuel.jpg" width="300" height="660" alt="Fashion Days" title="Fashion Days" border="0" /></a></td>
</tr>
</table>
</div>
<!--[if (gte mso 9)|(IE)]></td></tr></table><![endif]--></td>
</tr>
</table>
<!--[if (gte mso 9)|(IE)]></td></tr></table><![endif]-->
<!-- FIN CONTENT -->
<!-- DEBUT RESEAUX -->
<!--[if (gte mso 9)|(IE)]><table cellpadding="0" cellspacing="0" border="0" width="600" align="center" style="width:600px; margin:0px auto;"><tr><td><![endif]-->
<table cellpadding="0" cellspacing="0" border="0" style="margin:0px auto; max-width:600px; width:100%" align="center" class="width90pc">
<tr>
<td align="center" style="text-align:center; font-size:0px; border-top:1px solid #000000; border-bottom:1px solid #000000; padding:10px 0;"><!--[if (gte mso 9)|(IE)]><table cellpadding="0" cellspacing="0" border="0" width="600" align="center" style="width:600px; margin:0px auto;"><tr><td width="300" style="width:300px;" valign="middle"><![endif]-->
<div style="display:inline-block; max-width:300px; vertical-align:middle; width:100%; margin:0px auto;" class="maxwidth100pc">
<table cellpadding="0" cellspacing="0" border="0" style="margin:0px auto;" align="center">
<tr>
<td align="center" style="font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; text-transform:uppercase; font-size:12px; mso-line-height-rule:exactly; line-height:16px; color:#000000; padding:10px 0;">Restez connectées</td>
</tr>
</table>
</div><!--[if (gte mso 9)|(IE)]></td><td width="300" style="width:300px;" valign="middle"><![endif]--><div style="display:inline-block; max-width:300px; vertical-align:middle; width:100%; margin:0px auto;" class="maxwidth100pc">
<table cellpadding="0" cellspacing="0" border="0" style="margin:0px auto;" align="center">
<tr>
<td style="padding:5px 0;"><table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="fixin"><a href="#toreplace" target="_blank"><img style="display:block; font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; font-size:11px; color:#000000;" src="https://live.lepatron.email/articles/20170330_123/facebook.jpg" width="13" height="25" alt="Facebook" title="Facebook" border="0" /></a></td>
<td style="font-size:1px; line-height:1px; width:20px;" width="20"> </td>
<td class="fixin"><a href="#toreplace" target="_blank"><img style="display:block; font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; font-size:11px; color:#000000;" src="https://live.lepatron.email/articles/20170330_123/instagram.jpg" width="26" height="25" alt="Instagram" title="Instagram" border="0" /></a></td>
<td style="font-size:1px; line-height:1px; width:20px;" width="20"> </td>
<td class="fixin"><a href="#toreplace" target="_blank"><img style="display:block; font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; font-size:11px; color:#000000;" src="https://live.lepatron.email/articles/20170330_123/twitter.jpg" width="31" height="25" alt="Twitter" title="Twitter" border="0" /></a></td>
<td style="font-size:1px; line-height:1px; width:20px;" width="20"> </td>
<td class="fixin"><a href="#toreplace" target="_blank"><img style="display:block; font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; font-size:11px; color:#000000;" src="https://live.lepatron.email/articles/20170330_123/google_plus.jpg" width="39" height="25" alt="Google +" title="Google +" border="0" /></a></td>
<td style="font-size:1px; line-height:1px; width:20px;" width="20"> </td>
<td class="fixin"><a href="#toreplace" target="_blank"><img style="display:block; font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; font-size:11px; color:#000000;" src="https://live.lepatron.email/articles/20170330_123/pinterest.jpg" width="20" height="25" alt="Pinterest" title="Pinterest" border="0" /></a></td>
</tr>
</table></td>
</tr>
</table>
</div>
<!--[if (gte mso 9)|(IE)]></td></tr></table><![endif]--></td>
</tr>
</table>
<!--[if (gte mso 9)|(IE)]></td></tr></table><![endif]-->
<!-- FIN RESEAUX -->
<!-- DEBUT REASSURANCE -->
<!--[if (gte mso 9)|(IE)]><table cellpadding="0" cellspacing="0" border="0" width="600" align="center" style="width:600px; margin:0px auto;"><tr><td><![endif]-->
<table cellpadding="0" cellspacing="0" border="0" style="margin:0px auto; max-width:600px; width:100%" align="center" class="width90pc">
<tr>
<td align="center" style="text-align:center; font-size:0px; padding:10px 0;"><!--[if (gte mso 9)|(IE)]><table cellpadding="0" cellspacing="0" border="0" width="600" align="center" style="width:600px; margin:0px auto;"><tr><td width="300" style="width:300px;" valign="middle"><![endif]-->
<div style="display:inline-block; max-width:300px; vertical-align:middle; width:100%; margin:0px auto;" class="maxwidth100pc">
<table cellpadding="0" cellspacing="0" border="0" style="margin:0px auto;" width="100%" align="center">
<tr>
<td width="50%" style="width:50%;"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="fixin" align="center" style="padding-top:10px;"><img style="display:block; font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; font-size:11px; color:#000000;" src="https://live.lepatron.email/articles/20170330_123/reassurance_01.jpg" width="30" height="40" alt="Paiement" title="Paiement" border="0" /></td>
</tr>
<tr>
<td align="center" style="font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; font-size:12px; color:#000000; mso-line-height-rule:exactly; line-height:16px; padding:10px 0;">Paiement<br />
100% sécurisé</td>
</tr>
</table></td>
<td width="50%" style="width:50%;"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="fixin" align="center" style="padding-top:10px;"><img style="display:block; font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; font-size:11px; color:#000000;" src="https://live.lepatron.email/articles/20170330_123/reassurance_02.jpg" width="43" height="40" alt="Paiement" title="Paiement" border="0" /></td>
</tr>
<tr>
<td align="center" style="font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; font-size:12px; color:#000000; mso-line-height-rule:exactly; line-height:16px; padding:10px 0;">Livraison et retour<br />
gratuits en boutique !</td>
</tr>
</table></td>
</tr>
</table>
</div><!--[if (gte mso 9)|(IE)]></td><td width="300" style="width:300px;" valign="middle"><![endif]--><div style="display:inline-block; max-width:300px; vertical-align:middle; width:100%; margin:0px auto;" class="maxwidth100pc">
<table cellpadding="0" cellspacing="0" border="0" style="margin:0px auto;" width="100%" align="center">
<tr>
<td width="50%" style="width:50%;"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="fixin" align="center" style="padding-top:10px;"><img style="display:block; font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; font-size:11px; color:#000000;" src="https://live.lepatron.email/articles/20170330_123/reassurance_03.jpg" width="69" height="40" alt="Paiement" title="Paiement" border="0" /></td>
</tr>
<tr>
<td align="center" style="font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; font-size:12px; color:#000000; mso-line-height-rule:exactly; line-height:16px; padding:10px 0;">Expédition<br />
sous 24h ouvrées</td>
</tr>
</table></td>
<td width="50%" style="width:50%;"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="fixin" align="center" style="padding-top:10px;"><img style="display:block; font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; font-size:11px; color:#000000;" src="https://live.lepatron.email/articles/20170330_123/reassurance_04.jpg" width="35" height="40" alt="Paiement" title="Paiement" border="0" /></td>
</tr>
<tr>
<td align="center" style="font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; font-size:12px; color:#000000; mso-line-height-rule:exactly; line-height:16px; padding:10px 0;">Satisfait ou remboursé<br />
sous 30 jours</td>
</tr>
</table></td>
</tr>
</table>
</div>
<!--[if (gte mso 9)|(IE)]></td></tr></table><![endif]--></td>
</tr>
</table>
<!--[if (gte mso 9)|(IE)]></td></tr></table><![endif]-->
<!-- FIN REASSURANCE -->
<!-- DEBUT FOOTER -->
<!--[if (gte mso 9)|(IE)]><table cellpadding="0" cellspacing="0" border="0" width="600" align="center" style="width:600px; margin:0px auto;"><tr><td><![endif]-->
<table cellpadding="0" cellspacing="0" border="0" style="margin:0px auto; max-width:600px; width:100%;" align="center" class="width90pc">
<tr>
<td align="left" style="font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; font-size:11px; color:#333333; mso-line-height-rule:exactly; line-height:15px; padding:20px 0; border-top:1px solid #DADADA;">* Les Journées de la Mode. -30% et -50% sur une sélection d'articles signalés par une étiquette Fashion Days du 15/03/2017 au 29/03/2017 inclus, dans toutes les boutiques 1.2.3 de France Métropolitaine et de Corse (hors magasins d'usine) et sur le site <a href="#toreplace" target="_blank" style="color:#333333; text-decoration:none;">www.1-2-3.fr</a> dans la limite des stocks disponibles. Remise effectuée directement en caisse. Offre non cumulable avec toute autre opération en cours, y compris les offres du Programme de fidélité 1.2.3. Conditions d'échange et de remboursement affichées en caisse. Remise effectuée directement dans le panier. Pour les achats faits sur <a href="#toreplace" target="_blank" style="color:#333333; text-decoration:none;">www.1-2-3.fr</a> vous disposez d'un délai légal de rétractation de 30 jours vous donnant droit à un échange ou un remboursement en boutique, ou un remboursement en renvoyant le produit à notre entrepôt.<br />
<br />
Pour être sûre de recevoir la newsletter 1.2.3, n'oubliez pas d'ajouter l'adresse <a href="#toreplace" target="_blank" style="color:#333333; text-decoration:none;">caroline.gautier@1-2-3.biz</a> à votre carnet d'adresses.<br />
<br />
Si vous souhaitez ne plus recevoir d'email de la part d'1.2.3, <a href="#toreplace" target="_blank" style="color:#333333; text-decoration:none;">suivez ce lien</a></td>
</tr>
</table>
<!--[if (gte mso 9)|(IE)]></td></tr></table><![endif]-->
<!-- FIN FOOTER -->
</div>
</center>
</div>
</body>
</html>
Also see: Tab Triggers