好的,所以我不能让我的html电子邮件在雅虎邮箱中有最大宽度。
这是我正在使用的html代码的一部分:
<body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0" width="600" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%; margin: 0 auto !important;padding: 0;background-color: #fff;height: 100%;width: 100%; max-width: 600px !important;">
</body>
和css:
body {
/*@editable*/ background-color:#171717 !important;
width: 100% !important;
max-width: 600px !important;
margin: 0 auto !important;
}
任何人都可以帮忙解决这个问题。 干杯
答案 0 :(得分:1)
您需要使用表格进行布局,如下所示;
$Myconn = mysqli_connect($this->host, $this->user, $this->pass, $this->DBname);