我试图创建一个html电子邮件,作为收据发送给用户。但是,我无法正确显示背景颜色。我已经尝试将所有样式内联到div中,但它仍然不起作用。
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" style="height: 0;padding-bottom: 0px;background-color: #d6d6d6;
margin-bottom: 0px; margin: 0 auto;">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Slice Receipt E-mail</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
</head>
<body style="body: 100%;margin: 2%; margin-bottom: 0px;margin-top:0px;">
<div id="white-div" style="body: 100%;margin-bottom: 0px;margin-top:0px; background-color: white;">
<table border="0" cellpadding="0" cellspacing="0" width="95%" align="center">
<tr style="width: 80%">
<td style="padding-left: 0px; padding-bottom: 10px; padding-top: 15px;">
在此之后,我有电子邮件表。我不认为发布下100多行是非常重要的,因为我认为问题存在于我如何设计风格。