<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1039328" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1039328</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/table-or-divs#comment-1223103</link>
    <description> &lt;p&gt;I started out using tables with  my first websites, it was a mess to edit and divs are MUCH easier.&lt;/p&gt;
 </description>
     <pubDate>Tue, 14 Aug 2007 22:31:20 +0000</pubDate>
 <dc:creator>sitesupport</dc:creator>
 <guid isPermaLink="false">comment 1223103 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/table-or-divs#comment-1223096</link>
    <description> &lt;p&gt;The only reason I have found to justify the use of tables is IE&#039;s lack of CSS support. If you could use table display properties with IE, as you can in modern browsers, tables would no longer be needed.&lt;/p&gt;
&lt;p&gt;My first web class taught tables, and I found them tedious to code and unintuitive. With CSS, I first get the HTML structured right, using heading tags for headings, paragraph tags for paragraphs, and, well, table tags for tables. Only then do I &quot;dress up&quot; the pages with styles.&lt;/p&gt;
&lt;p&gt;I think this has several advantages:&lt;/p&gt;
&lt;p&gt;1. HTML is meaningful to all visitors, including Google or very old browsers, even without CSS&lt;/p&gt;
&lt;p&gt;2. Adding a print style is real easy&lt;/p&gt;
&lt;p&gt;3. Changes to appearance mean changing a single style sheet to affect the whole site&lt;/p&gt;
&lt;p&gt;4. Floats drop - table cells do not&lt;/p&gt;
&lt;p&gt;To explain the last: In my first web class, one exercise meant putting two boxes side by side at the bottom of the page. Using a table and a narrow window, the boxes squished together in very ugly fashion. Switching to floats, the floated boxes moved to one above the other when narrowed, preserving the &quot;looks&quot; of the two boxes.&lt;/p&gt;
 </description>
     <pubDate>Tue, 14 Aug 2007 17:17:34 +0000</pubDate>
 <dc:creator>webwiz</dc:creator>
 <guid isPermaLink="false">comment 1223096 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/table-or-divs#comment-1223088</link>
    <description> &lt;p&gt;hi&lt;/p&gt;
&lt;p&gt;to my knowledge divs are far better than table structure and loading is faster than tables&lt;/p&gt;
 </description>
     <pubDate>Tue, 14 Aug 2007 14:20:38 +0000</pubDate>
 <dc:creator>anuhya2005</dc:creator>
 <guid isPermaLink="false">comment 1223088 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/table-or-divs#comment-1223077</link>
    <description> &lt;p&gt;Here&#039;s another topic with more information:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.webmaster-forums.net/showthread.php?t=37792&quot; class=&quot;bb-url&quot;&gt;http://www.webmaster-forums.net/showthread.php?t=37792&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;CSS layouts have been &quot;in&quot; since about 2002. That&#039;s when I switched, and I certainly wasn&#039;t the first to do so. This is much more than just a trend - it&#039;s a move to more correct use of HTML and proper document structure. See the link above for more info.&lt;/p&gt;
 </description>
     <pubDate>Tue, 14 Aug 2007 13:20:54 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1223077 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/table-or-divs#comment-1223075</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;AveSatani_666;223068 wrote:&lt;/strong&gt; oic... thanks brady.k&lt;/p&gt;
&lt;p&gt;but some tells that div&#039;s also help your page to load a little faster?&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Technically no, but divs have more design related parameters that tables don&#039;t have, so a purely table based layout is a lot bulkier than a div based layout. Since table properties in the html requires more parameters, and sometimes include the tr and td codes... While a div can use a single id or class and all its properties can be stored in a separate css file.&lt;/p&gt;
&lt;p&gt;All in all, a table based layout, file-size-wise is a lot bulkier to an equivalent div or css based layout...&lt;/p&gt;
&lt;p&gt;Check the archive as this topic has been discussed before, i think it&#039;s titled Tables vs. CSS ...&lt;/p&gt;
 </description>
     <pubDate>Tue, 14 Aug 2007 12:19:13 +0000</pubDate>
 <dc:creator>demonhale</dc:creator>
 <guid isPermaLink="false">comment 1223075 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/table-or-divs#comment-1223070</link>
    <description> &lt;p&gt;ah... i don&#039;t believe that too, because i always use tables and more table on my websites... &lt;/p&gt;
&lt;p&gt;and still, some company here are looking for those who build websites table less, i don&#039;t know what they want... lol&lt;/p&gt;
 </description>
     <pubDate>Tue, 14 Aug 2007 06:09:52 +0000</pubDate>
 <dc:creator>AveSatani_666</dc:creator>
 <guid isPermaLink="false">comment 1223070 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/table-or-divs#comment-1223069</link>
    <description> &lt;p&gt;Uh... I don&#039;t believe so, no.&lt;/p&gt;
 </description>
     <pubDate>Tue, 14 Aug 2007 06:02:50 +0000</pubDate>
 <dc:creator>brady.k</dc:creator>
 <guid isPermaLink="false">comment 1223069 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/table-or-divs#comment-1223068</link>
    <description> &lt;p&gt;oic... thanks brady.k&lt;/p&gt;
&lt;p&gt;but some tells that div&#039;s also help your page to load a little faster?&lt;/p&gt;
 </description>
     <pubDate>Tue, 14 Aug 2007 05:55:15 +0000</pubDate>
 <dc:creator>AveSatani_666</dc:creator>
 <guid isPermaLink="false">comment 1223068 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/table-or-divs#comment-1223066</link>
    <description> &lt;p&gt;div&#039;s are the way to organize things visually, as per the recent standards by W3C.&lt;/p&gt;
&lt;p&gt;Tables used to be used to organize how your site looked, as well as for &quot;tabular data display&quot;, but now it&#039;s only typically accepted for that data display.&lt;/p&gt;
&lt;p&gt;Div&#039;s are easy to use, once you understand how they work, but they take a little getting used to.  I remember first using them would take me hours to figure out a site&#039;s layout... now I can wireframe an entire site in minutes.&lt;/p&gt;
&lt;p&gt;All that being said, no one is stopping you from using tables... but you should avoid them unless necessary.&lt;/p&gt;
 </description>
     <pubDate>Tue, 14 Aug 2007 05:48:58 +0000</pubDate>
 <dc:creator>brady.k</dc:creator>
 <guid isPermaLink="false">comment 1223066 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
