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;"><img style="display:block;" src="http://host.msgapp.com/uploads/96424/HP_04102014_E-tools/images/Lg_Image.jpg" width="594" alt="Banner Image" border="0" class="banner"></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/HP-041714-E-tools_translated/images/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:18px; line-height:28px; color:#444444;"><p><strong>Nouveaux outils Web pour faire prospérer votre entreprise et gérer vos commandes</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>Voilà de quoi vous simplifier la vie ! BMG est fier de vous proposer de nouveaux outils interactifs puissants qui vous permettront de gérer et de suivre vos commandes. Vous passerez moins de temps à gérer les commandes existantes et plus de temps à en créer de nouvelles. Vous pouvez vérifier la disponibilité des produits, leurs prix, le statut des commandes et les informations d'expédition en ligne sur le site globalBMG.com.</p>
<p>Si vous êtes déjà inscrit(e) auprès de BMG, vous devriez avoir reçu un courrier électronique pour activer votre compte la semaine dernière; si ce n'est pas le cas, vérifiez votre filtre de courrier indésirable. Si vous devez créer un compte, contactez BMG dès aujourd'hui au <strong>+33 (0)1 84 88 00 35.</strong></p>
<p>Une fois votre compte personnel créé, vous pourrez:</p>
<p> Consulter l'inventaire et la liste de prix:<br>
<ul>
<li>Visitez toute page produit pour consulter l'inventaire et la liste de prix
</p>
</li>
</ul>
Consulter le statut des commandes:
<ul>
<li>Sélectionnez le menu déroulant Gestion de compte en haut à droite</li>
<li>Sélectionnez Commandes dans la liste déroulante</li>
</ul>
<p><strong>Vidéo de démonstration</strong> <a href="http://youtu.be/_-tbnR-puLQ"><img style="display:block;" src="http://www.sone.com/marketing/BMG/HP/website-video.png" width="340" alt="Sider Image" border="0"></a>
</p>
<p>Pour toute question relative à ces nouveaux outils en ligne ou pour demander un échantillon d'impression ou d'autres supports marketing, appelez-nous au +33 (0)1 84 88 00 35 ou envoyez-nous un 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/?utm_source=globalbmg&utm_medium=email&utm_campaign=learnmore" target="_blank" style="color:#444444; text-decoration:none;"><strong>Pour en savoir plus</strong></a></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_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>
UÉtats-Unis: <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>
France: <a href="tel:+33 (0)1 84 88 00 35">+33 (0)1 84 88 00 35</a><br>
Italie: <a href="tel:+39-02-9475-4971">+39-02-9475-4971</a></p>
<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></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" style="color:#444444; text-decoration:none;"><strong>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;"><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></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;"><img style="display:block;" src="http://www.sone.com/marketing/BMG/HP/swatchbook-594.png" width="594" alt="Swatchbooks" border="0" class="banner"></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>L'outil de vente intarissable : les échantillons d'impression HP </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:3px;"><p>Procurez à vos représentants le support dont ils ont besoin pour conclure des ventes grâce à nos échantillons d'impression gratuits. Ces échantillons d'impression détaillant la gamme complète de supports HP pour imprimantes HP Designjet présentent:
<ul>
<li>Une image imprimée afin que les clients puissent voir le rendu des tirages sur le support en question</li>
<li>La compatibilité des imprimantes et des encres</li>
<li>Les caractéristiques techniques, y compris le poids, l'épaisseur et les tailles de rouleaux</li>
</ul>
Le mieux, c'est que ces échantillons d'impression sont gratuits ! Il vous suffit de nous appeler ou de vous rendre sur le site www.globalbmg.com/hp/swatchbook <a href="http://www.globalbmg.com/hp/en/swatchbook?utm_source=globalbmg&utm_medium=email&utm_campaign=requestswatch">www.globalbmg.com/hp/swatchbook</a> et de les demander en ligne. </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/swatchbook?utm_source=globalbmg&utm_medium=email&utm_campaign=requestswatch" target="_blank" style="color:#444444; text-decoration:none;"><strong>DEMANDER UN ÉCHANTILLON D'IMPRESSION</strong></a></td>
<td width="120" class="erase"></td>
</tr>
<tr>
<td 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> | <a href="http://++friendforwardcustom++" target="_blank" style="color:#444444; border-bottom: 1px dotted #787878; text-decoration:none;"><strong><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