test inline image
This commit is contained in:
@@ -199,7 +199,12 @@ a[x-apple-data-detectors=true] {
|
|||||||
|
|
||||||
<div align="center" class="img-container center fullwidth" style="padding-right: 0px; padding-left: 0px;">
|
<div align="center" class="img-container center fullwidth" style="padding-right: 0px; padding-left: 0px;">
|
||||||
<!--[if mso]><table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td style="padding-right: 0px; padding-left: 0px;" align="center"><![endif]-->
|
<!--[if mso]><table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td style="padding-right: 0px; padding-left: 0px;" align="center"><![endif]-->
|
||||||
<div style="line-height:15px;font-size:1px"> </div> <img class="center fullwidth" align="center" border="0" src="http://drupal.cdc.home/sites/all/modules/booking/images/Final_Logo.png" alt="Image" title="Image" style="outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: block !important;border: 0;height: auto;float: none;width: 100%;max-width: 700px" width="700">
|
<div style="line-height:15px;font-size:1px"> </div> <img class="center fullwidth" align="center" border="0" src="<?php
|
||||||
|
// First get your image
|
||||||
|
$image = drupal_get_path('module', 'booking'). '/images.Final_Logo.png';
|
||||||
|
$picture = base64_encode(file_get_contents($image));
|
||||||
|
echo 'data:image/jpg;base64,' . $picture
|
||||||
|
?>" alt="Image" title="Image" style="outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: block !important;border: 0;height: auto;float: none;width: 100%;max-width: 700px" width="700">
|
||||||
<div style="line-height:15px;font-size:1px"> </div><!--[if mso]></td></tr></table><![endif]-->
|
<div style="line-height:15px;font-size:1px"> </div><!--[if mso]></td></tr></table><![endif]-->
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -326,7 +331,7 @@ a[x-apple-data-detectors=true] {
|
|||||||
<table align="left" border="0" cellspacing="0" cellpadding="0" width="32" height="32" style="border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;Margin-right: 5px">
|
<table align="left" border="0" cellspacing="0" cellpadding="0" width="32" height="32" style="border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;Margin-right: 5px">
|
||||||
<tbody><tr style="vertical-align: top"><td align="left" valign="middle" style="word-break: break-word;border-collapse: collapse !important;vertical-align: top">
|
<tbody><tr style="vertical-align: top"><td align="left" valign="middle" style="word-break: break-word;border-collapse: collapse !important;vertical-align: top">
|
||||||
<a href="https://www.facebook.com/" title="Facebook" target="_blank">
|
<a href="https://www.facebook.com/" title="Facebook" target="_blank">
|
||||||
<img src="http://drupal.cdc.home/sites/all/modules/booking/images/facebook@2x.png" alt="Facebook" title="Facebook" width="32" style="outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: block !important;border: none;height: auto;float: none;max-width: 32px !important">
|
<img src="<?php echo $GLOBALS['base_url']; ?>/sites/all/modules/booking/images/facebook@2x.png" alt="Facebook" title="Facebook" width="32" style="outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: block !important;border: none;height: auto;float: none;max-width: 32px !important">
|
||||||
</a>
|
</a>
|
||||||
<div style="line-height:5px;font-size:1px"> </div>
|
<div style="line-height:5px;font-size:1px"> </div>
|
||||||
</td></tr>
|
</td></tr>
|
||||||
@@ -335,7 +340,7 @@ a[x-apple-data-detectors=true] {
|
|||||||
<table align="left" border="0" cellspacing="0" cellpadding="0" width="32" height="32" style="border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;Margin-right: 5px">
|
<table align="left" border="0" cellspacing="0" cellpadding="0" width="32" height="32" style="border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;Margin-right: 5px">
|
||||||
<tbody><tr style="vertical-align: top"><td align="left" valign="middle" style="word-break: break-word;border-collapse: collapse !important;vertical-align: top">
|
<tbody><tr style="vertical-align: top"><td align="left" valign="middle" style="word-break: break-word;border-collapse: collapse !important;vertical-align: top">
|
||||||
<a href="https://twitter.com/" title="Twitter" target="_blank">
|
<a href="https://twitter.com/" title="Twitter" target="_blank">
|
||||||
<img src="http://drupal.cdc.home/sites/all/modules/booking/images/twitter@2x.png" alt="Twitter" title="Twitter" width="32" style="outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: block !important;border: none;height: auto;float: none;max-width: 32px !important">
|
<img src="<?php echo $GLOBALS['base_url']; ?>/sites/all/modules/booking/images/twitter@2x.png" alt="Twitter" title="Twitter" width="32" style="outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: block !important;border: none;height: auto;float: none;max-width: 32px !important">
|
||||||
</a>
|
</a>
|
||||||
<div style="line-height:5px;font-size:1px"> </div>
|
<div style="line-height:5px;font-size:1px"> </div>
|
||||||
</td></tr>
|
</td></tr>
|
||||||
@@ -344,7 +349,7 @@ a[x-apple-data-detectors=true] {
|
|||||||
<table align="left" border="0" cellspacing="0" cellpadding="0" width="32" height="32" style="border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;Margin-right: 0">
|
<table align="left" border="0" cellspacing="0" cellpadding="0" width="32" height="32" style="border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;Margin-right: 0">
|
||||||
<tbody><tr style="vertical-align: top"><td align="left" valign="middle" style="word-break: break-word;border-collapse: collapse !important;vertical-align: top">
|
<tbody><tr style="vertical-align: top"><td align="left" valign="middle" style="word-break: break-word;border-collapse: collapse !important;vertical-align: top">
|
||||||
<a href="https://plus.google.com/" title="Google+" target="_blank">
|
<a href="https://plus.google.com/" title="Google+" target="_blank">
|
||||||
<img src="http://drupal.cdc.home/sites/all/modules/booking/images/googleplus@2x.png" alt="Google+" title="Google+" width="32" style="outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: block !important;border: none;height: auto;float: none;max-width: 32px !important">
|
<img src="<?php echo $GLOBALS['base_url']; ?>/sites/all/modules/booking/images/googleplus@2x.png" alt="Google+" title="Google+" width="32" style="outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: block !important;border: none;height: auto;float: none;max-width: 32px !important">
|
||||||
</a>
|
</a>
|
||||||
<div style="line-height:5px;font-size:1px"> </div>
|
<div style="line-height:5px;font-size:1px"> </div>
|
||||||
</td></tr>
|
</td></tr>
|
||||||
|
Reference in New Issue
Block a user