首页 > 解决方案 > 如何在outlook中将图像或底部放在背景上

问题描述

我无法使用边距减号/填充减号/绝对位置或任何其他方式,包括在 Outlook 模板 html 中包装表格内容(到目前为止,我所能做的就是创建为单独的元素)

任何帮助将不胜感激。
如果您可以向我展示如何使用两个 div(可能是 div 和 image 或 div 和 bottom)的工作代码?

<a href="" > 
    <img class="button" style="width:150px;height:25px;" src="Graphics/Inf.png" alt=""> 
</a>
<img class="mainimage" style="width:600px;height:900px;" src="Graphics/eMailTemplate.png" alt="">

标签: htmlcssemailtemplatesoutlook

解决方案


推荐阅读