<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1015760" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1015760</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/page-layout-tables#comment-1091374</link>
    <description> &lt;p&gt;The example you give uses graphics in table cells, but without the graphic cells this is a very basic set up, well usually aournd the other way, smaller cell on the left.&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;table border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;0&amp;quot; width=&amp;quot;100%&amp;quot;&amp;gt;&amp;lt;tr&amp;gt;&lt;br /&gt;&amp;lt;td&amp;gt;this is the left cell&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;lt;td width=&amp;quot;200&amp;quot;&amp;gt;this is the right cell&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;Now, this is the basic table,&lt;br /&gt;
border set to 1 to see how it displays while making it ..., cellpadding and spacing set to 0 to make it tight,&lt;br /&gt;
table width at 100% which will expand/contract to fit any screen.&lt;br /&gt;
the first table cell (td) has no width, as this will take up the slack of whats missing from the right cell which has a fixed width of 200 (dont use % for td&#039;s).&lt;/p&gt;
&lt;p&gt;the way they have done that page, without rewriting all the code, is like this, the |&#039;s are table walls&lt;/p&gt;
&lt;p&gt;|g| text |g| text |g|&lt;/p&gt;
&lt;p&gt;the g is the graphic, the text is the text ... so instead of 2 td&#039;s, youd use 5.&lt;/p&gt;
&lt;p&gt;If your not going to use a graphics as dividers but adopted the two cell table layout consider making a single table above your main page, make a top table for your banner, graphic, nam, text etc while all your content is in the second major table. doing this displays the top table while the second is loading of it ever gets really big, the guests get to see something instead of a blank page while it loads.&lt;/p&gt;
&lt;p&gt;I hope all this makes sense lol&lt;/p&gt;
&lt;p&gt;just remember to set your table cell to 100%, have one fixed sized cell and it will expand/contract to suit the browser window.&lt;/p&gt;
&lt;p&gt;oh and remember, with default body settings, a 800 screen isnt 800 wide, browsers add a default of about 5 pixels (differs between browsers) so never make a image or table etc 800 wide or you&#039;ll get scroll bars.&lt;/p&gt;
 </description>
     <pubDate>Thu, 11 Oct 2001 05:53:06 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1091374 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
