Error when saving e-mail template: Invalid Module: #HeaderBannerModule
Hi there,
I've got an error when saving the e-mail template.
Hereby the HTML code
<div class="mktoModule" mktoname="Banner Module" id="HeaderBannerModule">
<table width="100%" cellpadding="0" cellspacing="0" border="0" style="width: 100%; max-width: 600px" >
<tr>
<td width="35"> </td>
<td style="padding: 15px 0;box-sizing: border-box;">
<a href="${bannerImageLink}" target="_blank">
<img src="${bannerImageSRC}" id="mainBannerImg" class="mktoImg" mktoname="Main Banner Image" mktolockimgsize="true" style="width: 100%; max-width: 525px;">
</a>
</td>
<td width="5%"> </td>
</tr>
</table>
</div>
What could it be?