<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1014427" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1014427</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/how-design-multiple-resoulutions#comment-1083194</link>
    <description> &lt;p&gt;Tables are the sure fire way, The way Megan Jack and Brian Farkas tell it, works, and is the easiest way. One slight change to Megan Jacks method thou, if you have lots of links, graphics (icons, banners etc) or a generaly slow loading page, you should seperate the top table cell so it loads first and gives your viewers something to see.&lt;/p&gt;
&lt;p&gt;absolute top right corner cell&lt;br /&gt;
flexible top middle cell&lt;br /&gt;
absolute top left corner cell&lt;/p&gt;
&lt;p&gt;absolute right side&lt;br /&gt;
flexible middle cell&lt;br /&gt;
absolute left side&lt;/p&gt;
&lt;p&gt;bottom right corner&lt;br /&gt;
flexible bottom middle&lt;br /&gt;
bottom left corner&lt;/p&gt;
&lt;p&gt;layers can be used but isnt as full proof, plus layers can be turned off on the browser resulting in your page being one big mess. Layers also arent widely accepted - the good ole browser wars.&lt;/p&gt;
&lt;p&gt;Tables is probably one of the scariest parts of learning HTML (if you learn it) but really is quite easy and once you know it you wonder how you ever made web pages without it.&lt;/p&gt;
 </description>
     <pubDate>Sat, 02 Jun 2001 22:04:44 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1083194 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/how-design-multiple-resoulutions#comment-1083187</link>
    <description> &lt;p&gt;This is what your code would look like then:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;table width=100%&amp;gt;&lt;br /&gt;&amp;lt;tr&amp;gt;&amp;lt;td width=150&amp;gt;absolute top right corner cell&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;lt;td&amp;gt;flexible top middle cell&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;lt;td width=150&amp;gt;absolute top left corner cell&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;tr&amp;gt;&amp;lt;td width=150&amp;gt;absolute right side&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;lt;td&amp;gt; flexible middle cell&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;lt;td width=150&amp;gt;absolute left side&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;tr&amp;gt;&amp;lt;td width=150&amp;gt;bottom right corner&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;lt;td&amp;gt;flexible bottom middle&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;lt;td width=150&amp;gt;bottom left corner&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;Of course, you would change the width=150 to whatever you need, and add the spacer.gif&#039;s in the fixed width cells for netscape.&lt;/p&gt;
&lt;p&gt;I know that you can do flexible width sites with layers but I&#039;m not sure how to do that exactly.  I think it&#039;s usually easier and more reliable to use tables in this case.&lt;/p&gt;
 </description>
     <pubDate>Sat, 02 Jun 2001 16:13:16 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1083187 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/how-design-multiple-resoulutions#comment-1083184</link>
    <description> &lt;p&gt;Hrmmm i have a site like this though (sorrry for my ascii skillz&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; _________&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |_|____|_|&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; | |&amp;nbsp;&amp;nbsp;&amp;nbsp; | |&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; | |&amp;nbsp;&amp;nbsp;&amp;nbsp; | |&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; | |&amp;nbsp;&amp;nbsp;&amp;nbsp; | |&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; | |&amp;nbsp;&amp;nbsp;&amp;nbsp; | |&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |_|____|_|&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |_|____|_|&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;I have a top area for the sites logo &amp;amp; a banner add, a  lefthand sidebar, righthand sidebar and a bottom bar... no way to do this with layers?? there alot easyer to work with&lt;/p&gt;
 </description>
     <pubDate>Sat, 02 Jun 2001 14:43:05 +0000</pubDate>
 <dc:creator>Lonewolf</dc:creator>
 <guid isPermaLink="false">comment 1083184 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/how-design-multiple-resoulutions#comment-1083183</link>
    <description> &lt;p&gt;Yes, a basic layout could be coded like this:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;table width=100%&amp;gt;&lt;br /&gt;&amp;lt;tr&amp;gt;&amp;lt;td width=200&amp;gt; fixed width left side navbar&lt;br /&gt;&amp;lt;img src=&amp;quot;spacer.gif&amp;quot; width=200 height=1&amp;gt; Transparent gif &lt;br /&gt;makes sure that the table cell doesn&amp;#039;t resize weirdly in &lt;br /&gt;Netscape)&lt;br /&gt;&amp;lt;/td&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;td&amp;gt; Flexible content area will expand to fill the rest of the screen&lt;br /&gt;&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;
 </description>
     <pubDate>Sat, 02 Jun 2001 14:33:55 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1083183 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/how-design-multiple-resoulutions#comment-1083181</link>
    <description> &lt;p&gt;Lonewolf, welcome to TWF!&lt;br /&gt;
You should be able to accomplish this by using percentages instead of fixed widths in your table cells. For example, instead of setting a width of a column as 300 pixels, you could simply make it 20% (or any other percentage). &lt;/p&gt;
&lt;p&gt;If you just wanted one area to expand, you could make the other areas fixed widths, in pixels, and set the expandable area width to 100%. That is what I did with &lt;a href=&quot;http://www.intersurge.com,&quot; class=&quot;bb-url&quot;&gt;intersurge.com,&lt;/a&gt; and it seems to work fairly well. &lt;/p&gt;
&lt;p&gt;Good luck, please let us know if you have any more questions.&lt;/p&gt;
 </description>
     <pubDate>Sat, 02 Jun 2001 06:29:08 +0000</pubDate>
 <dc:creator>Brian Farkas</dc:creator>
 <guid isPermaLink="false">comment 1083181 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
