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 HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<link href='https://fonts.googleapis.com/css?family=PT+Sans:400,700' rel='stylesheet' type='text/css' />
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,600' rel='stylesheet' type='text/css'>
<title>Brand Management Group</title>
<style type="text/css">
/*Hotmail and Yahoo specific code*/
.ReadMsgBody { width: 100%;}.ExternalClass { width: 100%;}.yshortcuts { color: #ffffff;}
.yshortcuts a span { color: #ffffff; border-bottom: none !important; background: none !important;
}
/*Hotmail and Yahoo specific code*/
body {
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
-webkit-font-smoothing: antialiased;
margin: 0 !important;
padding: 0 !important;
width: 100% !important;
}
a{color:#0096d6;text-decoration:none;font-weight:400;font-style:normal}
a:hover{color:#aaa;text-decoration:underline;font-weight:400;font-style:normal}
@media only screen and (max-width: 599px) {
body { width: auto !important;}
img[class="img_scale"] {width: 100% !important; height: auto !important;}
table[class="table610"] { max-width: 610px !important; width: 100% !important;}
img[class="banner"] { max-width:594px !important; width: 100% !important; height: auto; display: block;}
img[class="img180"] { max-width:180px !important; width: 100% !important; height: auto; display: block;}
img[class="img280"] { max-width:280px !important; width: 100% !important; height: auto; display: block; margin:0 auto !important;}
img[class="img173"] { max-width:173px !important; width: 100% !important; height: auto; display: block; margin:0 auto !important;}
img[class="shadow"] { max-width:594px !important; width: 100% !important; height: auto; display: block;}
td[class="erase"] { width:0 !important; display: none !important;}
td[class="hide"] { width:15px !important; display:block !important;}
td[class="view"] { width:100%!important; display:block !important;}
td[class="social_logo"] { max-width:140px !important; width: 100% !important; display:block;}
td[class="button"] { width:100px !important; display:block; overflow:hidden !important;}
td[class="button2"] { max-width:230px !important; width:100%; display: block !important;}
}
@media only screen and (max-width: 479px) {
body { width: auto !important;}
img[class="img_scale"] {width: 95% !important; height: auto !important;}
table[class="table610"] { max-width:610px !important; width: 100% !important;}
img[class="img280"] { max-width:280px !important; width: 100% !important; height: auto; display: block; margin:0 auto !important;}
td[class="img"] { max-width:205px !important; width: 100% !important; height: auto; display: block; margin: 0 auto !important;}
td[class="hide"] { width:0px !important; display: none !important;}
td[class="view"] { width:0px!important; display:none !important;}
td[class="logo"] { max-width:250px !important; width: 100% !important; display:block; margin:0 auto !important;}
td[class="social_logo"] { max-width:140px !important; width: 100% !important; display:block; margin:0 auto; padding-top:15px !important;}
td[class="hide1"] { width:0px!important; display:none !important;}
td[class="text_area"] { width:100%; display: block !important; margin:0 auto !important; padding-top:10px !important; text-align:center;}
td[class="button2"] { max-width:230px !important; width:100%; display: block !important; margin:0 auto !important;}
td[class="img180"] { max-width:180px !important; display: block !important; margin:0 auto !important;}
td[class="img1802"] { max-width:180px !important; display: block !important; margin:20px auto !important; margin-bottom:inherit !important;}
table[class="menu"] { max-width:90%; width: 100% !important; display:block !important; margin:10px auto !important; text-align:center; margin-bottom:inherit !important;}
table[class="logo"] { max-width:75%; width: 100% !important; display:block !important; margin:0 auto !important;}
.main_test{max-width:242px; width:100% !important; margin:0 auto !important; display:block !important; text-align:center !important; padding-left:18px !important;}
td[class="box1"] { width:100%; text-align:center !important; display:block; margin:0 auto !important;}
td[class="box2"] { width:100% !important; text-align:center !important; display:block; margin:20px auto !important; margin-bottom:inherit !important; border-top:2px solid #0096D6; padding-top:18px !important;}
td[class="con_text"] { text-align:center !important;}
td[class="button"] { width:100px !important; display:block; overflow:hidden !important; margin:0 auto !important;}
}
</style>
<style type="text/css"></style></head>
<body style="margin:0px;" gram_dict="true">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<!--==============header area start here===============-->
<tbody>
<tr>
<td valign="top" bgcolor="#F4F4F4"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody><tr>
<td valign="bottom"><table border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody><tr>
<td bgcolor="#ffffff" height="35"> </td>
</tr>
</tbody></table></td>
<td width="610"><table width="610" border="0" cellspacing="0" cellpadding="0" align="center" class="table610">
<tbody><tr>
<td valign="bottom" width="5"><table width="5" border="0" cellspacing="0" cellpadding="0">
<tbody><tr>
<td height="35" bgcolor="#FFFFFF" width="5" valign="bottom"></td>
</tr>
</tbody></table></td>
<td><table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
<tbody><tr>
<td valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<!--==============view online start here===============-->
<tbody><tr>
<td valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="200px" align="left" valign="middle" bgcolor="#0096d6" style="padding: 5px 20px; font-size: 12px; font-style: italic; color: #ffffff; font-family: Arial, Helvetica, sans-serif; line-height: 22px; font-style: italic; mso-line-height-rule: exactly; text-align: center;">Brand Management Group</td>
<td width="400px"></td>
</tr>
<tr>
<td colspan="2" style="font-family: Arial, Helvetica, sans-serif, Trebuchet MS; font-size:11px; line-height:22px; color:#ffffff; text-align:center;"> </td>
</tr>
<tr>
<td height="20" colspan="2" class="view"></td>
</tr>
</tbody></table></td>
</tr>
<!--==============view online end here===============-->
<tr>
<td><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody><tr>
<!--==============logo start here===============-->
<td valign="top" width="320"><a href="http://www.globalBMG.com/hp" target="_blank"><img src="http://www.sone.com/marketing/BMG/HP/HP-LFM.png" alt="HP Large Format Print Media" width="320" class="img_scale" style="display:block;" border="0"></a></td>
<!--==============logo end here===============-->
<td width="280" align="right" class="hide1" style="font-family: Arial, Helvetica, sans-serif; font-size:12px; line-height:22px; color:#2e2e2e; padding-top:3px;"><a href="http://++ViewHTMLCustom++" style="color:#787878; border-bottom: 1px dotted #787878; text-decoration: none; font-style: normal;">View Online</a></td>
<!--social logo start--> <!--social logo start-->
</tr>
</tbody></table></td>
</tr>
<tr>
<td height="30"></td>
</tr>
<!--==============banner start here===============-->
<tr>
<td valign="top" style="border-top:1px solid #CCCCCC; border-bottom:1px solid #CCCCCC; border-left:1px solid #CCCCCC; border-right:1px solid #CCCCCC; padding-left:2px; padding-top:2px; padding-right:2px; padding-bottom:2px;"><a href="http://www.globalbmg.com/hp/en/t/new-adhesive-vinyls"><img style="display:block;" src="http://host.msgapp.com/uploads/96424/24-HP Adhesive Vinyls/Lg Image_French.jpg" width="594" alt="Banner Image" border="0" class="banner"></a></td>
</tr>
<!--==============banner end here===============-->
</tbody></table></td>
</tr>
</tbody></table></td>
<td valign="bottom" width="5"><table width="5" border="0" cellspacing="0" cellpadding="0">
<tbody><tr>
<td height="35" bgcolor="#FFFFFF" width="5"></td>
</tr>
</tbody></table></td>
</tr>
</tbody></table></td>
<td valign="bottom"><table border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody><tr>
<td bgcolor="#ffffff" height="35"> </td>
</tr>
</tbody></table></td>
</tr>
</tbody></table></td>
</tr>
<!--==============header area end here===============-->
<!--==============contant area start here===============-->
<tr>
<td><table width="610" border="0" cellspacing="0" cellpadding="0" align="center" class="table610">
<tbody><tr>
<td width="5"></td>
<td valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody><tr>
<td align="center" valign="top" style="padding-bottom:10px;"><img style="display:block;" src="http://www.sone.com/marketing/BMG/HP/shadow.jpg" alt="" width="594" height="13" class="shadow"></td>
</tr>
<tr>
<td height="25" style="border-top:1px solid #0096D6;"></td>
</tr>
<!--area part_1 start-->
<tr>
<td valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody><tr>
<td valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody><tr>
<td valign="top" class="img"><img style="display:block;" src="http://host.msgapp.com/uploads/96424/24-HP Adhesive Vinyls/Sm Image.jpg" width="205" alt="Sider Image" border="0"></td>
<td width="15" class="hide"></td>
<td valign="top" class="text_area"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody><tr>
<td style="font-family: Arial, Helvetica, sans-serif; font-size:17.8px; line-height:20px; color:#444444;"><p><strong>Abordable ET respectueux de l'environnement ? Oui et oui ! …avec les nouveaux vinyles adhésifs HP !</strong><strong> </strong></p></td>
</tr>
<tr>
<td class="con_text" align="left" style="font-family: Arial, Helvetica, sans-serif; font-size:13px; line-height:23px; color:#2e2e2e; padding-top:3px;"><p>Qui a dit qu'un support à jet d'encre respectueux de l'environnement était forcément cher ? Les nouveaux vinyles adhésifs HP pour imprimantes HP Latex sont conformes au règlement européen REACH* ET économiques. </p>
<p>De la signalétique événementielle aux affichages commerciaux, ce vinyle monomère supérieur, épais et abordable, constitue la plus haute qualité disponible dans cette gamme de prix. Vos clients bénéficieront ainsi d'un matériau de premier ordre, offrant un incroyable rendu de couleurs et respectant les normes durables développées pour protéger la santé humaine et l'environnement. <br>
</p>
Facile à manier et conçu pour durer (3 à 5 ans), ce vinyle autocollant ne présente pas de bulles, ce qui réduit le gaspillage à la production. Résistant aux intempéries, il peut parfaitement être utilisé à l'intérieur comme à l'extérieur. L'épaisseur accrue facilite la production et la pose.
<ul>
<li><a href="http://www.globalbmg.com/hp/fr/hp-permanent-gloss-adhesive-vinyl">Vinyle adhésif glacé permanent HP</a> : Vinyle calandré brillant (9,8 mil avec revêtement) </li>
<li><a href="http://www.globalbmg.com/hp/fr/hp-permanent-matte-adhesive-vinyl">Vinyle adhésif mat permanent HP</a> : Même base épaisse satinée (9,8 mil avec revêtement) </li>
</ul>
<p>Pour vous aider à augmenter la demande de vos clients pour ce nouveau vinyle, nous avons créé des ressources en ligne personnalisées spécifiques à ce produit, y compris des fichiers prêts à imprimer pour les démonstrations, une vidéo pour le publipostage électronique ou votre site Web, des fiches techniques, et plus encore. </p>
<p>Ces ressources sont disponibles <a href="http://www.globalbmg.com/hp/en/t/new-adhesive-vinyls"><strong>ici</strong></a>. </p>
<p>Préparez-vous à vous démarquer de la concurrence. Pour en savoir plus, et pour commander cette solution abordable et respectueuse de l'environnement, contactez-nous par téléphone au<a href="tel:+33 (0)1 84 88 00 35"> <strong>+33 (0)1 84 88 00 35</strong></a> ou par courrier électronique à l'adresse <a href="mailto:info@globalBMG.com">info@globalBMG.com</a>. </p></td>
</tr>
<tr>
<td height="10"></td>
</tr>
<tr>
<td class="button2"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody><tr>
<td class="button" width="100" style="font-family: Arial, Helvetica, sans-serif; font-size:16px; line-height:22px; color:#444444; border-top:1px solid #0096D6; border-bottom:1px solid #0096D6; border-left:1px solid #0096D6; border-right:1px solid #0096D6; padding-left:2px; padding-top:3px; padding-right:2px; padding-bottom:3px; text-align:center;"><a href="http://www.globalbmg.com/hp/en/t/media-kit" target="_blank" style="color:#444444; text-decoration:none;"><strong>OUTILS ET INFORMATIONS</strong></a></td>
<td width="120" class="erase"></td>
</tr>
</tbody>
</table></td>
</tr>
<tr>
<td height="10"></td>
</tr>
<tr>
<td class="con_text" align="left" style="font-family: Arial, Helvetica, sans-serif; font-size: 13px; line-height: 23px; color: #2e2e2e; padding-top: 3px;"><p style="font-size:.8em; line-height:1em;">* Ce produit ne contient pas de substances classées SVHC dans l'annexe XIV de la directive REACH de l'UE publiée le 16 juin 2014, qui en répertorie 155, dont la concentration est supérieure à 0,1 %. Pour déterminer le statut SVHC (substances extrêmement préoccupantes) des produits HP, consultez la déclaration REACH de HP publiée dans<a href="https://www.hp.com/hpinfo/globalcitizenship/environment/productdata/Countries/_MultiCountry/reach_allpr_2014625234557270.pdf"> Produits d'impression et consommables HP</a>.<br> Source du logo : Copyright Agence européenne des produits chimiques.</td>
</tr>
</tbody></table></td>
</tr>
</tbody></table></td>
</tr>
</tbody></table></td>
</tr>
<!--area part_1 end-->
<tr>
<td height="25" style="border-bottom:1px solid #0096D6;"></td>
</tr>
<tr>
<td height="20"></td>
</tr>
<!--area part_3 start-->
<tr>
<td valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody><tr>
<td valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody><tr>
<td valign="top" bgcolor="#0096d6" class="img"><a href="http://www.globalbmg.com/hp/support" target="_blank"><img style="display:block;" src="http://www.sone.com/marketing/BMG/HP/contact-205.png" width="205" height="150" alt="Contact Us" border="0"></a></td>
<td width="15" class="hide"></td>
<td valign="top" class="text_area"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody><tr>
<td style="font-family: Arial, Helvetica, sans-serif; font-size:18px; line-height:28px; color:#444444;"><strong>Contactez-nous</strong></td>
</tr>
<tr>
<td class="con_text" align="justify" style="font-family: Arial, Helvetica, sans-serif; font-size:13px; line-height:23px; color:#2e2e2e; padding-top:3px;"><p>Amériques<br>
États-Unis: <a href="tel:+1-888-893-4668">+1-888-893-4668 </a><br>
Canada: <a href="tel:+1-888-893-4668">+1-888-893-4668</a><br>
Mexique: <a href="tel:+01-800-681-6740">+01-800-681-6740</a><br>
Brésil: <a href="tel:+55-11-4950-8547">+55-11-4950-8547</a><br>
<br>
Europe, Moyen-Orient et Afrique<br>
Espagne: <a href="tel:+34-935-479-700">+34-935-479-700</a><br>
Royaume-Uni: <a href="tel:+44 (0) 24 7718 0068">+44 (0) 24 7718 0068</a><br>
<strong>France: </strong><a href="tel:+33 (0)1 84 88 00 35"><strong>+33 (0)1 84 88 00 35</strong></a><br>
Italie: <a href="tel:+39-02-9475-4971">+39-02-9475-4971</a>
<p>Asie-Pacifique<br>
Australie: <a href="tel:+61 2 8038 5013">+61 2 8038 5013</a><br>
Singapour: <a href="tel:+65-3158-4677">+65-3158-4677</a><br>
Japon: <a href="tel:+81-3-6388-0362">+81-3-6388-0362</a></p>
<p><br>
</a></td>
</tr>
<tr>
<td height="10"></td>
</tr>
<tr>
<td class="button2"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody><tr>
<td class="button" width="100" style="font-family: Arial, Helvetica, sans-serif; font-size:16px; line-height:22px; color:#444444; border-top:1px solid #0096D6; border-bottom:1px solid #0096D6; border-left:1px solid #0096D6; border-right:1px solid #0096D6; padding-left:2px; padding-top:3px; padding-right:2px; padding-bottom:3px; text-align:center;"><A href="mailto:info@globalBMG.com" target="_blank"><strong style="color: #00090D">Courrier électronique</strong></a></td>
<td width="20"></td>
<td class="button" width="100" style="font-family: Arial, Helvetica, sans-serif; font-size:16px; line-height:22px; color:#444444; border-top:1px solid #0096D6; border-bottom:1px solid #0096D6; border-left:1px solid #0096D6; border-right:1px solid #0096D6; padding-left:2px; padding-top:3px; padding-right:2px; padding-bottom:3px; text-align:center;"><strong><a href="http://www.globalbmg.com/hp/en/contactus?utm_source=globalbmg&utm_medium=email&utm_campaign=onlinebutton" target="_blank" style="color:#444444; text-decoration:none;"><strong>Site Internet</strong></a></strong></td>
<td width="120" class="erase"></td>
</tr>
</tbody></table></td>
</tr>
</tbody></table></td>
</tr>
</tbody></table></td>
</tr>
</tbody></table></td>
</tr>
<!--area part_3 end-->
<tr>
<td height="25" style="border-bottom:1px solid #0096D6;"></td>
</tr>
<tr>
<td height="20"></td>
</tr>
<!--area part_1 start-->
<tr>
<td valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody><tr>
<td valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody><tr>
<td valign="top" class="text_area"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td valign="top" style="border-top:1px solid #CCCCCC; border-bottom:1px solid #CCCCCC; border-left:1px solid #CCCCCC; border-right:1px solid #CCCCCC; padding-left:2px; padding-top:2px; padding-right:2px; padding-bottom:2px;"><a href="http://www.globalbmg.com/hp/en/t/media-kit"><img style="display:block;" src="http://host.msgapp.com/uploads/96424/24-HP Adhesive Vinyls/Dealer Tools Graphic for Web.jpg" width="594" alt="Swatchbooks" border="0" class="banner"></a></td>
</tr>
<tr>
<td height="20"></td>
</tr>
<tr>
<td style="font-family: Arial, Helvetica, sans-serif; font-size:18px; line-height:28px; color:#444444;"><strong>Consultez la NOUVELLE page d'outils pour vendeurs : brochures, images de produits, et plus encore</strong></td>
</tr>
<tr>
<td class="con_text" align="left" style="font-family: Arial, Helvetica, sans-serif; font-size:13px; line-height:23px; color:#2e2e2e; padding-top:2px;"><p>Vous y trouverez une fabuleuse gamme d'outils précieux de vente en ligne pour vous aider à développer votre activité. Commencez à vendre maintenant :
<ul>
<li>Brochures pour panneaux et affichages, et utilisations graphiques et techniques </li>
<li>Images de produits </li>
<li>Logos </li>
<li>Fiches techniques </li>
</ul>
<p>Mieux encore, ces outils en ligne sont gratuits, alors lancez-vous : <a href="http://www.globalbmg.com/hp/fr/t/media-kit">http://www.globalbmg.com/hp/fr/t/media-kit</a>. Des questions ? Pour en savoir plus, contactez-nous sans plus attendre, par téléphone au<a href="tel:+33 (0)1 84 88 00 35"><strong>+33 (0)1 84 88 00 35</strong></a><strong> </strong>ou par courrier électronique à l'adresse <a href="mailto:info@globalBMG.com">info@globalBMG.com</a>. </p></td>
</tr>
<tr>
<td height="10"></td>
</tr>
<tr>
<td class="button2"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="100" height="25"></td>
</tr>
</tbody></table></td>
</tr>
</tbody></table></td>
</tr>
</tbody></table></td>
</tr>
</tbody></table></td>
</tr>
<!--area part_1 end-->
</tbody></table></td>
<td width="5"></td>
</tr>
</tbody></table></td>
</tr>
<!--==============contant area end here===============-->
<!--==============footer area start here===============-->
<tr>
<td bgcolor="#F4F4F4" valign="top" style="border-top:1px solid #128AC5;"><table width="610" border="0" cellspacing="0" cellpadding="0" align="center" class="table610">
<tbody><tr>
<td width="5"></td>
<td><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody><tr>
<td><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td height="20" colspan="2"></td>
</tr>
<tr>
<td colspan="2" align="center" class="view" style="font-family: Arial, Helvetica, sans-serif; font-size:12px; line-height:22px; color:#444444;"><a href="http://++unsubscribecustom++" target="_blank" style="color:#444444; border-bottom: 1px dotted #787878; text-decoration:none;"><strong>Se désabonner</strong></a> | <strong>Transférer à un ami</strong></td>
</tr>
<tr>
<td height="15" colspan="2"></td>
</tr>
<tr>
<td colspan="2" align="center" style="font-family: Arial, Helvetica, sans-serif; font-size:12px; line-height:20px; color:#232323; font-weight:bold;"><a href="http://www.globalBMG.com/hp" target="_blank" style="color:#232323; border-bottom: 1px dotted #787878;text-decoration:none;">www.globalBMG.com/hp</a> | <a href="mailto:info@globalBMG.com" target="_blank" style="color:#232323; border-bottom: 1px dotted #787878; text-decoration:none;">info@globalBMG.com</a></td>
</tr>
<tr>
<td height="10" colspan="2" class="view"></td>
</tr>
<tr>
<td colspan="2" align="center" class="view" style="font-family: Arial, Helvetica, sans-serif; font-size:12px; line-height:20px; color:#444444; font-weight:bold;"> </td>
</tr>
<tr>
<td height="20" colspan="2"></td>
</tr>
<tr>
<td align="center" valign="bottom" class="view" style="font-family: Arial, Helvetica, sans-serif; font-size:12px; line-height:20px; color:#444444; font-weight:bold;"><a href="#" target="_blank" style="color:#444444; text-decoration:none;">Copyright © 2014 - Brand Management Group</a></td>
<td><img style="display:block;" align="right" src="http://www.sone.com/marketing/BMG/HP/bmg-hp-footer.png"></td>
</tr>
</tbody></table></td>
</tr>
</tbody></table></td>
<td width="5"></td>
</tr>
</tbody></table></td>
</tr>
<!--==============footer area end here===============-->
</tbody></table>
</body><div class="gr-context gr-dict gr-context-loader" style="display: none;"><span class="gr-triangle"></span><div class="gr-placeholder"></div><a href="http://www.grammarly.com/?utm_source=dict&utm_medium=link&utm_campaign=chrome_plg" target="_blank" class="gr-hint-settings"></a><strong class="gr-title"></strong><div class="gr-dict-content"></div></div></html>
Also see: Tab Triggers