【发布时间】:2021-04-19 23:08:34
【问题描述】:
在使用 Gmail 移动应用程序时是否可以隐藏图片?我在 iOS 上使用我的移动应用程序并尝试了 2 小时,但完全没有运气。
<style type="text/css">
@media only screen and (max-width:600px) {
table.hide { display: none !important }
}
</style>
<table class="hide" align="right" width="324" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td align="left" style="padding: 40px 40px 0px 110px;"><img src="#" width="172" height="42" border="0" alt="Release"></td>
</tr>
</tbody>
</table>
【问题讨论】:
-
您是想仅在 Gmail iOS 上隐藏,还是为所有 Gmail 隐藏,还是什么?
-
我希望它隐藏在所有移动设备上,但我无法让它在 gmail 上运行。其余的在石蕊中看起来很好。
-
确保你有一个适当的
<html>、<head>和<body>结构。 Gmail 仅支持<head>中的<style>元素。
标签: html css email responsive-design html-email