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">
<span class="con_text" style="font-family: Arial, Helvetica, sans-serif; font-size:13px; line-height:23px; color:#2e2e2e; padding-top:0px;">
<p></p>
</span>
<span 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"></a></span>
<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/es/hp-colorfast-adhesive-vinyl"><img style="display:block;" src="http://campaigns.globalBMG.com/uploads/96424/54-HP Adhesive Vinyl/Lg-Image.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://campaigns.globalBMG.com/uploads/96424/54-HP Adhesive Vinyl/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;"><strong>Coloque sus mensajes utilizando materiales con adhesivo marca 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:0px;"><p>Ayude a sus clientes a crear vibrantes mensajes gráficos para una gran variedad de usos para el interior con los versátiles materiales autoadhesivos de marca HP. ¡Desde carteles para eventos a expositores comerciales, los materiales autoadhesivos HP le proporcionarán imágenes con colores brillantes que llamaran la atención!<br>
<br>
Estos materiales, compatibles tanto con las tintas HP basadas en colorante como las pigmentadas, brindando imágenes con gran nitidez, perfectas para ser vistas de lejos y de cerca.</p>
<ul>
<li><a href="http://www.globalbmg.com/hp/es/hp-everyday-adhesive-gloss-polypropylene-2-pack"><strong>Polipropileno adhesivo HP mate y brillante para uso diario</strong></a>: una alternativa más económica, que el vinilo, con un autoadhesivo permanente para un montaje seguro y fiable.</li>
<li><a href="http://www.globalbmg.com/hp/es/hp-colorfast-adhesive-vinyl"><strong>Vinilo adhesivo HP Colorfast</strong></a>: la solución de gran calidad para cartelería que ofrece mayor peso y grosor, proveyendo una amplia gama de color.</li>
<li><a href="http://www.globalbmg.com/hp/es/hp-universal-adhesive-vinyl-2-pack"><strong>Vinilo adhesivo HP Universal</strong></a>: ¡ahora en rollos más largos! El material es perfecto para la producción diaria con una calidad de imagen espectacular. </li>
</ul>
<p>Haga clic <a href="http://www.globalbmg.com/hp/es/self-adhesive-materials"><strong>aquí</strong></a> para obtener herramientas virtuales e más información. Para aprender más y hacer su pedido, llámenos al: <strong><a href="tel:+34-935-479-700"><strong>+34-935-479-700</strong></a> </strong>o envíenos un correo electrónico a <a href="mailto:info@HPLFMedia.com">info@HPLFMedia.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://support.hplfmedia.com/docs" target="_blank" style="color:#444444; text-decoration:none;"><strong>HERRAMIENTAS E INFORMACIÓN</strong></a></td>
<td width="120" class="erase"></td>
</tr>
</tbody>
</table></td>
</tr>
<tr>
<td height="10"></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;">Contáctenos</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>Europa, Oriente Próximo y África <BR>
<strong>España y Portugal: </strong><A href="tel:+34-935-479-700"><strong>+34-935-479-700</strong></A><BR>
Reino Unido: <A href="tel:+44 (0) 24 7718 0068">+44 (0) 24 7718 0068</A><BR>
Francia: <A href="tel:+33 (0)1 84 88 00 35">+33 (0)1 84 88 00 35</A><BR>
Italia: <A href="tel:+39-02-9475-4971">+39-02-9475-4971</A> <BR>
Alemania & Austria: <A href="../2014-19-HP Adhesive Vinyls/+49-3030-806625">+49-3030-806625</A> <br>
Benelux & los países nórdicos: <a href="+32 28 080 750">+32 28 080 750</a> <br>
Central & Eastern Europe: <a href="+ 42 022 888 2053">+ 42 022 888 2053</a> <br>
Rusia & la CIS: <a href="+7 499 918 4279">+7 499 918 4279</a> <br>
Oriente Medio & Àfrica: <a href="+34 935 479 700">+34 935 479 700</a>
<p>Continente Americano<BR>
Estados Unido: <A href="tel:+1-888-893-4668">+1-888-893-4668 </A><BR>
Canadá: <A href="tel:+1-888-893-4668">+1-888-893-4668</A><BR>
México: <A href="tel:+01-800-681-6740">+01-800-681-6740</A><BR>
Brasil: <A href="tel:+55-11-4950-8547">+55-11-4950-8547 </A><BR>
<p>Asia del Pacífico<BR>
Australia: <A href="tel:+61 2 8038 5013">+61 2 8038 5013</A><BR>
Singapur: <A href="tel:+65-3158-4677">+65-3158-4677</A><BR>
Japón: <A href="tel:+81-3-6388-0362">+81-3-6388-0362</A><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>Correo electrónico</STRONG></A><a href="mailto:info@globalBMG.com" target="_blank" style="color:#444444; text-decoration:none;"></A><a href="mailto:info@globalBMG.com" target="_blank" style="color:#444444; text-decoration:none;"></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="" target="_blank"><STRONG>Electronica's</STRONG></A><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;"></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>
<!--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 height="20"></td>
</tr>
<tr>
<td style="font-family: Arial, Helvetica, sans-serif; font-size:18px; line-height:28px; color:#444444;"><strong>Compruebe la página de herramientas del distribuidor: Folletos, imágenes del producto y más.</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>Encontrará una emocionante gama de valiosas herramientas virtuales para ayudarle a desarrollar su negocio. Empiece ahora:
<ul>
<li>Folleto para aplicaciones de señalización y exposición y aplicaciones gráficas y técnicas </li>
<li>Imágenes del producto </li>
<li>Logotipos </li>
<li>Hojas de datos técnicos </li>
</ul>
<p>Lo mejor de todo es que estas herramientas electrónicos son gratuitas, así que ya puede empezar: <a href="http://support.hplfmedia.com/docs">HPLFMedia.com/t/media-kit</a>. ¿Preguntas? Llámenos para obtener más información al <strong>+34-935-479-700 </strong>o envíenos un correo electrónico al <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;"><span 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>Anular suscripción</strong></a> | <strong>Reenviar a un amigo</strong></span></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.HPLFMedia.com</a> | <a href="mailto:info@globalBMG.com" target="_blank" style="color:#232323; border-bottom: 1px dotted #787878; text-decoration:none;">info@HPLFMedia.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 © 2015 - 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