I am trying to do HTML email with Zurb Foudation 6. After sending HTML email on mail clients there are don't show all background-images, but in web version everytning is ok. How to correct add background-image? For exapmle I have this code:
<columns small="36" large="27" style="background-image: url('assets/img/BrownBG.png');>
<spacer size="26"></spacer>
<row>
<columns small="18" large="18">
<a>Link</a>
</columns>
<columns small="18" large="18">
<a>Link</a>
</columns>
</row>
<spacer size="20"></spacer>
<row>
<columns small="36" large="18">
<p>Some paragraph</p>
<spacer size="27"></spacer>
</columns>
</row>
</columns>