<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1016584" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1016584</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-tables#comment-1096371</link>
    <description> &lt;p&gt;No, even with a fixed font, the tables will resize based on the text if they are in percentages.  However, there are some things that appear to be exceptions (they aren&#039;t).&lt;/p&gt;
&lt;p&gt;1. using a percentage table within an absolute table cell -- it won&#039;t change shape, but it&#039;s the parent td that is keeping it from changing.&lt;/p&gt;
&lt;p&gt;2. Using images or formatting the text so it doesn&#039;t expand if there is more room.&lt;/p&gt;
&lt;p&gt;3. Putting the (invalid) attribute  in a td (can cause all sorts of other issues, though).&lt;/p&gt;
&lt;p&gt;You can mix a relative table with absolute cells, too. So the table could be 100%, but the first column set to 150 pixels. &lt;/p&gt;
&lt;p&gt;Or the other way around -- table set to 500 pixels, but the columns set to percentages or not set at all, just dependent on the content.&lt;/p&gt;
&lt;p&gt;***&lt;/p&gt;
&lt;p&gt;It&#039;s best not to set the height at all, let the content set the height. Height is deprecated.&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; Suzanne&lt;/p&gt;
 </description>
     <pubDate>Sat, 15 Dec 2001 22:35:18 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1096371 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>tds?</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-tables#comment-1096365</link>
    <description> &lt;p&gt;I was looking at another site that the tables did not resize, but they used percentage on all the tables, would it mean using a fixed font on the td instead and not the table? Also, does it mean the height as well as the width needs to be fixed in pixels? Should I even be worrying about it ..heres the page: (its still under construction)&lt;br /&gt;
&lt;a href=&quot;http://www.aspbahamas.com/index.asp&quot; class=&quot;bb-url&quot;&gt;http://www.aspbahamas.com/index.asp&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;by the way im more into coding then design, doing vbscript in ASP for a couple of years now, which is why im just getting into CSS &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;
&lt;p&gt;thanks&lt;/p&gt;
&lt;p&gt;Rory&lt;/p&gt;
 </description>
     <pubDate>Sat, 15 Dec 2001 21:23:31 +0000</pubDate>
 <dc:creator>Rory Knowles</dc:creator>
 <guid isPermaLink="false">comment 1096365 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Yup...</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-tables#comment-1096362</link>
    <description> &lt;p&gt;Having the tables in percentages means that they can move about as needed. &lt;/p&gt;
&lt;p&gt;Unfortunately the max/min concept (in CSS) isn&#039;t supported at this time, so I can&#039;t offer you a CSS solution to table sizing.&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; Suzanne&lt;/p&gt;
 </description>
     <pubDate>Sat, 15 Dec 2001 21:06:39 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1096362 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>I think i understand now</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-tables#comment-1096336</link>
    <description> &lt;p&gt;So the tables will still move unless I have the tables and tds set to pixles and not percentages then ..?&lt;/p&gt;
 </description>
     <pubDate>Sat, 15 Dec 2001 09:06:44 +0000</pubDate>
 <dc:creator>Rory Knowles</dc:creator>
 <guid isPermaLink="false">comment 1096336 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-tables#comment-1096334</link>
    <description> &lt;p&gt;I&#039;m no expert but I found this link:&lt;br /&gt;
&lt;a href=&quot;http://www.faqts.com/knowledge_base/view.phtml/aid/8553/fid/337&quot; class=&quot;bb-url&quot;&gt;http://www.faqts.com/knowledge_base/view.phtml/aid/8553/fid/337&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Also, I checked some of my sites and in pages were I am using something like this below it will let you resize:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;style type=&amp;quot;text/css&amp;quot;&amp;gt;&lt;br /&gt; A:link { text-decoration: none; color:&amp;quot;#000000&amp;quot; }&lt;br /&gt; A:visited { text-decoration: none; color:&amp;quot;#000000&amp;quot; }&lt;br /&gt; A:hover { text-decoration: none; color:&amp;quot;FF0000&amp;quot; }&lt;br /&gt;&amp;lt;/style&amp;gt;&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;BUT when I used something like this it doesn&#039;t:&lt;br /&gt;
&lt;code&gt;&amp;lt;td valign=&amp;quot;top&amp;quot; height=&amp;quot;190&amp;quot; class=&amp;quot;main&amp;quot;&amp;gt;&lt;/code&gt;&#039; &lt;/p&gt;
&lt;p&gt;That is a good question. I will be waiting for Suzanne to give you the correct answer.&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;
&lt;p&gt;OPPPS...She beat me to the punch.&lt;/p&gt;
 </description>
     <pubDate>Sat, 15 Dec 2001 08:16:42 +0000</pubDate>
 <dc:creator>disaster-master</dc:creator>
 <guid isPermaLink="false">comment 1096334 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>no part</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-tables#comment-1096333</link>
    <description> &lt;p&gt;It&#039;s not the CSS that&#039;s causing the tables to expand, it&#039;s the font size.&lt;/p&gt;
&lt;p&gt;If you want to be able to increase or decrease your font size, without affecting the table size, you will have to use absolute widths for the table instead of percentages.&lt;/p&gt;
&lt;p&gt;If you want to have the table fluid and resizable, you will have to set the font size in the CSS in px so it isn&#039;t resizable.&lt;/p&gt;
&lt;p&gt;There is no inbetween.&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; Suzanne&lt;/p&gt;
 </description>
     <pubDate>Sat, 15 Dec 2001 08:00:54 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1096333 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
