Jason2zi 2022-12-13 11:16 采纳率: 61.5%
浏览 49
已结题

邮箱用html编写上部分有空白间隙

img


这是163邮箱的截图


```html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
      <title>XXXX</title>
    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
</head>
<body style="margin: 0; padding: 0;background: #eee;width:100%;">
<table border="0" cellpadding="0" cellspacing="0" style="width:100%;margin: 0 auto;background: #eee;padding: 0;  word-wrap: break-word;
  min-height: 100px;
}">

</table>
</body>

```

  • 写回答

6条回答 默认 最新

  • Absolute小白 2022-12-13 11:30
    关注
    获得1.20元问题酬金
    
    body{
            margin: 0; 
            padding: 0;
            border: 0;
        }
    

    加上这个看看

    评论

报告相同问题?

问题事件

  • 系统已结题 12月21日
  • 赞助了问题酬金15元 12月13日
  • 创建了问题 12月13日