<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1020356" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1020356</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-do-i-set-table-cellspacing-css#comment-1124639</link>
    <description> &lt;p&gt;It collapses the borders.&lt;/p&gt;
 </description>
     <pubDate>Fri, 31 Jan 2003 15:10:16 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1124639 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-do-i-set-table-cellspacing-css#comment-1124609</link>
    <description> &lt;p&gt;what does border-collapse: collapse; do?&lt;/p&gt;
 </description>
     <pubDate>Fri, 31 Jan 2003 08:46:34 +0000</pubDate>
 <dc:creator>Renegade</dc:creator>
 <guid isPermaLink="false">comment 1124609 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-do-i-set-table-cellspacing-css#comment-1124579</link>
    <description> &lt;p&gt;Sounds like a great solution. Glad you solved it!&lt;/p&gt;
 </description>
     <pubDate>Thu, 30 Jan 2003 21:30:18 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1124579 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-do-i-set-table-cellspacing-css#comment-1124575</link>
    <description> &lt;p&gt;I don&#039;t have a URL because it is a template for my PHP class.&lt;/p&gt;
&lt;p&gt;I fixed the problem by dumping cellspacing and used borders instead.&lt;br /&gt;
TABLE {&lt;br /&gt;
	border-collapse: collapse;&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;TD, TH {&lt;br /&gt;
	border-bottom:		1px solid #111111;&lt;br /&gt;
	border-left:		1px solid #111111;&lt;br /&gt;
	border-right:		1px solid #111111;&lt;br /&gt;
}&lt;/p&gt;
 </description>
     <pubDate>Thu, 30 Jan 2003 20:48:09 +0000</pubDate>
 <dc:creator>Cog</dc:creator>
 <guid isPermaLink="false">comment 1124575 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-do-i-set-table-cellspacing-css#comment-1124567</link>
    <description> &lt;p&gt;Do you have some code to offer? Preferably an url. Let&#039;s see what else is happening. Also, what browsers are having difficulty? All of them?&lt;/p&gt;
 </description>
     <pubDate>Thu, 30 Jan 2003 19:37:42 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1124567 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-do-i-set-table-cellspacing-css#comment-1124565</link>
    <description> &lt;p&gt;Sill,&lt;/p&gt;
&lt;p&gt;TABLE {&lt;br /&gt;
border-collapse: collapse;&lt;br /&gt;
background-color: #111111;&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;/* The above two should stay wit table */&lt;/p&gt;
&lt;p&gt;TD {&lt;br /&gt;
margin: 1px;&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;doesn&#039;t work.  I&#039;m running out of hair to pull &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/confused.png&quot; title=&quot;Confused&quot; alt=&quot;Confused&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Thu, 30 Jan 2003 18:59:59 +0000</pubDate>
 <dc:creator>Cog</dc:creator>
 <guid isPermaLink="false">comment 1124565 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-do-i-set-table-cellspacing-css#comment-1124563</link>
    <description> &lt;p&gt;Because. you. need. to. set. the. style. for. the. td. element., not. the table. element.&lt;/p&gt;
 </description>
     <pubDate>Thu, 30 Jan 2003 18:48:53 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1124563 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-do-i-set-table-cellspacing-css#comment-1124559</link>
    <description> &lt;p&gt;Why doesn&#039;t the following:&lt;/p&gt;
&lt;p&gt;TABLE {&lt;br /&gt;
border-collapse: collapse;&lt;br /&gt;
background-color: #111111;&lt;br /&gt;
margin: 1px;&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;look like:&lt;/p&gt;
 </description>
     <pubDate>Thu, 30 Jan 2003 17:03:55 +0000</pubDate>
 <dc:creator>Cog</dc:creator>
 <guid isPermaLink="false">comment 1124559 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-do-i-set-table-cellspacing-css#comment-1124550</link>
    <description> &lt;p&gt;&lt;a href=&quot;http://lists.w3.org/Archives/Public/www-html/1997Oct/0069.html&quot; class=&quot;bb-url&quot;&gt;http://lists.w3.org/Archives/Public/www-html/1997Oct/0069.html&lt;/a&gt;  this isn&#039;t exactly a tutorial, but it does  map between html and css.&lt;/p&gt;
&lt;p&gt;Learning how to use contextual declarations will really help, as well.&lt;/p&gt;
&lt;p&gt;Anyway, for cellpadding=&quot;10&quot;, use td {padding: 10px;} and for cellspacing=&quot;3&quot;, use td { margin: 3px; }, so for your example, you&#039;d have to put the style=&quot;margin: 1px;&quot; in every TD, best to put it in the stylesheet instead, where you can just do it once:&lt;/p&gt;
&lt;p&gt;td { margin: 1px; }&lt;/p&gt;
&lt;p&gt;Note: you&#039;ll have to likely use border-collapse: collapse; to get accurate results.&lt;/p&gt;
 </description>
     <pubDate>Thu, 30 Jan 2003 15:41:29 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1124550 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-do-i-set-table-cellspacing-css#comment-1124518</link>
    <description> &lt;p&gt;you can use a combination of margin:? and padding:? but your better off using a style sheet and setting the class or id in the table. note this isn&#039;t an universal method, the good old cellspacing is still best method.&lt;/p&gt;
 </description>
     <pubDate>Thu, 30 Jan 2003 09:05:44 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1124518 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
