<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1031008" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1031008</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-tables-0#comment-1181370</link>
    <description> &lt;p&gt;Why would you need to use divs to &quot;make&quot; a table?? Tables are tables, divs are divs.  No reason to turn a table into divs &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;  Unless, of course, it was never supposed to be a table in the first place but then why would you need the CSS to define it as table elements?&lt;/p&gt;
&lt;p&gt;There are some neat things you can do with tables using CSS:&lt;/p&gt;
&lt;p&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>Sun, 02 Oct 2005 21:25:06 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1181370 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-tables-0#comment-1181362</link>
    <description> &lt;p&gt;Hmmm, I&#039;m a little confused about exactly what you&#039;re trying to do here Zaberfang, are you trying to &lt;em&gt;make&lt;/em&gt; a table using CSS or change the formatting of a table using CSS?&lt;/p&gt;
&lt;p&gt;The first isn&#039;t possible, but the second is. CSS is purely for formatting markup (i.e. HTML), it&#039;s not like JavaScript where you can script tables on the fly (not that I&#039;d recommend anyone does this - it&#039;s horribly slow &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>Sun, 02 Oct 2005 17:59:45 +0000</pubDate>
 <dc:creator>JeevesBond</dc:creator>
 <guid isPermaLink="false">comment 1181362 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-tables-0#comment-1181331</link>
    <description> &lt;p&gt;Thanks.&lt;br /&gt;
I&#039;ll make good sue of this knowledge.&lt;/p&gt;
 </description>
     <pubDate>Sun, 02 Oct 2005 10:33:30 +0000</pubDate>
 <dc:creator>Zaberfang</dc:creator>
 <guid isPermaLink="false">comment 1181331 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-tables-0#comment-1181307</link>
    <description> &lt;p&gt;or read the thread about css and tables...&lt;/p&gt;
 </description>
     <pubDate>Sun, 02 Oct 2005 01:14:35 +0000</pubDate>
 <dc:creator>demonhale</dc:creator>
 <guid isPermaLink="false">comment 1181307 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-tables-0#comment-1181299</link>
    <description> &lt;p&gt;Or, if you&#039;re talking about making a table with just CSS and DIVs, you can do this:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;div class=&amp;quot;row&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;div class=&amp;quot;cell&amp;quot;&amp;gt;Cell 1&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;div class=&amp;quot;cell&amp;quot;&amp;gt;Cell 2&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;div class=&amp;quot;row&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;div class=&amp;quot;cell&amp;quot;&amp;gt;Cell 1&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;div class=&amp;quot;cell&amp;quot;&amp;gt;Cell 2&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;And the CSS:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;.row {&lt;br /&gt;&amp;nbsp; display:table-row;&lt;br /&gt;}&lt;br /&gt;.cell {&lt;br /&gt;&amp;nbsp; display:table-cell;&lt;br /&gt;}&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;Not too sure if I got the CSS right, and if I did, it doesn&#039;t work in IE - as expected, it will work in Firefox though, and possibly Opera too. &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>Sun, 02 Oct 2005 00:14:33 +0000</pubDate>
 <dc:creator>Renegade</dc:creator>
 <guid isPermaLink="false">comment 1181299 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-tables-0#comment-1181240</link>
    <description> &lt;p&gt;Sure, just add a class name to your table, like this:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;table class=&amp;quot;table1&amp;quot;&amp;gt;&lt;br /&gt;...&lt;br /&gt;&amp;lt;/table&amp;gt;&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;Then, in your CSS file, do the following:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;.table1 {&lt;br /&gt;(attributes)&lt;br /&gt;}&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;Just like you would any other tag. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/wink.png&quot; title=&quot;Wink&quot; alt=&quot;Wink&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Sat, 01 Oct 2005 17:37:47 +0000</pubDate>
 <dc:creator>mscreashuns</dc:creator>
 <guid isPermaLink="false">comment 1181240 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
