<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1034116" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1034116</link>
    <description></description>
    <language>en</language>
          <item>
    <title>Thanks</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/tables-conflicting-columns#comment-1198133</link>
    <description> &lt;p&gt;Thanks very much for both your responses. I have never looked at tables that way... and now I have a new way to consider.&lt;/p&gt;
&lt;p&gt;Thanks again...&lt;/p&gt;
&lt;p&gt;Newtechguy&lt;/p&gt;
 </description>
     <pubDate>Sat, 22 Apr 2006 01:53:24 +0000</pubDate>
 <dc:creator>NewTechGuy</dc:creator>
 <guid isPermaLink="false">comment 1198133 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/tables-conflicting-columns#comment-1198127</link>
    <description> &lt;p&gt;You can only use colspan as Tim mentioned. The golden rule is a table is a box, you can not have a td cell finish within one above or below it, it can span several td&#039;s but will always end at the begining or end or the previous td border.&lt;/p&gt;
&lt;p&gt;I know what you want, I rememer trying to get it to work for ages when I was learning tables. From your code above, if the top 3 are 100, the bottom ones can only be 100,200 or 200,100&lt;/p&gt;
 </description>
     <pubDate>Fri, 21 Apr 2006 22:54:29 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1198127 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/tables-conflicting-columns#comment-1198116</link>
    <description> &lt;p&gt;You can have cells span multiple columns. But it looks like to accomodate your example, you would need the following widths: 100px, 50px, 50px, 100px. Then the HTML would look like this.&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;table&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;tr&amp;gt;&lt;br /&gt;&amp;lt;td colspan=&amp;quot;1&amp;quot; width=&amp;quot;100px&amp;quot;&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;lt;td colspan=&amp;quot;1&amp;quot; width=&amp;quot;50px&amp;quot;&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;lt;td colspan=&amp;quot;1&amp;quot; width=&amp;quot;50px&amp;quot;&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;lt;td colspan=&amp;quot;1&amp;quot; width=&amp;quot;100px&amp;quot;&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;tr&amp;gt;&lt;br /&gt;&amp;lt;td colspan=&amp;quot;1&amp;quot; width=&amp;quot;100&amp;quot;&amp;gt;1&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;lt;td colspan=&amp;quot;2&amp;quot; width=&amp;quot;100&amp;quot;&amp;gt;2&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;lt;td colspan=&amp;quot;1&amp;quot; width=&amp;quot;100&amp;quot;&amp;gt;3&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;tr&amp;gt;&lt;br /&gt;&amp;lt;td colspan=&amp;quot;2&amp;quot; width=&amp;quot;150&amp;quot;&amp;gt;1&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;lt;td colspan=&amp;quot;2&amp;quot; width=&amp;quot;150&amp;quot;&amp;gt;2&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;&#039;&lt;/p&gt;
&lt;p&gt;Technically, you can leave the colspan=&quot;1&quot; out, but it may make it easier to read.&lt;/p&gt;
 </description>
     <pubDate>Fri, 21 Apr 2006 18:49:03 +0000</pubDate>
 <dc:creator>timjpriebe</dc:creator>
 <guid isPermaLink="false">comment 1198116 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
