<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1027590" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1027590</link>
    <description></description>
    <language>en</language>
          <item>
    <title>thanks for all the replies</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/simple-table-layout#comment-1163640</link>
    <description> &lt;p&gt;Hi everybody &lt;/p&gt;
&lt;p&gt;thanks for all the replies&lt;/p&gt;
&lt;p&gt;Renegade i changed your code around a little bit:&lt;/p&gt;
&lt;p&gt;		Width=25%, height=20%&lt;/p&gt;
&lt;p&gt;		Width=50%, height=20%&lt;/p&gt;
&lt;p&gt;		Width=25%, height=20%&lt;/p&gt;
&lt;p&gt;		Width=50%, height=50%&lt;/p&gt;
&lt;p&gt;		Width=50%, height=50%&lt;/p&gt;
&lt;p&gt;		Width=100%, height=30%&lt;/p&gt;
&lt;p&gt;works great! Thanks so much, you saved me a lot of messing about!&lt;/p&gt;
 </description>
     <pubDate>Mon, 03 Jan 2005 00:01:39 +0000</pubDate>
 <dc:creator>hawkins786</dc:creator>
 <guid isPermaLink="false">comment 1163640 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/simple-table-layout#comment-1163608</link>
    <description> &lt;p&gt;I gave it a try, you&#039;ll want to use at least two tables.&lt;/p&gt;
&lt;p&gt;What I did is found below:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;html&amp;gt;&lt;br /&gt;	&amp;lt;head&amp;gt;&lt;br /&gt;		&amp;lt;title&amp;gt;Re: Simple table layout&amp;lt;/title&amp;gt;&lt;br /&gt;	&amp;lt;/head&amp;gt;&lt;br /&gt;	&amp;lt;body&amp;gt;&lt;br /&gt;		&amp;lt;table width=&amp;quot;100%&amp;quot; border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;0&amp;quot;&amp;gt;&lt;br /&gt;			&amp;lt;tr&amp;gt;&lt;br /&gt;				&amp;lt;td width=&amp;quot;25%&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;				&amp;lt;td width=&amp;quot;50%&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;				&amp;lt;td width=&amp;quot;25%&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;			&amp;lt;/tr&amp;gt;&lt;br /&gt;			&amp;lt;tr&amp;gt;&lt;br /&gt;				&amp;lt;td colspan=&amp;quot;3&amp;quot; width=&amp;quot;100%&amp;quot;&amp;gt;	&lt;br /&gt;					&amp;lt;table width=&amp;quot;100%&amp;quot; border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;0&amp;quot;&amp;gt;&lt;br /&gt;						&amp;lt;tr&amp;gt;&lt;br /&gt;							&amp;lt;td width=&amp;quot;50%&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;							&amp;lt;td width=&amp;quot;50%&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;						&amp;lt;/tr&amp;gt;&lt;br /&gt;					&amp;lt;/table&amp;gt;&lt;br /&gt;				&amp;lt;/td&amp;gt;&lt;br /&gt;			&amp;lt;/tr&amp;gt;&lt;br /&gt;			&amp;lt;tr&amp;gt;&lt;br /&gt;				&amp;lt;td colspan=&amp;quot;3&amp;quot; width=&amp;quot;100%&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;			&amp;lt;/tr&amp;gt;&lt;br /&gt;		&amp;lt;/table&amp;gt;&lt;br /&gt;	&amp;lt;/body&amp;gt;&lt;br /&gt;&amp;lt;/html&amp;gt;&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
 </description>
     <pubDate>Sun, 02 Jan 2005 09:52:26 +0000</pubDate>
 <dc:creator>Renegade</dc:creator>
 <guid isPermaLink="false">comment 1163608 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/simple-table-layout#comment-1163606</link>
    <description> &lt;p&gt;You have to use two tables for the top two cells, unless you add another row on top and give it four cells (all of the lower ones). The lower tables need a base, in this case it is three columns, you can&#039;t split 3 into 1.5 with tables, can only split into whole numbers - 2-1, 3, 1, 1-2&lt;/p&gt;
&lt;p&gt;While browsers understand width=&quot;100%&quot; not all understand height=&quot;100%&quot; because a page has no real height (it scrolls). Using height=&quot; less than 100% &quot; is even worse as it has no base to set itself from. If you set an outer table to a fixed height you can (but shouldn&#039;t) set the percentage heights.&lt;/p&gt;
&lt;p&gt;Tables still have to be loaded but it does it faster these days so isn&#039;t noticed like it was many versions ago.&lt;/p&gt;
 </description>
     <pubDate>Sun, 02 Jan 2005 09:22:04 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1163606 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/simple-table-layout#comment-1163604</link>
    <description> &lt;p&gt;Firstly, the point of a scrollbar is to accommodate overflow. Why do you want to limit your content to the window frame? Secondly, it&#039;s hard to get height to work reliably.&lt;/p&gt;
&lt;p&gt;Widths are a little easier to deal with. Try as Megan suggests and use three tables.&lt;/p&gt;
&lt;p&gt;&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 Jan 2005 05:23:39 +0000</pubDate>
 <dc:creator>Abhishek Reddy</dc:creator>
 <guid isPermaLink="false">comment 1163604 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/simple-table-layout#comment-1163602</link>
    <description> &lt;p&gt;Try using three separate tables instead of one big table.  This way you&#039;ll get better control over the widths.  It may also help with downloading because some browsers need to download an entire table before they can display any part of it**&lt;/p&gt;
&lt;p&gt;** Is this still true?  Or was it just a Netscape problem?&lt;/p&gt;
 </description>
     <pubDate>Sun, 02 Jan 2005 02:35:55 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1163602 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
