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 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><!-- start coded_template: id:6416387811 path:generated_layouts/6416387806.html --><html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office"><head>
<title>6 Ideas to Make the Most of National Photo Month and Build your Business</title>
<meta property="og:title" content="6 Ideas to Make the Most of National Photo Month and Build your Business">
<meta name="twitter:title" content="6 Ideas to Make the Most of National Photo Month and Build your Business">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type="text/css" id="hs-inline-css">
/*<![CDATA[*/
/* everything in this node will be inlined */
/* ==== Page Styles ==== */
body, #backgroundTable {
background-color: #f2f2f2; /* Use body to determine background color */
font-family: sans-serif;
}
#templateTable {
width: 600px;
background-color: #ffffff;
-webkit-font-smoothing: antialiased;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
display:block;
font-weight:bold;
line-height:100%;
margin-top:0;
margin-right:0;
margin-bottom:10px;
margin-left:0;
}
h1, .h1 {
font-size:26px;
}
h2, .h2 {
font-size:20px;
}
h3, .h3 {
font-size:15px;
}
h4, .h4 {
font-size:13px;
}
h5, .h5 {
font-size:11px;
}
h6, .h6 {
font-size:10px;
}
/* ==== Header Styles ==== */
#headerTable {
background-color: #f2f2f2;
color:#444444;
font-family:sans-serif;
font-size:10px;
line-height:120%;
text-align:right;
border-collapse: separate !important;
padding-right: 30px;
}
#headerTable a:link, #headerTable a:visited, /*Y*/ #headerTable a .yshortcuts /*Y*/{
font-weight:normal;
text-decoration:underline;
}
/* ==== Template Wrapper Styles ==== */
#contentCell {
padding: 10px 20px;
background-color: #f2f2f2;
}
#contentTableOuter {
border-collapse: separate !important;
background-color: #ffffff;
box-shadow: 0px 1px rgba(0, 0, 0, 0.1);
padding: 30px;
}
#contentTableInner {
width: 600px;
}
/* ==== Body Styles ==== */
.bodyContent {
color:#444444;
font-family:sans-serif;
font-size: 15px;
line-height:150%;
text-align:left;
}
/* ==== Column Styles ==== */
table.columnContentTable {
border-collapse:separate !important;
border-spacing:0;
background-color: #ffffff;
}
td.columnContent {
color:#444444;
font-family:sans-serif;
font-size:15px;
line-height:120%;
padding-top:20px;
padding-right:20px;
padding-bottom:20px;
padding-left:20px;
}
/* ==== Footer Styles ==== */
#footerTable {
background-color: #f2f2f2;
}
#footerTable a {
color: #999999;
}
#footerTable {
color:#999999;
font-family:sans-serif;
font-size:12px;
line-height:120%;
padding-top:20px;
padding-right:20px;
padding-bottom:20px;
padding-left:20px;
text-align:center;
}
#footerTable a:link, #footerTable a:visited, /*Y*/ #footerTable a .yshortcuts /*Y*/{
font-weight:normal;
text-decoration:underline;
}
.hs-image-social-sharing-24 {
max-width: 24px;
max-height: 24px;
}
/* ==== Standard Resets ==== */
.ExternalClass{
width:100%;
} /* Force HM to display emails at full width */
.ExternalClass, .ExternalClass p, .ExternalClass span, .ExternalClass font, .ExternalClass td, .ExternalClass div {
line-height: 100%;
} /* Force HM to display normal line spacing */
body, table, td, p, a, li, blockquote{
-webkit-text-size-adjust:100%;
-ms-text-size-adjust:100%;
} /* Prevent WebKit and Windows mobile changing default text sizes */
table, td {
mso-table-lspace:0pt;
mso-table-rspace:0pt;
} /* Remove spacing between tables in Outlook 2007 and up */
img {
vertical-align: bottom;
-ms-interpolation-mode:bicubic;
} /* Allow smoother rendering of resized image in Internet Explorer */
/* Reset Styles */
body {
margin:0;
padding:0;
}
table {
border-collapse:collapse !important;
}
body, #backgroundTable, #bodyCell{
height:100% !important;
margin:0;
padding:0;
width:100% !important;
}
a:link, a:visited {
border-bottom: none;
}
/* iOS automatically adds a link to addresses */
/* Style the footer with the same color as the footer text */
#footer a {
color: #999999;;
-webkit-text-size-adjust: none;
text-decoration: underline;
font-weight: normal
}
/*]]>*/
</style>
<!--[if !mso]><!-- -->
<style type="text/css">
/*<![CDATA[*/
/* ==== Mobile Styles ==== */
/* Constrain email width for small screens */
@media screen and (max-width: 650px) {
table#backgroundTable {
width: 95% !important;
}
table#templateTable {
max-width:600px !important;
width:100% !important;
}
table#contentTableInner {
max-width:600px !important;
width:100% !important;
}
/* Makes image expand to take 100% of width*/
img {
width: 100% !important;
height: auto !important;
}
#contentCell {
padding: 10px 10px !important;
}
#headerTable {
padding-right: 15.0px !important;
}
#contentTableOuter {
padding: 15.0px !important;
}
}
@media only screen and (max-width: 480px) {
/* ==== Client-Specific Mobile Styles ==== */
body, table, td, p, a, li, blockquote{
-webkit-text-size-adjust:none !important;
} /* Prevent Webkit platforms from changing default text sizes */
body{
width:100% !important;
min-width:100% !important;
} /* Prevent iOS Mail from adding padding to the body */
/* ==== Mobile Reset Styles ==== */
td#bodyCell {
padding:10px !important;
}
/* ==== Mobile Template Styles ==== */
table#templateTable {
max-width:600px !important;
width:100% !important;
}
table#contentTableInner {
max-width:600px !important;
width:100% !important;
}
/* ==== Image Alignment Styles ==== */
h1, .h1 {
font-size:26px !important;
line-height:125% !important;
}
h2, .h2 {
font-size:20px !important;
line-height:125% !important;
}
h3, .h3 {
font-size:15px !important;
line-height:125% !important;
}
h4, .h4 {
font-size:13px !important;
line-height:125% !important;
}
h5, .h5 {
font-size:11px !important;
line-height:125% !important;
}
h6, .h6 {
font-size:10px !important;
line-height:125% !important;
}
.hide {
display:none !important;
} /* Hide to save space */
/* ==== Body Styles ==== */
td.bodyContent {
font-size:16px !important;
line-height:145% !important;
}
/* ==== Footer Styles ==== */
td#footerTable {
padding-left: 0px !important;
padding-right: 0px !important;
font-size:12px !important;
line-height:145% !important;
}
/* ==== Image Alignment Styles ==== */
table.alignImageTable {
width: 100% !important;
}
td.imageTableTop {
display: none !important;
/*padding-top: 10px !important;*/
}
td.imageTableRight {
display: none !important;
}
td.imageTableBottom {
padding-bottom: 10px !important;
}
td.imageTableLeft {
display: none !important;
}
/* ==== Column Styles ==== */
td.column {
display: block !important;
width: 100% !important;
padding-top: 0 !important;
padding-right: 0 !important;
padding-bottom: 0 !important;
padding-left: 0 !important;
}
td.columnContent {
font-size:14px !important;
line-height:145% !important;
padding-top: 10px !important;
padding-right: 10px !important;
padding-bottom: 10px !important;
padding-left: 10px !important;
}
#contentCell {
padding: 10px 0px !important;
}
#headerTable {
padding-right: 15.0px !important;
}
#contentTableOuter {
padding: 15.0px !important;
}
}
/*]]>*/
</style>
<!--<![endif]-->
<!--[if gte mso 9]>
<xml>
<o:OfficeDocumentSettings>
<o:AllowPNG/>
<o:PixelsPerInch>96</o:PixelsPerInch>
</o:OfficeDocumentSettings>
</xml>
<![endif]-->
<meta name="generator" content="HubSpot"><meta name="viewport" content="width=device-width, initial-scale=1"><meta property="og:url" content="https://campaign.globalbmg.com/6-ideas-to-make-the-most-of-national-photo-month-and-build-your-business-1?hs_preview=RTEhjpzC-10203846866"><meta name="x-apple-disable-message-reformatting"><meta name="robots" content="noindex,follow"></head>
<body class="" style="background-color:#f2f2f2; font-family:sans-serif; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; height:100% !important; margin:0; padding:0; width:100% !important" leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0" bgcolor="#f2f2f2" height="100%" width="100%">
<!-- Preview text (text which appears right after subject) -->
<div id="preview_text" style="display:none;font-size:1px;color:#f2f2f2;line-height:1px;max-height:0px;max-width:0px;opacity:0;overflow:hidden;">
National Photo Month gives you an opportunity and reason to connect with your customers, reach out to new ones, and build your business.
</div>
<!-- The backgroundTable table manages the color of the background and then the templateTable maintains the body of
the email template, including preheader & footer. This is the only table you set the width of to, everything else is set to
100% and in the CSS above. Having the width here within the table is just a small win for Lotus Notes. -->
<!-- Begin backgroundTable -->
<table align="center" bgcolor="#f2f2f2" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="backgroundTable" style="-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; mso-table-lspace:0pt; mso-table-rspace:0pt; border-collapse:collapse !important; background-color:#f2f2f2; font-family:sans-serif; height:100% !important; margin:0; padding:0; width:100% !important">
<tbody><tr>
<td align="center" valign="top" id="bodyCell" style="-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; mso-table-lspace:0pt; mso-table-rspace:0pt; height:100% !important; margin:0; padding:0; width:100% !important" height="100%" width="100%"> <!-- When nesting tables within a TD, align center keeps it well, centered. -->
<!-- Begin Template Container -->
<!-- This holds everything together in a nice container -->
<table border="0" cellpadding="0" cellspacing="0" id="templateTable" style="-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; mso-table-lspace:0pt; mso-table-rspace:0pt; border-collapse:collapse !important; width:600px; background-color:#ffffff; -webkit-font-smoothing:antialiased" width="600" bgcolor="#ffffff">
<tbody><tr>
<td align="center" valign="top" style="-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; mso-table-lspace:0pt; mso-table-rspace:0pt">
<!-- Begin Template Preheader -->
<div class="header-container-wrapper">
</div><table border="0" cellpadding="0" cellspacing="0" width="100%" id="headerTable" style="-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; mso-table-lspace:0pt; mso-table-rspace:0pt; background-color:#f2f2f2; color:#444444; font-family:sans-serif; font-size:10px; line-height:120%; text-align:right; border-collapse:separate !important; padding-right:30px" bgcolor="#f2f2f2" align="right">
<tbody><tr>
<td align="left" valign="top" class="bodyContent" width="100%" colspan="12" style="-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; mso-table-lspace:0pt; mso-table-rspace:0pt; color:#444444; font-family:sans-serif; font-size:15px; line-height:150%; text-align:left">
<table cellpadding="0" cellspacing="0" border="0" width="100%" class="templateColumnWrapper" style="-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; mso-table-lspace:0pt; mso-table-rspace:0pt; border-collapse:collapse !important">
<tbody><tr>
<td valign="top" colspan="12" width="100.0%" class=" column" style="-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; mso-table-lspace:0pt; mso-table-rspace:0pt; width:100.0%; text-align:left; padding:0; font-family:sans-serif; font-size:15px; line-height:1.5em; color:#444444" align="left">
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; mso-table-lspace:0pt; mso-table-rspace:0pt; border-collapse:collapse !important">
<tbody><tr>
<td align="left" valign="top" class="bodyContent" width="100%" colspan="12" style="-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; mso-table-lspace:0pt; mso-table-rspace:0pt; color:#444444; font-family:sans-serif; font-size:15px; line-height:150%; text-align:left">
<table cellpadding="0" cellspacing="0" border="0" width="100%" class="templateColumnWrapper" style="-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; mso-table-lspace:0pt; mso-table-rspace:0pt; border-collapse:collapse !important">
<tbody><tr>
<td valign="top" colspan="12" width="100.0%" class=" column" style="-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; mso-table-lspace:0pt; mso-table-rspace:0pt; width:100.0%; text-align:left; padding:0; font-family:sans-serif; font-size:15px; line-height:1.5em; color:#444444" align="left">
<div class="widget-span widget-type-email_view_as_web_page " style="" data-widget-type="email_view_as_web_page">
<div style="padding-top: 15px; font-family: Geneva, Verdana, Arial, Helvetica, sans-serif; text-align: right; font-size: 9px; line-height: 1.34em; color: #999999">
Not rendering correctly? View this email as a web page <a class="hubspot-mergetag" style="-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; color:#999999; text-decoration:underline; white-space:nowrap" data-viewaswebpage="true" href="https://campaign.globalbmg.com/6-ideas-to-make-the-most-of-national-photo-month-and-build-your-business-1?hs_preview=RTEhjpzC-10203846866&utm_campaign=Kodak%206%20Ideas%20for%20National%20Photo%20Month&utm_source=hs_email&utm_medium=email&utm_content=2&_hsenc=p2ANqtz-_oVzjJb4AUruOZz8gaTRH6Ux4hS0wLSor4gj10vXBlRNjHKk4B1zlHvvJ28CW2rAIy0X_QN0VFON4QAuzaYH5Lb0Pv6g" data-hs-link-id="0" target="_blank">here</a>.
</div>
</div><!--end widget-span -->
</td>
</tr>
</tbody></table>
</td>
</tr>
</tbody></table>
</td>
</tr>
</tbody></table>
</td>
</tr>
<!--end header wrapper -->
</tbody></table>
<!-- End Template Preheader -->
</td>
</tr>
<tr>
<td align="center" valign="top" id="contentCell" style="-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; mso-table-lspace:0pt; mso-table-rspace:0pt; padding:10px 20px; background-color:#f2f2f2" bgcolor="#f2f2f2">
<!-- Begin Template Wrapper -->
<!-- This separates the preheader which usually contains the "open in browser, etc" content
from the actual body of the email. Can alternatively contain the footer too, but I choose not
to so that it stays outside of the border. -->
<table border="0" cellpadding="0" cellspacing="0" width="100%" id="contentTableOuter" style="-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; mso-table-lspace:0pt; mso-table-rspace:0pt; border-collapse:separate !important; background-color:#ffffff; box-shadow:0px 1px rgba(0, 0, 0, 0.1); padding:30px; border:1px solid #cccccc; border-bottom:1px solid #acacac" bgcolor="#ffffff">
<tbody><tr>
<td align="center" valign="top" style="-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; mso-table-lspace:0pt; mso-table-rspace:0pt">
<div class="body-container-wrapper">
</div><table border="0" cellpadding="0" cellspacing="0" id="contentTableInner" style="-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; mso-table-lspace:0pt; mso-table-rspace:0pt; border-collapse:collapse !important; width:600px" width="600">
<tbody><tr>
<td align="left" valign="top" class="bodyContent" width="100%" colspan="12" style="-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; mso-table-lspace:0pt; mso-table-rspace:0pt; color:#444444; font-family:sans-serif; font-size:15px; line-height:150%; text-align:left">
<table cellpadding="0" cellspacing="0" border="0" width="100%" class="templateColumnWrapper" style="-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; mso-table-lspace:0pt; mso-table-rspace:0pt; border-collapse:collapse !important">
<tbody><tr>
<td valign="top" colspan="12" width="100.0%" class=" column" style="-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; mso-table-lspace:0pt; mso-table-rspace:0pt; width:100.0%; text-align:left; padding:0; font-family:sans-serif; font-size:15px; line-height:1.5em; color:#444444; border-color:#FFB700; border-width:5px; border-style:solid" align="left">
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; mso-table-lspace:0pt; mso-table-rspace:0pt; border-collapse:collapse !important">
<tbody><tr>
<td align="left" valign="top" class="bodyContent" width="100%" colspan="12" style="-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; mso-table-lspace:0pt; mso-table-rspace:0pt; color:#444444; font-family:sans-serif; font-size:15px; line-height:150%; text-align:left">
<table cellpadding="0" cellspacing="0" border="0" width="100%" class="templateColumnWrapper" style="-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; mso-table-lspace:0pt; mso-table-rspace:0pt; border-collapse:collapse !important">
<tbody><tr>
<td valign="top" colspan="12" width="100.0%" class=" column" style="-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; mso-table-lspace:0pt; mso-table-rspace:0pt; width:100.0%; text-align:left; padding:0; font-family:sans-serif; font-size:15px; line-height:1.5em; color:#444444" align="left">
<table border="0" cellpadding="0" cellspacing="0" width="100%" style="-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; mso-table-lspace:0pt; mso-table-rspace:0pt; border-collapse:separate !important; border-spacing:0; background-color:#FFB700" class=" columnContentTable" bgcolor="#FFB700"><tbody><tr><td align="left" valign="top" class="columnContent widget-span widget-type-custom_widget" style="-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; mso-table-lspace:0pt; mso-table-rspace:0pt; padding-top:20px; padding-right:20px; padding-bottom:20px; padding-left:20px; text-align:left; padding:0; font-family:sans-serif; font-size:15px; line-height:1.5em; color:#444444" data-widget-type="custom_widget">
<div class="layout-widget-wrapper">
<div id="hs_cos_wrapper_module_153875599230853" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module widget-type-linked_image widget-type-linked_image" style="color: inherit; font-size: inherit; line-height: inherit;" data-hs-cos-general-type="widget" data-hs-cos-type="module">
<div id="hs_cos_wrapper_module_153875599230853_" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_linked_image" style="color: inherit; font-size: inherit; line-height: inherit;" data-hs-cos-general-type="widget" data-hs-cos-type="linked_image"><a href="http://kodak.globalbmg.com/?utm_campaign=Kodak%206%20Ideas%20for%20National%20Photo%20Month&utm_source=hs_email&utm_medium=email&utm_content=2&_hsenc=p2ANqtz-_oVzjJb4AUruOZz8gaTRH6Ux4hS0wLSor4gj10vXBlRNjHKk4B1zlHvvJ28CW2rAIy0X_QN0VFON4QAuzaYH5Lb0Pv6g" target="_blank" id="hs-link-module_153875599230853_" style="-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; border-width:0px; border:0px" data-hs-link-id="0"><img src="https://campaign.globalbmg.com/hs-fs/hubfs/kodak-2017-2.png?width=600&name=kodak-2017-2.png" class="hs-image-widget " style="vertical-align:bottom; -ms-interpolation-mode:bicubic; max-height:200px; max-width:600px; border-width:0px; border:0px" width="600" alt="kodak-2017-2" title="kodak-2017-2" srcset="https://campaign.globalbmg.com/hs-fs/hubfs/kodak-2017-2.png?width=600&name=kodak-2017-2.png 600w, https://campaign.globalbmg.com/hs-fs/hubfs/kodak-2017-2.png?width=1200&name=kodak-2017-2.png 1200w" sizes="(max-width: 600px) 100vw, 600px"></a></div>
</div>
</div><!--end layout-widget-wrapper -->
</td></tr></tbody></table><!--end widget-table -->
</td>
</tr>
</tbody></table>
</td>
</tr>
<tr>
<td align="left" valign="top" class="bodyContent" width="100%" colspan="12" style="-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; mso-table-lspace:0pt; mso-table-rspace:0pt; color:#444444; font-family:sans-serif; font-size:15px; line-height:150%; text-align:left">
<table cellpadding="0" cellspacing="0" border="0" width="100%" class="templateColumnWrapper" style="-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; mso-table-lspace:0pt; mso-table-rspace:0pt; border-collapse:collapse !important">
<tbody><tr>
<td valign="top" colspan="12" width="100.0%" class=" column" style="-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; mso-table-lspace:0pt; mso-table-rspace:0pt; width:100.0%; text-align:left; padding:0; font-family:sans-serif; font-size:15px; line-height:1.5em; color:#444444" align="left">
<div class="widget-span widget-type-custom_widget " style="" data-widget-type="custom_widget">
<div class="layout-widget-wrapper">
<div id="hs_cos_wrapper_module_15387562315511711" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module widget-type-linked_image" style="color: inherit; font-size: inherit; line-height: inherit;" data-hs-cos-general-type="widget" data-hs-cos-type="module">
<div id="hs_cos_wrapper_module_15387562315511711_" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_linked_image" style="color: inherit; font-size: inherit; line-height: inherit;" data-hs-cos-general-type="widget" data-hs-cos-type="linked_image"><a href="https://kodak.globalbmg.com/lp/kodak-national-photo-month?utm_campaign=Kodak%206%20Ideas%20for%20National%20Photo%20Month&utm_source=hs_email&utm_medium=email&utm_content=2&_hsenc=p2ANqtz-_oVzjJb4AUruOZz8gaTRH6Ux4hS0wLSor4gj10vXBlRNjHKk4B1zlHvvJ28CW2rAIy0X_QN0VFON4QAuzaYH5Lb0Pv6g" target="_parent" id="hs-link-module_15387562315511711_" style="-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; border-width:0px; border:0px" data-hs-link-id="0"><img src="https://campaign.globalbmg.com/hs-fs/hubfs/National-Photo-Month-Image-1.jpg?width=600&name=National-Photo-Month-Image-1.jpg" class="hs-image-widget " style="vertical-align:bottom; -ms-interpolation-mode:bicubic; max-height:300px; max-width:600px; border-width:0px; border:0px" width="600" alt="National-Photo-Month-Image-1" title="National-Photo-Month-Image-1" srcset="https://campaign.globalbmg.com/hs-fs/hubfs/National-Photo-Month-Image-1.jpg?width=600&name=National-Photo-Month-Image-1.jpg 600w, https://campaign.globalbmg.com/hs-fs/hubfs/National-Photo-Month-Image-1.jpg?width=1200&name=National-Photo-Month-Image-1.jpg 1200w" sizes="(max-width: 600px) 100vw, 600px"></a></div>
</div>
</div><!--end layout-widget-wrapper -->
</div><!--end widget-span -->
</td>
</tr>
</tbody></table>
</td>
</tr>
<tr>
<td align="left" valign="top" class="bodyContent" width="100%" colspan="12" style="-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; mso-table-lspace:0pt; mso-table-rspace:0pt; color:#444444; font-family:sans-serif; font-size:15px; line-height:150%; text-align:left">
<table cellpadding="0" cellspacing="0" border="0" width="100%" class="templateColumnWrapper" style="-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; mso-table-lspace:0pt; mso-table-rspace:0pt; border-collapse:collapse !important">
<tbody><tr>
<td valign="top" colspan="12" width="100.0%" class=" column" style="-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; mso-table-lspace:0pt; mso-table-rspace:0pt; width:100.0%; text-align:left; padding:0; font-family:sans-serif; font-size:15px; line-height:1.5em; color:#444444; padding-top:15px; padding-bottom:15px" align="left">
<div class="widget-span widget-type-custom_widget " style="" data-widget-type="custom_widget">
<div class="layout-widget-wrapper">
<div id="hs_cos_wrapper_module_15387562756711733" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="color: inherit; font-size: inherit; line-height: inherit;" data-hs-cos-general-type="widget" data-hs-cos-type="module">
<!--[if gte mso 9]>
<v:rect xmlns:v="urn:schemas-microsoft-com:vml" fill="true" stroke="false" style="width:nullpx; height:1px;" fillcolor="transparent">
<v:fill type="tile"/>
<v:textbox inset="0,0,0,0">
<div>
<![endif]-->
<table width="100%" align="center" border="0" style="-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; position:relative; top:-1px; min-width:160px; width:100%; max-width:100%; border-spacing:0; mso-table-lspace:0pt; mso-table-rspace:0pt; border-collapse:collapse; font-size:1px">
<tbody><tr>
<td width="100%" valign="middle" style="-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; mso-table-lspace:0pt; mso-table-rspace:0pt; line-height:0; border:transparent; border-bottom:1px solid #a9a9a9; mso-border-bottom-alt:1px solid #a9a9a9; border-bottom-width:1px"> </td>
</tr>
</tbody></table>
<!--[if gte mso 9]></div></v:textbox></v:rect><![endif]--></div>
</div><!--end layout-widget-wrapper -->
</div><!--end widget-span -->
</td>
</tr>
</tbody></table>
</td>
</tr>
<tr>
<td align="left" valign="top" class="bodyContent" width="100%" colspan="12" style="-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; mso-table-lspace:0pt; mso-table-rspace:0pt; color:#444444; font-family:sans-serif; font-size:15px; line-height:150%; text-align:left">
<table cellpadding="0" cellspacing="0" border="0" width="100%" class="templateColumnWrapper" style="-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; mso-table-lspace:0pt; mso-table-rspace:0pt; border-collapse:collapse !important">
<tbody><tr>
<td valign="top" colspan="12" width="100.0%" class=" column" style="-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; mso-table-lspace:0pt; mso-table-rspace:0pt; width:100.0%; text-align:left; padding:0; font-family:sans-serif; font-size:15px; line-height:1.5em; color:#444444" align="left">
<table border="0" cellpadding="0" cellspacing="0" width="100%" style="-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; mso-table-lspace:0pt; mso-table-rspace:0pt; border-collapse:separate !important; border-spacing:0; background-color:#ffffff" class=" columnContentTable" bgcolor="#ffffff"><tbody><tr><td align="left" valign="top" class="columnContent widget-span widget-type-custom_widget" style="-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; mso-table-lspace:0pt; mso-table-rspace:0pt; padding-top:20px; padding-bottom:20px; text-align:left; padding:0; font-family:sans-serif; font-size:15px; line-height:1.5em; color:#444444; padding-left:10px; padding-right:10px" data-widget-type="custom_widget">
<div class="layout-widget-wrapper">
<div id="hs_cos_wrapper_module_15387562472871713" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module widget-type-header widget-type-header" style="color: inherit; font-size: inherit; line-height: inherit;" data-hs-cos-general-type="widget" data-hs-cos-type="module">
<div id="hs_cos_wrapper_module_15387562472871713_" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_header" style="color: inherit; font-size: inherit; line-height: inherit;" data-hs-cos-general-type="widget" data-hs-cos-type="header"><h1 style="display:block; font-weight:bold; line-height:100%; margin-top:0; margin-right:0; margin-bottom:10px; margin-left:0; font-size:26px">
6 Ideas to Make the Most of National Photo Month and Build your Business</h1></div></div>
</div><!--end layout-widget-wrapper -->
</td></tr></tbody></table><!--end widget-table -->
</td>
</tr>
</tbody></table>
</td>
</tr>
<tr>
<td align="left" valign="top" class="bodyContent" width="100%" colspan="12" style="-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; mso-table-lspace:0pt; mso-table-rspace:0pt; color:#444444; font-family:sans-serif; font-size:15px; line-height:150%; text-align:left">
<table cellpadding="0" cellspacing="0" border="0" width="100%" class="templateColumnWrapper" style="-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; mso-table-lspace:0pt; mso-table-rspace:0pt; border-collapse:collapse !important">
<tbody><tr>
<td valign="top" colspan="12" width="100.0%" class=" column" style="-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; mso-table-lspace:0pt; mso-table-rspace:0pt; width:100.0%; text-align:left; padding:0; font-family:sans-serif; font-size:15px; line-height:1.5em; color:#444444; padding-top:5px; padding-bottom:15px" align="left">
<div class="widget-span widget-type-custom_widget " style="" data-widget-type="custom_widget">
<div class="layout-widget-wrapper">
<div id="hs_cos_wrapper_module_15387562792071735" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="color: inherit; font-size: inherit; line-height: inherit;" data-hs-cos-general-type="widget" data-hs-cos-type="module">
<!--[if gte mso 9]>
<v:rect xmlns:v="urn:schemas-microsoft-com:vml" fill="true" stroke="false" style="width:nullpx; height:1px;" fillcolor="transparent">
<v:fill type="tile"/>
<v:textbox inset="0,0,0,0">
<div>
<![endif]-->
<table width="100%" align="center" border="0" style="-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; position:relative; top:-1px; min-width:160px; width:100%; max-width:100%; border-spacing:0; mso-table-lspace:0pt; mso-table-rspace:0pt; border-collapse:collapse; font-size:1px">
<tbody><tr>
<td width="100%" valign="middle" style="-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; mso-table-lspace:0pt; mso-table-rspace:0pt; line-height:0; border:transparent; border-bottom:1px solid #a9a9a9; mso-border-bottom-alt:1px solid #a9a9a9; border-bottom-width:1px"> </td>
</tr>
</tbody></table>
<!--[if gte mso 9]></div></v:textbox></v:rect><![endif]--></div>
</div><!--end layout-widget-wrapper -->
</div><!--end widget-span -->
</td>
</tr>
</tbody></table>
</td>
</tr>
<tr>
<td align="left" valign="top" class="bodyContent" width="100%" colspan="12" style="-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; mso-table-lspace:0pt; mso-table-rspace:0pt; color:#444444; font-family:sans-serif; font-size:15px; line-height:150%; text-align:left">
<table cellpadding="0" cellspacing="0" border="0" width="100%" class="templateColumnWrapper" style="-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; mso-table-lspace:0pt; mso-table-rspace:0pt; border-collapse:collapse !important">
<tbody><tr>
<td valign="top" colspan="12" width="100.0%" class=" column" style="-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; mso-table-lspace:0pt; mso-table-rspace:0pt; width:100.0%; text-align:left; padding:0; font-family:sans-serif; font-size:15px; line-height:1.5em; color:#444444" align="left">
<table border="0" cellpadding="0" cellspacing="0" width="100%" style="-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; mso-table-lspace:0pt; mso-table-rspace:0pt; border-collapse:separate !important; border-spacing:0; background-color:#ffffff" class=" columnContentTable" bgcolor="#ffffff"><tbody><tr><td align="left" valign="top" class="columnContent widget-span widget-type-email_body" style="-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; mso-table-lspace:0pt; mso-table-rspace:0pt; padding-top:20px; padding-bottom:20px; text-align:left; padding:0; font-family:sans-serif; font-size:15px; line-height:1.5em; color:#444444; padding-left:10px; padding-right:10px" data-widget-type="email_body">
<div id="hs_cos_wrapper_hs_email_body" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_rich_text" style="color: inherit; font-size: inherit; line-height: inherit;" data-hs-cos-general-type="widget" data-hs-cos-type="rich_text"><p style="margin-bottom: 1em; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%">May is <em>National Photo Month</em>—it’s also the unofficial kick-off of summer and new beginnings including graduations, proms, and weddings. <em>National Photo Month</em> is about remembering these meaningful moments with photography. Take this opportunity to inform your customers of this special event and how <a href="https://kodak.globalbmg.com/en/?utm_campaign=Kodak%206%20Ideas%20for%20National%20Photo%20Month&utm_source=hs_email&utm_medium=email&utm_content=2&_hsenc=p2ANqtz-_oVzjJb4AUruOZz8gaTRH6Ux4hS0wLSor4gj10vXBlRNjHKk4B1zlHvvJ28CW2rAIy0X_QN0VFON4QAuzaYH5Lb0Pv6g" rel=" noopener" style="-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%" data-hs-link-id="0" target="_blank"><strong>Kodak Wide-format Media</strong></a> can enhance a photographer’s work and give them a variety of unique applications.</p>
<p style="margin-bottom: 1em; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%"><em>National Photo Month</em> gives you an opportunity and reason to connect with your customers, reach out to new ones, and build your business. Try these ideas and make the most of photography’s most celebrated month:</p>
<ol>
<li style="-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%">Build on free publicity with an online photography contest to showcase the best top 31 (31 days of May) photos taken each day of the month. #celebratephotos #natlphotomonth</li>
<li style="-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%">Offer special deals and savings on photo media in honor of the month-long observance.</li>
<li style="-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%">Each week offer a photography technical or design tip and create educational web content to teach and connect with your customers and drive traffic to your website.</li>
<li style="-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%">Plan a special event with activities focused on photography.</li>
<li style="-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%">Sponsor a local photographer’s exhibition.</li>
<li style="-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%">Challenge your customers to display their own Kodak moments on social media every day of the month.</li>
</ol>
Offer this professional quality media that consistently provides superior color reproduction and high-resolution output.<br>
<ul style="font-size: 13px;">
<li style="-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%"><span> </span><a href="http://www.globalbmg.com/kodak/en/kodak-professional-inkjet-photo-paper-lustre-255g?utm_campaign=Kodak%206%20Ideas%20for%20National%20Photo%20Month&utm_source=hs_email&utm_medium=email&utm_content=2&_hsenc=p2ANqtz-_oVzjJb4AUruOZz8gaTRH6Ux4hS0wLSor4gj10vXBlRNjHKk4B1zlHvvJ28CW2rAIy0X_QN0VFON4QAuzaYH5Lb0Pv6g" style="-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%" data-hs-link-id="0" target="_blank"><strong>KODAK PROFESSIONAL Inkjet Photo Paper, Lustre / 255g</strong></a></li>
<li style="-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%"><a href="http://www.globalbmg.com/kodak/en/kodak-professional-inkjet-photo-paper-metallic-255g?utm_campaign=Kodak%206%20Ideas%20for%20National%20Photo%20Month&utm_source=hs_email&utm_medium=email&utm_content=2&_hsenc=p2ANqtz-_oVzjJb4AUruOZz8gaTRH6Ux4hS0wLSor4gj10vXBlRNjHKk4B1zlHvvJ28CW2rAIy0X_QN0VFON4QAuzaYH5Lb0Pv6g" style="-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%" data-hs-link-id="0" target="_blank"><strong>KODAK PROFESSIONAL Inkjet Photo Paper, Metallic / 255g</strong></a></li>
<li style="-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%"><a href="http://www.globalbmg.com/kodak/en/rapid-dry-photographic-glossy-paper-190g?utm_campaign=Kodak%206%20Ideas%20for%20National%20Photo%20Month&utm_source=hs_email&utm_medium=email&utm_content=2&_hsenc=p2ANqtz-_oVzjJb4AUruOZz8gaTRH6Ux4hS0wLSor4gj10vXBlRNjHKk4B1zlHvvJ28CW2rAIy0X_QN0VFON4QAuzaYH5Lb0Pv6g" rel=" noopener" style="-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%" data-hs-link-id="0" target="_blank"><strong>KODAK Rapid Dry Photographic Glossy Paper / 190g</strong></a></li>
</ul>
<p style="margin-bottom: 1em; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%">In addition, check out our <a href="http://www.globalbmg.com/kodak/en/support?utm_campaign=Kodak%206%20Ideas%20for%20National%20Photo%20Month&utm_source=hs_email&utm_medium=email&utm_content=2&_hsenc=p2ANqtz-_oVzjJb4AUruOZz8gaTRH6Ux4hS0wLSor4gj10vXBlRNjHKk4B1zlHvvJ28CW2rAIy0X_QN0VFON4QAuzaYH5Lb0Pv6g" style="-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%" data-hs-link-id="0" target="_blank">Kodak Support Hub</a> for email templates, videos, technical datasheets, swatch samples, imagery and more that you can download or we can customize with your company information and logo. Learn more and watch the video <a href="https://youtu.be/4Gut1WTHD7I?utm_campaign=Kodak%206%20Ideas%20for%20National%20Photo%20Month&utm_source=hs_email&utm_medium=email&utm_content=2&_hsenc=p2ANqtz-_oVzjJb4AUruOZz8gaTRH6Ux4hS0wLSor4gj10vXBlRNjHKk4B1zlHvvJ28CW2rAIy0X_QN0VFON4QAuzaYH5Lb0Pv6g" rel=" noopener" style="-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%" data-hs-link-id="0" target="_blank"><strong>HERE</strong></a>.</p>
For more information click <strong>here</strong>. Contact us at <strong>888-893-4668 </strong>or email at <a href="mailto:info@globalBMG.com" style="-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%" data-hs-link-id="0" target="_blank">info@globalBMG.com</a><span>.</span></div>
</td></tr></tbody></table><!--end widget-table -->
</td>
</tr>
</tbody></table>
</td>
</tr>
</tbody></table>
</td>
</tr>
</tbody></table>
</td>
</tr>
<tr>
<td align="left" valign="top" class="bodyContent" width="100%" colspan="12" style="-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; mso-table-lspace:0pt; mso-table-rspace:0pt; color:#444444; font-family:sans-serif; font-size:15px; line-height:150%; text-align:left">
<table cellpadding="0" cellspacing="0" border="0" width="100%" class="templateColumnWrapper" style="-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; mso-table-lspace:0pt; mso-table-rspace:0pt; border-collapse:collapse !important">
<tbody><tr>
<td valign="top" colspan="12" width="100.0%" class=" column" style="-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; mso-table-lspace:0pt; mso-table-rspace:0pt; width:100.0%; text-align:left; padding:0; font-family:sans-serif; font-size:15px; line-height:1.5em; color:#444444; background-color:#BDBDBD; padding-top:20px" align="left" bgcolor="#BDBDBD">
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; mso-table-lspace:0pt; mso-table-rspace:0pt; border-collapse:collapse !important">
<tbody><tr>
<td align="left" valign="top" class="bodyContent" width="100%" colspan="12" style="-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; mso-table-lspace:0pt; mso-table-rspace:0pt; color:#444444; font-family:sans-serif; font-size:15px; line-height:150%; text-align:left">
<table cellpadding="0" cellspacing="0" border="0" width="100%" class="templateColumnWrapper" style="-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; mso-table-lspace:0pt; mso-table-rspace:0pt; border-collapse:collapse !important">
<tbody><tr>
<td valign="top" colspan="6" width="50.0%" class=" column" style="-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; mso-table-lspace:0pt; mso-table-rspace:0pt; width:50.0%; text-align:left; padding:0; font-family:sans-serif; font-size:15px; line-height:1.5em; color:#444444" align="left">
<table border="0" cellpadding="0" cellspacing="0" width="100%" style="-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; mso-table-lspace:0pt; mso-table-rspace:0pt; border-collapse:separate !important; border-spacing:0; background-color:#BDBDBD" class=" columnContentTable" bgcolor="#BDBDBD"><tbody><tr><td align="left" valign="top" class="columnContent widget-span widget-type-custom_widget" style="-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; mso-table-lspace:0pt; mso-table-rspace:0pt; padding-top:20px; padding-right:20px; padding-bottom:20px; text-align:left; padding:0; font-family:sans-serif; font-size:15px; line-height:1.5em; color:#444444; padding-left:15px" data-widget-type="custom_widget">
<div class="layout-widget-wrapper">
<div id="hs_cos_wrapper_module_15387564839791986" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module widget-type-rich_text widget-type-rich_text" style="color: inherit; font-size: inherit; line-height: inherit;" data-hs-cos-general-type="widget" data-hs-cos-type="module"><div id="hs_cos_wrapper_module_15387564839791986_" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_rich_text" style="color: inherit; font-size: inherit; line-height: inherit;" data-hs-cos-general-type="widget" data-hs-cos-type="rich_text"><h2 style="display:block; font-weight:bold; line-height:100%; margin-top:0; margin-right:0; margin-bottom:10px; margin-left:0; font-size:20px"> </h2>
<h2 style="display:block; font-weight:bold; line-height:100%; margin-top:0; margin-right:0; margin-bottom:10px; margin-left:0; font-size:20px">Contact Us</h2>
<p style="margin-bottom: 1em; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%">Phone: <strong>888-893-4668</strong></p>
<p style="margin-bottom: 1em; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%">Email: <a href="mailto:info@KodakWFMedia.com" rel=" noopener" style="-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%" data-hs-link-id="0" target="_blank">info@KodakWFMedia.com</a></p>
<p style="margin-bottom: 1em; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%">Online: <a href="https://kodak.globalbmg.com/en/?utm_campaign=Kodak%206%20Ideas%20for%20National%20Photo%20Month&utm_source=hs_email&utm_medium=email&utm_content=2&_hsenc=p2ANqtz-_oVzjJb4AUruOZz8gaTRH6Ux4hS0wLSor4gj10vXBlRNjHKk4B1zlHvvJ28CW2rAIy0X_QN0VFON4QAuzaYH5Lb0Pv6g" rel=" noopener" style="-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%" data-hs-link-id="1" target="_blank">KodakWFMedia.com</a></p>
<p style="margin-bottom: 1em; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%"> </p></div></div>
</div><!--end layout-widget-wrapper -->
</td></tr></tbody></table><!--end widget-table -->
</td>
<td valign="top" colspan="6" width="50.0%" class=" column" style="-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; mso-table-lspace:0pt; mso-table-rspace:0pt; width:50.0%; text-align:left; padding:0; font-family:sans-serif; font-size:15px; line-height:1.5em; color:#444444" align="left">
<div class="widget-span widget-type-custom_widget " style="" data-widget-type="custom_widget">
<div class="layout-widget-wrapper">
<div id="hs_cos_wrapper_module_15387564567021982" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module widget-type-linked_image widget-type-linked_image" style="color: inherit; font-size: inherit; line-height: inherit;" data-hs-cos-general-type="widget" data-hs-cos-type="module">
<div id="hs_cos_wrapper_module_15387564567021982_" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_linked_image" style="color: inherit; font-size: inherit; line-height: inherit;" data-hs-cos-general-type="widget" data-hs-cos-type="linked_image"><a href="https://kodak.globalbmg.com/en/support?utm_campaign=Kodak%206%20Ideas%20for%20National%20Photo%20Month&utm_source=hs_email&utm_medium=email&utm_content=2&_hsenc=p2ANqtz-_oVzjJb4AUruOZz8gaTRH6Ux4hS0wLSor4gj10vXBlRNjHKk4B1zlHvvJ28CW2rAIy0X_QN0VFON4QAuzaYH5Lb0Pv6g" target="_parent" id="hs-link-module_15387564567021982_" style="-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; border-width:0px; border:0px" data-hs-link-id="0"><img src="https://campaign.globalbmg.com/hs-fs/hubfs/Kodak%20Screen.png?width=300&name=Kodak%20Screen.png" class="hs-image-widget " style="vertical-align:bottom; -ms-interpolation-mode:bicubic; max-height:200px; max-width:300px; border-width:0px; border:0px" width="300" alt="Kodak Screen" title="Kodak Screen" srcset="https://campaign.globalbmg.com/hs-fs/hubfs/Kodak%20Screen.png?width=300&name=Kodak%20Screen.png 300w, https://campaign.globalbmg.com/hs-fs/hubfs/Kodak%20Screen.png?width=600&name=Kodak%20Screen.png 600w" sizes="(max-width: 300px) 100vw, 300px"></a></div>
</div>
</div><!--end layout-widget-wrapper -->
</div><!--end widget-span -->
</td>
</tr>
</tbody></table>
</td>
</tr>
</tbody></table>
</td>
</tr>
</tbody></table>
</td>
</tr>
<tr>
<td align="left" valign="top" class="bodyContent" width="100%" colspan="12" style="-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; mso-table-lspace:0pt; mso-table-rspace:0pt; color:#444444; font-family:sans-serif; font-size:15px; line-height:150%; text-align:left">
<table cellpadding="0" cellspacing="0" border="0" width="100%" class="templateColumnWrapper" style="-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; mso-table-lspace:0pt; mso-table-rspace:0pt; border-collapse:collapse !important">
<tbody><tr>
<td valign="top" colspan="12" width="100.0%" class=" column" style="-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; mso-table-lspace:0pt; mso-table-rspace:0pt; width:100.0%; text-align:left; padding:0; font-family:sans-serif; font-size:15px; line-height:1.5em; color:#444444" align="left">
<table border="0" cellpadding="0" cellspacing="0" width="100%" style="-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; mso-table-lspace:0pt; mso-table-rspace:0pt; border-collapse:separate !important; border-spacing:0; background-color:#000000" class=" columnContentTable" bgcolor="#000000"><tbody><tr><td align="left" valign="top" class="columnContent widget-span widget-type-custom_widget" style="-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; mso-table-lspace:0pt; mso-table-rspace:0pt; padding-top:20px; padding-bottom:20px; text-align:left; padding:0; font-family:sans-serif; font-size:15px; line-height:1.5em; color:#444444; padding-left:10px; padding-right:10px" data-widget-type="custom_widget">
<div class="layout-widget-wrapper">
<div id="hs_cos_wrapper_module_15387577361901806" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module widget-type-rich_text widget-type-rich_text" style="color: inherit; font-size: inherit; line-height: inherit;" data-hs-cos-general-type="widget" data-hs-cos-type="module"><div id="hs_cos_wrapper_module_15387577361901806_" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_rich_text" style="color: inherit; font-size: inherit; line-height: inherit;" data-hs-cos-general-type="widget" data-hs-cos-type="rich_text"><p style="margin-bottom: 1em; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; text-align:center" align="center"><span style="color: #808080;">Copyright © 2019 Brand Management Group. Copyright © 2019 Eastman Kodak Company. </span><br><br><span style="color: #808080;">The information contained herein is subject to change without notice. The only warranties for Kodak products and services are set forth in the express warranty statements accompanying such products and services. Nothing herein should be construed as constituting an additional warranty. Kodak and BMG shall not be liable for technical or editorial errors or omissions contained herein. </span><br><br><span style="color: #808080;">Kodak is a registered trademark of Eastman Kodak Company and is used by Brand Management Group on license from Eastman Kodak Company. </span></p></div></div>
</div><!--end layout-widget-wrapper -->
</td></tr></tbody></table><!--end widget-table -->
</td>
</tr>
</tbody></table>
</td>
</tr>
<!--end body wrapper -->
</tbody></table>
</td>
</tr>
</tbody></table>
<!-- End Template Wrapper -->
</td>
</tr>
<tr>
<td align="center" valign="top" style="-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; mso-table-lspace:0pt; mso-table-rspace:0pt">
<!-- Begin Template Footer -->
<div class="footer-container-wrapper">
</div><table border="0" cellpadding="0" cellspacing="0" width="100%" id="footerTable" style="-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; mso-table-lspace:0pt; mso-table-rspace:0pt; border-collapse:collapse !important; background-color:#f2f2f2; color:#999999; font-family:sans-serif; font-size:12px; line-height:120%; padding-top:20px; padding-right:20px; padding-bottom:20px; padding-left:20px; text-align:center" bgcolor="#f2f2f2" align="center">
<tbody><tr>
<td align="left" valign="top" class="bodyContent" width="100%" colspan="12" style="-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; mso-table-lspace:0pt; mso-table-rspace:0pt; color:#444444; font-family:sans-serif; font-size:15px; line-height:150%; text-align:left">
<table cellpadding="0" cellspacing="0" border="0" width="100%" class="templateColumnWrapper" style="-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; mso-table-lspace:0pt; mso-table-rspace:0pt; border-collapse:collapse !important">
<tbody><tr>
<td valign="top" colspan="12" width="100.0%" class=" column" style="-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; mso-table-lspace:0pt; mso-table-rspace:0pt; width:100.0%; text-align:left; padding:0; font-family:sans-serif; font-size:15px; line-height:1.5em; color:#444444" align="left">
<div class="widget-span widget-type-email_can_spam " style="" data-widget-type="email_can_spam">
<p id="footer" style="margin-bottom: 1em; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; font-family:Geneva, Verdana, Arial, Helvetica, sans-serif; text-align:center; font-size:12px; line-height:1.34em; color:#999999; display:block" align="center">
Brand Management Group
1605 Main Street
Suite 503
Sarasota
FL
34236
USA
<br><br>
You received this email because you are subscribed to Kodak Wide Format Media
from Brand Management Group.
<br><br>
Update your <a class="hubspot-mergetag" data-unsubscribe="true" href="https://campaign.globalbmg.com/hs/manage-preferences/unsubscribe?d=Vn0Vnf7fZgG0VTg9T13zdT65W49SzG24cNcfTW4cNcgy1JxwY5MWM1q04fM9nMXk_7Qbw8qmW3273Gh7CPsNXW12HXy91PM8xg36df2&v=3&utm_campaign=Kodak%206%20Ideas%20for%20National%20Photo%20Month&utm_source=hs_email&utm_medium=email&utm_content=2&_hsenc=p2ANqtz-_oVzjJb4AUruOZz8gaTRH6Ux4hS0wLSor4gj10vXBlRNjHKk4B1zlHvvJ28CW2rAIy0X_QN0VFON4QAuzaYH5Lb0Pv6g" style="-ms-text-size-adjust:100%; -webkit-text-size-adjust:none; font-weight:normal; text-decoration:underline; whitespace:nowrap; color:#999999" data-hs-link-id="0" target="_blank">email preferences</a>
to choose the types of emails you receive.
<br><br>
<a class="hubspot-mergetag" data-unsubscribe="true" href="https://campaign.globalbmg.com/hs/manage-preferences/unsubscribe-all?d=Vn0Vnf7fZgG0VTg9T13zdT65W49SzG24cNcfTW4cNcgy1JxwY5MWM1q04fM9nMXk_7Qbw8qmW3273Gh7CPsNXW12HXy91PM8xg36df2&v=3&utm_campaign=Kodak%206%20Ideas%20for%20National%20Photo%20Month&utm_source=hs_email&utm_medium=email&utm_content=2&_hsenc=p2ANqtz-_oVzjJb4AUruOZz8gaTRH6Ux4hS0wLSor4gj10vXBlRNjHKk4B1zlHvvJ28CW2rAIy0X_QN0VFON4QAuzaYH5Lb0Pv6g" style="-ms-text-size-adjust:100%; -webkit-text-size-adjust:none; font-weight:normal; text-decoration:underline; whitespace:nowrap; color:#999999" data-hs-link-id="0" target="_blank">Unsubscribe from all future emails</a>
</p>
</div><!--end widget-span -->
</td>
</tr>
</tbody></table>
</td>
</tr>
<!--end footer wrapper -->
<tr>
<td style="-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; mso-table-lspace:0pt; mso-table-rspace:0pt"></td>
</tr>
</tbody></table>
<!-- End Template Footer -->
</td>
</tr>
</tbody></table>
<!-- End Template Container -->
</td>
</tr>
</tbody></table>
<!-- end coded_template: id:6416387811 path:generated_layouts/6416387806.html -->
</body></html>
Also see: Tab Triggers