【发布时间】:2015-01-12 13:12:23
【问题描述】:
您好,是否可以向 Outlook 添加响应式签名。我有我的 html 文档,它可以在 Internet 浏览器中响应,但不能在电子邮件中响应。有任何想法吗?
这是我的代码(我已在 Outlook 中作为 html 签名导入)
<html>
<head>
<title>Signature</title>
<style>
.mainImage{
}
.someText {
background-color: blue;
}
@media only screen and (min-width:480px){
.mainImage{
width: 50%;
float: left;
}
.someText {
width: 50%;
float: right;
}
}
</style>
</head>
<body >
<div class="mainImage">
<IMG SRC="./MyApps/bouncy-cat-icon.png" WIDTH="100%" HEIGHT="auto" STYLE="BACKGROUND-COLOR:BLACK; max-width: 300px"/>
</div>
<div class="someText">
<P>TESITDFNGLEDG JLDBJLS GHSJETDJ</P>
</div>
</body>
</html>
对此的任何帮助都会很棒(如果可能的话)
谢谢
【问题讨论】:
标签: html css responsive-design outlook signature