<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1019061" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1019061</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/screen-resolution#comment-1112942</link>
    <description> &lt;p&gt;Megan,&lt;/p&gt;
&lt;p&gt;That was simple enough - shoulda thought of that myself!  Thanks for all your help!&lt;/p&gt;
&lt;p&gt;Bob&lt;/p&gt;
 </description>
     <pubDate>Sun, 25 Aug 2002 12:05:24 +0000</pubDate>
 <dc:creator>Bob</dc:creator>
 <guid isPermaLink="false">comment 1112942 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/screen-resolution#comment-1112935</link>
    <description> &lt;p&gt;What you could do is create a tabled layout as we discussed above and put the top area with the logo and left side navigation into a server-side include (SSI).  That way you could have the same navbar on every page but wouldn&#039;t have to change every page every time you wanted to change the navbar.  It would all be in one file.  The same could be done for things you wanted on the right &amp;amp; bottom of every page.  This is how I do my sites.&lt;/p&gt;
 </description>
     <pubDate>Sun, 25 Aug 2002 03:19:39 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1112935 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/screen-resolution#comment-1112929</link>
    <description> &lt;p&gt;Webmistress, Megan, jkd,&lt;/p&gt;
&lt;p&gt;Thanks for your quick replies!  I&#039;ve implemented some of your suggestions, which I think have helped already.  I&#039;ll keep working to improve it more.&lt;/p&gt;
&lt;p&gt;Webmistress: question about your comment about the frames.  I&#039;ve heard that before, that frames are &quot;old&quot; and shouldn&#039;t really be used.  I agree that they can be overdone, but I actually like it used here because I think it makes for very easy site navigation.  Anywhere the user goes on the site, they can easily navigate back, or anywhere else using the links in the left frame.  Without using frames, I&#039;d have to code some sort of navigation bar on each page throughout the site to allow for the same ease of navigation, unless I&#039;m missing something.  Any thoughts on providing this navigation if I were to get rid of the frames, would be appreciated! &lt;/p&gt;
&lt;p&gt;Thanks again to everyone for their help!&lt;/p&gt;
&lt;p&gt;Bob&lt;br /&gt;
&lt;a href=&quot;mailto:jjvoice@optonline.net&quot; class=&quot;bb-email&quot;&gt;jjvoice@optonline.net&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Sat, 24 Aug 2002 20:29:25 +0000</pubDate>
 <dc:creator>Bob</dc:creator>
 <guid isPermaLink="false">comment 1112929 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/screen-resolution#comment-1112928</link>
    <description> &lt;p&gt;Always use relative units. %&#039;s for widths, heights, etc and em for fonts.&lt;/p&gt;
&lt;p&gt;If you must use fixed units, then I like to center the main body so that in higher resolutions, there is a nice uniform amount of whitespace on both sides.&lt;/p&gt;
 </description>
     <pubDate>Sat, 24 Aug 2002 19:45:55 +0000</pubDate>
 <dc:creator>jkd</dc:creator>
 <guid isPermaLink="false">comment 1112928 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/screen-resolution#comment-1112926</link>
    <description> &lt;p&gt;Your main problem here seems to be the centre column which isn&#039;t lining up as well at higher reslutions.  &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Quick Fix &lt;/strong&gt;The main problem here seems to be the alignment of your images down the centre of the page.  The &quot;2002-2003 shows&quot; graphic is in a table cell that&#039;s aligned right - it would proabably look better if that was aligned to the center.  That might solve a lot of your problems.  Also put the top header graphic in the same table column as those other centre graphics.  That way all three of them will align down the center of the page&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;A Better Way &lt;/strong&gt;If you want things to look the same regardless of resolution you should use a fixed-width table to contain your layout as the Webmistress said.  Another option would be to use a flexible width layout, with the table width set to 100%.  In your case this main table would contain three columns - the right and left columns would have set widths while the centre one would have no widdth attribute which would allow it to scale depending on the user&#039;s resolution.&lt;/p&gt;
&lt;p&gt;(you&#039;ve got some really odd things going on in this code here.  You might want to re-do some of this.  Seems like you&#039;ve got a lot of redundant table cells and javascripts... but you&#039;d know better than I would why those things are there.  Also make sure to put height, width, and alt attributes in your image tags).&lt;/p&gt;
 </description>
     <pubDate>Sat, 24 Aug 2002 17:42:39 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1112926 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/screen-resolution#comment-1112924</link>
    <description> &lt;p&gt;Remove the frames as they can be unpredictable and make sites look old &amp;amp; tired IMO. Your best bet is to use a fixed tabel layout so you can be sure that the layout will look the same whatever resolution, except that at larger res there&#039;ll be more whitespace.&lt;/p&gt;
 </description>
     <pubDate>Sat, 24 Aug 2002 16:58:59 +0000</pubDate>
 <dc:creator>The Webmistress</dc:creator>
 <guid isPermaLink="false">comment 1112924 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
