<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1028894" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1028894</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/please-help-tables#comment-1169594</link>
    <description> &lt;p&gt;Looks like I got a solution! Bump the table right and it worked. Thanks for the help guys.&lt;/p&gt;
 </description>
     <pubDate>Fri, 15 Apr 2005 05:31:25 +0000</pubDate>
 <dc:creator>Lxmx</dc:creator>
 <guid isPermaLink="false">comment 1169594 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/please-help-tables#comment-1169591</link>
    <description> &lt;p&gt;Yeah, I&#039;ve tried going margin-right: auto, margin-left:auto in the CSS, which didn&#039;t align it properly. I&#039;ve also tried align=&quot;center&quot; in the table, which still leaves everything misaligned.&lt;/p&gt;
&lt;p&gt;andy206uk found what should be a workaround, however I ran into some snags:&lt;br /&gt;
The problem with being &quot;short&quot; only arose after I put the document in Standards mode. To try and work around the problem, I made a background with the white image and put it on repeat-y. Now that should work, but nothing is aligned, regardless of whether I center the tables using CSS (margin-right:auto etc) or even if I do it in the table (align=&quot;center&quot;).&lt;/p&gt;
&lt;p&gt;At first glance to me it seemed as if I had accidentally put in a margin value in one of my CSS classes, this doesn&#039;t seem to be the case. I then also checked the measurements and it seems that the background image is perfectly centered while the tables are a few pixels off.&lt;/p&gt;
&lt;p&gt;So, the new question is, what can I do to get those tables to line up with the background? &lt;a href=&quot;http://lxmx.net/system.php&quot; class=&quot;bb-url&quot;&gt;Click here to see the problem &lt;/a&gt;. Is there any way I can compensate for the discrepancy or even better, eliminate the problem altogether?&lt;/p&gt;
 </description>
     <pubDate>Fri, 15 Apr 2005 01:43:13 +0000</pubDate>
 <dc:creator>Lxmx</dc:creator>
 <guid isPermaLink="false">comment 1169591 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/please-help-tables#comment-1169588</link>
    <description> &lt;p&gt;put align=&quot;center&quot; in your table tag. BTW this has really bad horizontal scroll at 800 X 600.&lt;/p&gt;
 </description>
     <pubDate>Thu, 14 Apr 2005 22:38:56 +0000</pubDate>
 <dc:creator>Roo</dc:creator>
 <guid isPermaLink="false">comment 1169588 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/please-help-tables#comment-1169578</link>
    <description> &lt;p&gt;Wow, how did &lt;a href=&quot;http://lxmx.net/system.php&quot; class=&quot;bb-url&quot;&gt;this&lt;/a&gt;  happen. Click the link to see. I wonder how it got aligned like that? Any ideas? Once again, I&#039;m stumped.&lt;/p&gt;
 </description>
     <pubDate>Thu, 14 Apr 2005 16:46:41 +0000</pubDate>
 <dc:creator>Lxmx</dc:creator>
 <guid isPermaLink="false">comment 1169578 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/please-help-tables#comment-1169577</link>
    <description> &lt;p&gt;Yeah, adding a Doctype is what changed it. It&#039;s now completely XHTML compliant but a new problem has arisen. I think I get what you mean about the y-repeating background. I&#039;ll go give it a shot.&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;
 </description>
     <pubDate>Thu, 14 Apr 2005 16:01:12 +0000</pubDate>
 <dc:creator>Lxmx</dc:creator>
 <guid isPermaLink="false">comment 1169577 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/please-help-tables#comment-1169574</link>
    <description> &lt;p&gt;Have you added a doctype?&lt;/p&gt;
&lt;p&gt;The reason is simple. height=&quot;100%&quot; shouldn&#039;t fill the viewport (browser window) it should fill the  element which is only physically as high as the content within it.&lt;/p&gt;
&lt;p&gt;By adding a doctype you will have told the browser to render in standards mode which behaves as I described above. Not having a doctype means the browser renders in &quot;quirks mode&quot; which lets you get away with strange stuff and one of those strange things is 100% being 100% of the viewport.&lt;/p&gt;
&lt;p&gt;Why do you need the table to be 100% high? If it&#039;s so you can achieve the white portion in the middle, simply use a y-repeating, center aligned background image of the white section and set the background colour to orange.&lt;/p&gt;
&lt;p&gt;I hope that wasn&#039;t all too confusing. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/wink.png&quot; title=&quot;Wink&quot; alt=&quot;Wink&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Thu, 14 Apr 2005 15:55:16 +0000</pubDate>
 <dc:creator>andy206uk</dc:creator>
 <guid isPermaLink="false">comment 1169574 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/please-help-tables#comment-1169573</link>
    <description> &lt;p&gt;What&#039;s your screen resolution set at? Mine is at 1024x768, and those both look fine to me.&lt;/p&gt;
 </description>
     <pubDate>Thu, 14 Apr 2005 14:30:48 +0000</pubDate>
 <dc:creator>timjpriebe</dc:creator>
 <guid isPermaLink="false">comment 1169573 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
