38

无论出于何种原因,我都无法让任何表格单元格在它们之间留有边距。我希望表格单元格具有灰色背景色(在白色页面背景上),因此它看起来像它们之间带有白色的瓷砖。

我在 HTML 中尝试过,

<table cellspacing="3">

同样在 CSS 中,

table td {
    margin:3px;
}

没有任何效果。细胞仍然粘在一起,像一个大的灰色斑点。我在这里错过了一些非常基本的东西吗?

这是实际的代码:

<table width="100%" cellspacing="3">
    <tr>
        <th>Document Number</th>
        <th>BP Reference No.</th>
        <th>Posting Date</th>
        <th>Posting Week</th>
        <th>Customer/Vendor Code</th>
        <th>Customer/Vendor Name</th>
        <th>Item No.</th>
        <th>Item/Service Description</th>
        <th>Item Group</th>
        <th>Warehouse Code</th>
        <th>Remaining Open Quantity</th>
        <th>Line No.</th>
        <th>Sales Employee Name</th>
        <th>Stock</th>
        <th>Fill Rate</th>
        <th>1046</th>
        <th>1047</th>
        <th>1048</th>
        <th>1049</th>
        <th>1050</th>
        <th>1051</th>
        <th>1052</th>
        <th>1053</th>
        <th>1054</th>
        <th></th>
    </tr>
    <tr>
        <td>17272</td>
        <td>2244100</td>
        <td>5/24/2010</td>
        <td>22</td>
        <td>NYST</td>
        <td>NYSTROM INC.</td>
        <td>NYM118SX26DSTKS01</td>
        <td>Nystrom, Mort. 1-1/8'', Schl C~K, US26D, ST cam, 5pin, KS #43758</td>
        <td>Mort Cylinders</td>
        <td>US1</td>
        <td>1000</td>
        <td>3</td>
        <td>KRE Management 1</td>
        <td>0</td>
        <td>100</td>
        <td>1000</td>
        <td>0</td>
        <td>0</td>
        <td>0</td>
        <td>0</td>
        <td>0</td>
        <td>0</td>
        <td>0</td>
        <td>0</td>
        <td></td>
    </tr>
</table>
4

7 回答 7

94

如果有人仍然有这个问题,在你的 CSS 样式表中试试这个:

table {
  border-collapse: separate;
  border-spacing: 10px 5px;
}

边框间距的值是两个长度测量值。水平值首先出现并应用于列之间。在行之间应用第二次测量。

如果您提供一个值,它将被水平和垂直使用。默认设置为 0,导致边框在表格的内部网格上加倍。

于 2011-04-14T18:04:11.990 回答
7

如果您在样式表的开头使用 CSS 重置,请检查它是否具有以下代码。

table {
  border-collapse: collapse;
}

如果是这种情况,请尝试使用以下方法覆盖它:

border-collapse: separate;
于 2010-12-09T10:31:05.053 回答
4

用块制作样式 td。尝试这个,

<table width="100%" border="0" cellpadding="2" cellspacing="1">
  <tbody>
    <tr>
      <td class="SlateGridDataError">Please Re-enter login information</td>
    </tr>
  </tbody>
</table>

.SlateGridDataError {
    border-radius: 2px;
    display: block;
    font-size: 14px;
    color: #999999;
    display:block;
    border: 1px solid #dd3c39;
    border-left: 5px solid #dd3c39;
    padding: 12px 5px;
    margin-bottom: 20px;
    cursor: default;
    outline: none;
}
于 2016-05-02T05:11:02.310 回答
0

我认为cellspacing颜色与表格的背景颜色相同。
因此,您有两个选择:
1. 将背景颜色应用于tds 而不是<table>自身。
2. 您可能想要使用白色边框(borderfor <td>with a border-collapse: collapsefor the table)

于 2010-12-09T10:48:05.993 回答
-1

尝试在您想要保留边距的两个 TD 之间添加一个 td。将其设置为没有背景(只是不要放置“背景:某物;”)并具有您想要的宽度。如果您想在两个 TR 之间放置一个边距,只需在它们之间添加另一个 tr 并放置一个 td 与您希望边距具有的高度。您甚至可以对 TD 使用相同的类并只设置一次 CSS。

于 2014-08-16T14:20:18.873 回答
-2

所以我想出了一个简单的方法来解决这个问题而没有任何问题

假设你有

<tr><td>This is an example</td></tr>

将整个数据封装在一个

像这样的标签

<tr><td><p>This is an example</p></td></tr>

然后给

标记你想要的任何值的左边距,比方说

<tr><td><p style="margin-left:4px;">This is an example</p></td></tr>

它为我创造了魔法,没有任何麻烦

于 2013-05-18T17:18:54.347 回答
-3

这是一个粗略的修复,但它有效。

如果您创建一个<table>具有您想要的大小的边距..包含您现有的,两者都使用相同的背景或颜色,您可以将外部表格的边距设置为您想要的。

如果您有一系列元素,请在您想要有边距的内部<TD>创建一个,并再次确保外部和内部具有相同的背景或颜色。<table><TD><table><TD>

来自我在http://harrolds.blogspot.com的博客中的示例,它嵌入了一个脚本来显示报价......

主表:

<table width="100%" bgcolor="lightblue" border=1>
<tbody>
  <tr>
    <td align="left" width="160"><span style="font-family:Times New Roman;font-size: -1;"><small><a href="http://en.wikipedia.org/wiki/Zell_Miller" target="_new">Sen. Zell Miller</a> <small>(D-GA) RNC'04</small></small></span><br /><object width="120" height="106"><param name="movie" value="http://www.youtube-nocookie.com/v/b4GqdfRJf5E&amp;hl=en&amp;fs=1&amp;border=1" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed src="http://www.youtube-nocookie.com/v/b4GqdfRJf5E&hl=en&fs=1&border=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="120" height="106"></embed></object><br /><font size="-1"><span style="color: blue; font-family: "sylfaen";><a href="http://www.harrold.org/rfhextra/support_our_Troops.html" target="_new"><b><small>Liberators &amp; Defenders</small></b></a></span></font> 
    </td>

    <td background="http://harrold.org/rfhextra/images/bgparchmentlight.jpg">
      <table border=0>
        <tr>
          <td background="http://harrold.org/rfhextra/images/bgparchmentlight.jpg"><script language="javascript" src="http://www.harrold.org/rfhextra/quote.js" type="text/javascript"></script>
          </td>
        </tr>
      </table>
    </td>

    <td align="right"><a href="http://www.cafepress.com/rightwingstuff" target="_new"><small><small>RightWingStuff</small></small></a><br /><a href="http://www.gadsdenandculpeper.com/" target="_new"><img src="http://harrold.org/rfhextra/images/GadsdenFlag98x130.gif" width="98" height="130" alt="link source  http://www.cafepress.com/rightwingstuff" border="0" /></a>
    </td>
  </tr>
</tbody>
</table>
于 2011-08-22T04:44:10.970 回答