<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1034218" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1034218</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/css-tables-inherit#comment-1198700</link>
    <description> &lt;p&gt;So, you were using the margin instead of border-spacing to get around IE&#039;s lack of support, correct?&lt;/p&gt;
 </description>
     <pubDate>Tue, 02 May 2006 12:54:17 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1198700 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/css-tables-inherit#comment-1198697</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;Renegade wrote:&lt;/strong&gt; MSIE is just trying to create their own universe &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/tongue.png&quot; title=&quot;Sticking out tongue&quot; alt=&quot;Sticking out tongue&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Agreed. The CSS support in IE is awful, even IE 7 (the new one who&#039;s features were all stolen from Opera/Firefox) is equivalent to Opera 4 in terms of CSS support. Opera 4 was released in 2000 by the way.&lt;/p&gt;
&lt;p&gt;This article makes for an interesting read about IE&#039;s CSS support, and how you as an author are about to be constrained: &lt;a href=&quot;http://www.howtocreate.co.uk/operaStuff/acid/&quot; class=&quot;bb-url&quot;&gt;http://www.howtocreate.co.uk/operaStuff/acid/&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Tue, 02 May 2006 10:09:36 +0000</pubDate>
 <dc:creator>JeevesBond</dc:creator>
 <guid isPermaLink="false">comment 1198697 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/css-tables-inherit#comment-1198695</link>
    <description> &lt;p&gt;CSS more or less is universal. MSIE is just trying to create their own universe &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/tongue.png&quot; title=&quot;Sticking out tongue&quot; alt=&quot;Sticking out tongue&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Tue, 02 May 2006 09:31:26 +0000</pubDate>
 <dc:creator>Renegade</dc:creator>
 <guid isPermaLink="false">comment 1198695 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/css-tables-inherit#comment-1198679</link>
    <description> &lt;p&gt;Why isn&#039;t CSS universal?&lt;/p&gt;
&lt;p&gt;*gosh*&lt;/p&gt;
 </description>
     <pubDate>Mon, 01 May 2006 19:44:55 +0000</pubDate>
 <dc:creator>Maxwell</dc:creator>
 <guid isPermaLink="false">comment 1198679 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/css-tables-inherit#comment-1198678</link>
    <description> &lt;p&gt;Isn&#039;t border-collapse and border-spacing meant to do the same thing? Unless I&#039;m misreading you here.  Border-spacing isn&#039;t supported by IE so maybe that&#039;s why you used margin instead???&lt;/p&gt;
&lt;p&gt;See reference:&lt;br /&gt;
&lt;a href=&quot;http://www.w3schools.com/css/css_reference.asp#table&quot; class=&quot;bb-url&quot;&gt;http://www.w3schools.com/css/css_reference.asp#table&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Mon, 01 May 2006 19:43:33 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1198678 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/css-tables-inherit#comment-1198673</link>
    <description> &lt;p&gt;Thank you, sir. Much appreciated.  &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Mon, 01 May 2006 18:42:44 +0000</pubDate>
 <dc:creator>Maxwell</dc:creator>
 <guid isPermaLink="false">comment 1198673 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/css-tables-inherit#comment-1198672</link>
    <description> &lt;p&gt;Hmmm, the simplest way is:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;td {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; margin: 1em;&lt;br /&gt;}&lt;/code&gt;&lt;/div&gt;&#039;&lt;br /&gt;
However, that will affect all td&#039;s on your page. Probably a better way is this:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;table id=&amp;quot;tablewotholdsstuffandthat&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;tr&amp;gt;&lt;br /&gt;&amp;lt;td&amp;gt; ... code ... &amp;lt;/td&amp;gt;&lt;br /&gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;&amp;lt;/table&amp;gt;&lt;/code&gt;&lt;/div&gt;&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;table#tablewotholdsstuffandthat td {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; margin: 1em;&lt;br /&gt;}&lt;/code&gt;&lt;/div&gt;&#039;&lt;br /&gt;
The second example will only select my really stupidly named table, instead of all td&#039;s in the entire document! If you have multiple tables of the same type, you could use classes:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;table class=&amp;quot;typeoftablewotholdsstuffandthat&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;tr&amp;gt;&lt;br /&gt;&amp;lt;td&amp;gt; ... code ... &amp;lt;/td&amp;gt;&lt;br /&gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;&amp;lt;/table&amp;gt;&lt;/code&gt;&lt;/div&gt;&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;table.typeoftablewotholdsstuffandthat td {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; margin: 1em;&lt;br /&gt;}&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;Generally, if you&#039;re only going to create one of something then use an id. If you&#039;re going to use multiples of the same item, use a class.&lt;/p&gt;
&lt;p&gt;This should work in all web browsers and Internet Explorer too.&lt;/p&gt;
 </description>
     <pubDate>Mon, 01 May 2006 18:38:06 +0000</pubDate>
 <dc:creator>JeevesBond</dc:creator>
 <guid isPermaLink="false">comment 1198672 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
