我目前正在創建一個HTML電子郵件,我試圖限制它的寬度大約600像素。我在HTML中動態生成一個表 - 所以我需要能夠添加滾動條,如果表水平地超過600像素,所以它不會在某些電子郵件客戶端中斷。問題是,我有麻煩了水平滾動條上的內容的表都顯示了它:表上溢出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 content="text/html; charset=utf-8" http-equiv="Content-Type" />
<title></title>
<style type="text/css">
@media only screen and (min-width: 100px) and (max-width: 625px) {
td,
span {
font-size: 11px!important;
}
#tab td {
width: 40%!important;
word-break: break-all;
display: table-cell;
}
}
</style>
</head>
<body style="margin: 0; padding: 0; min-width: 100%!important; font:15px/21px 'Arial';">
<!-- background table -->
<table border="0" cellpadding="0" cellspacing="0" width="100%" id="bodyTable">
<tr>
<td align="center" valign="top">
<!-- table width setter -->
<table border="0" cellpadding="0" cellspacing="0" style="width: 100%; max-width: 600px; padding-right: 10px; padding-left: 10px;" id="emailContainer">
<tr>
<td align="center" valign="top">
<table border="0" cellpadding="0" cellspacing="0" width="100%" id="emailHeader">
<tr style="width:100%; height:30px;">
<td>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align="center" valign="top">
<table border="0" cellpadding="0" cellspacing="0" width="100%" style="border-top:5px solid #fac22c;">
<tr style="height:30px;">
<td>
</td>
</tr>
<!-- begin content -->
<tr>
<td align="center">
<table cellspacing="0" cellpadding="9" border="1" style="width:auto; height:auto; background-color:#f6f6f7; border-color:#f2f2f2;" id="tab">
<tbody>
<tr style="width:100%; height:auto;">
<td style="width:50px; height:auto; color:#232321; font:bold 12px/21px 'Arial';">Test</td>
<td style="width:50px; height:auto; color:#232321; font:bold 12px/21px 'Arial';">Test2</td>
<td style="width:10px; height:auto; color:#232321; font:bold 12px/21px 'Arial';">Test3</td>
<td style="width:50px; height:auto; color:#232321; font:bold 12px/21px 'Arial';">Test4</td>
<td style="width:50px; height:auto; color:#232321; font:bold 12px/21px 'Arial';">Test5</td>
<td style="width:50px; height:auto; color:#232321; font:bold 12px/21px 'Arial';">Test6</td>
<td style="width:50px; height:auto; color:#232321; font:bold 12px/21px 'Arial';">Test7</td>
<td style="width:50px; height:auto; color:#232321; font:bold 12px/21px 'Arial';">Test8</td>
<td style="width:50px; height:auto; color:#232321; font:bold 12px/21px 'Arial';">Test9</td>
<td style="width:50px; height:auto; color:#232321; font:bold 12px/21px 'Arial';">Test10</td>
<td style="width:undefinedpx; height:auto; color:#232321; font:bold 12px/21px 'Arial';">Test11</td>
</tr>
<tr style="width:100%; height:auto;">
<td style="width:50px; height:auto; color:#232321; font: 12px/21px 'Arial';">123123</td>
<td style="width:50px; height:auto; color:#232321; font: 12px/21px 'Arial';">Some Person</td>
<td style="width:50px; height:auto; color:#232321; font: 12px/21px 'Arial';">Unassociated Person</td>
<td style="width:50px; height:auto; color:#232321; font: 12px/21px 'Arial';">Unassociated Person</td>
<td style="width:50px; height:auto; color:#232321; font: 12px/21px 'Arial';">Something in the Works</td>
<td style="width:50px; height:auto; color:#232321; font: 12px/21px 'Arial';">The Gates Account</td>
<td style="width:50px; height:auto; color:#232321; font: 12px/21px 'Arial';">This isn't a main bucket</td>
<td style="width:50px; height:auto; color:#232321; font: 12px/21px 'Arial';">John Smith</td>
<td style="width:50px; height:auto; color:#232321; font: 12px/21px 'Arial';">576-123-5566</td>
<td style="width:50px; height:auto; color:#232321; font: 12px/21px 'Arial';">4/12/1992</td>
<td style="width:50px; height:auto; color:#232321; font: 12px/21px 'Arial';">3/4/1020</td>
</tr>
<tr style="width:100%; height:auto;">
<td style="width:50px; height:auto; color:#232321; font: 12px/21px 'Arial';">123123</td>
<td style="width:50px; height:auto; color:#232321; font: 12px/21px 'Arial';">Some Person</td>
<td style="width:50px; height:auto; color:#232321; font: 12px/21px 'Arial';">Unassociated Person</td>
<td style="width:50px; height:auto; color:#232321; font: 12px/21px 'Arial';">Unassociated Person</td>
<td style="width:50px; height:auto; color:#232321; font: 12px/21px 'Arial';">Something in the Works</td>
<td style="width:50px; height:auto; color:#232321; font: 12px/21px 'Arial';">The Gates Account</td>
<td style="width:50px; height:auto; color:#232321; font: 12px/21px 'Arial';">This isn't a main bucket</td>
<td style="width:50px; height:auto; color:#232321; font: 12px/21px 'Arial';">John Smith</td>
<td style="width:50px; height:auto; color:#232321; font: 12px/21px 'Arial';">576-123-5566</td>
<td style="width:50px; height:auto; color:#232321; font: 12px/21px 'Arial';">4/12/1992</td>
<td style="width:50px; height:auto; color:#232321; font: 12px/21px 'Arial';">3/4/1020</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- begin content -->
</table>
</td>
</tr>
</table>
<!-- table width setter -->
</td>
</tr>
</table>
<!-- end background table -->
</body>
</html>
見圖片: