Email syntax -- optional image element
Looking through the Marketo email syntax documentation, I was wondering if it's possible to code an image element, but make it removable at the same time?
Here's my example:
<tr class="mktoModule" id="section2" mktoName="Section 2">
<td>
<div class="mktoImg" id="section2_img" mktoName="Section 2 Image" mktoImgLink="https://www.google.com/" mktoImgWidth="540" mktoImgHeight="189" mktoLockImgSize="false">
<a><img style="display: block; border-width: 0;"></a>
</div>
</td>
</tr>
The element shows great, but if the user opts to not use an image, they're stuck.