<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1003066" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1003066</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/font-size-tables#comment-1013541</link>
    <description> &lt;p&gt;Thanks guys...&lt;br /&gt;
always looking for something to keep me out of the bars  &lt;img src=&quot;http://www.webmaster-forums.com/ubb/smile.gif&quot; alt=&quot;&quot; class=&quot;bb-image&quot; /&gt;&lt;/p&gt;
&lt;p&gt;------------------&lt;br /&gt;
&lt;strong&gt;Knives, cutlery  &amp;amp; sharpeners: &lt;/strong&gt; &lt;a href=&quot;http://2kcut.com&quot; class=&quot;bb-url&quot;&gt;Millennium Cutlery&lt;/a&gt;&lt;br /&gt;
ICQ: 65454647&lt;br /&gt;
....always looking for related subject banner/link exchanges.&lt;/p&gt;
 </description>
     <pubDate>Mon, 10 Apr 2000 12:55:00 +0000</pubDate>
 <dc:creator>tiny</dc:creator>
 <guid isPermaLink="false">comment 1013541 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/font-size-tables#comment-1013540</link>
    <description> &lt;p&gt;&lt;a href=&quot;http://www.inforamp.net/~suzanne/index/links.htm#css&quot; class=&quot;bb-url&quot;&gt;www.inforamp.net/~suzanne/index/links.htm#css&lt;/a&gt;  is my pile o links on the topic -- and some explanations of what is good and why.&lt;/p&gt;
&lt;p&gt; &lt;img src=&quot;http://www.webmaster-forums.com/ubb/smile.gif&quot; alt=&quot;&quot; class=&quot;bb-image&quot; /&gt; Suzanne&lt;/p&gt;
&lt;p&gt;------------------&lt;br /&gt;
&lt;a href=&quot;http://www.zerocattle.com&quot; class=&quot;bb-url&quot;&gt;Zero Cattle&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.inforamp.net/~suzanne/&quot; class=&quot;bb-url&quot;&gt;Suzanne&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.inforamp.net/~suzanne/index/celtic.html&quot; class=&quot;bb-url&quot;&gt;Tables DeMystified&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Mon, 10 Apr 2000 01:24:00 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1013540 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/font-size-tables#comment-1013539</link>
    <description> &lt;p&gt;here&#039;s a nice &#039;n&#039; easy CSS place   &lt;img src=&quot;http://www.webmaster-forums.com/ubb/smile.gif&quot; alt=&quot;&quot; class=&quot;bb-image&quot; /&gt;&lt;br /&gt;
 &lt;a href=&quot;http://vzone.virgin.net/sizzling.jalfrezi/iniframe.htm&quot; class=&quot;bb-url&quot;&gt;http://vzone.virgin.net/sizzling.jalfrezi/iniframe.htm&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;edited to make sense - the link you want is in the menu frame on the left when you get there.&lt;/p&gt;
&lt;p&gt;[This message has been edited by AndyB (edited 09 April 2000).]&lt;/p&gt;
 </description>
     <pubDate>Sun, 09 Apr 2000 23:23:00 +0000</pubDate>
 <dc:creator>AndyB</dc:creator>
 <guid isPermaLink="false">comment 1013539 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/font-size-tables#comment-1013538</link>
    <description> &lt;p&gt;Whew!  Just when I think I&#039;ve got this stuff down, I find out how much I have to learn.&lt;/p&gt;
&lt;p&gt;I don&#039;t know ANYthing about CSS.&lt;br /&gt;
Any tips on links to learn what I need to get a grasp on it?&lt;/p&gt;
&lt;p&gt;I got a little of what you were saying, but without the CSS piece, I&#039;m afraid it&#039;s clear as mud right now.&lt;/p&gt;
&lt;p&gt;Much appreciated.&lt;/p&gt;
 </description>
     <pubDate>Sun, 09 Apr 2000 21:04:00 +0000</pubDate>
 <dc:creator>tiny</dc:creator>
 <guid isPermaLink="false">comment 1013538 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/font-size-tables#comment-1013537</link>
    <description> &lt;p&gt;You can&#039;t change the font that way because it is a nesting error -- the font tag doesn&#039;t fit in that container -- you are trying to put your fridge in your oranges, if you know what I mean.&lt;/p&gt;
&lt;p&gt;With CSS, you can add class=&quot;smaller&quot; to every td tag that you want to have smaller, or if all tables everywhere are going to be smaller, simply add this to your head tag on every page...&lt;/p&gt;
&lt;p&gt;&amp;lt;style type=&quot;text/css&quot;&amp;gt;&lt;br /&gt;
&amp;lt;!--&lt;/p&gt;
&lt;p&gt;table, tr, td {font-size: smaller;}&lt;/p&gt;
&lt;p&gt;--&amp;gt;&lt;br /&gt;
&amp;lt;/style&amp;gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;or!&lt;/strong&gt; learn how to create a global stylesheet and do it once and add only this to every page...&lt;/p&gt;
&lt;p&gt;&amp;lt;link rel=stylesheet type=&quot;text/css&quot; href=&quot;style.css&quot;&amp;gt;&lt;/p&gt;
&lt;p&gt;Global stylesheets are the best for standard stuff -- like font colours, sizes, background images, that sort of thing, then local style sheets (the first option) for tweaks to specific pages, items that are only for a specific page like positioning, things that are only on one page and are repeated -- like if you have ONE table on ONE page that needs to be smaller.  Inline style sheets would be if on the site, on the page, one cell, one tag needs to be different -- then you can do this:&lt;/p&gt;
&lt;p&gt;&amp;lt;td style=&quot;font-size: smaller;&quot;&amp;gt;&lt;/p&gt;
&lt;p&gt;Got it?!&lt;/p&gt;
&lt;p&gt; &lt;img src=&quot;http://www.webmaster-forums.com/ubb/smile.gif&quot; alt=&quot;&quot; class=&quot;bb-image&quot; /&gt; Suzanne&lt;/p&gt;
&lt;p&gt;------------------&lt;br /&gt;
&lt;a href=&quot;http://www.zerocattle.com&quot; class=&quot;bb-url&quot;&gt;Zero Cattle&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.inforamp.net/~suzanne/&quot; class=&quot;bb-url&quot;&gt;Suzanne&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.inforamp.net/~suzanne/index/celtic.html&quot; class=&quot;bb-url&quot;&gt;Tables DeMystified&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Sun, 09 Apr 2000 18:25:00 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1013537 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/font-size-tables#comment-1013535</link>
    <description> &lt;p&gt;I&#039;d like to reduce the font size in my tables, here:   &lt;a href=&quot;http://2kcut.com/cold-steel2.shtml&quot; class=&quot;bb-url&quot;&gt;http://2kcut.com/cold-steel2.shtml&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;but found that this code does not work:&lt;/p&gt;
&lt;p&gt;&amp;lt;Table border align=&quot;center&quot; width=&quot;100%&quot;&amp;gt;&lt;br /&gt;
&amp;lt;font face=&quot;Verdana, Helvetica, Arial&quot; size=2&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;!--Top Row--&amp;gt;&lt;br /&gt;
&amp;lt;TR VALIGN=&quot;bottom&quot;&amp;gt;&lt;br /&gt;
&amp;lt;TD ALIGN=&quot;left&quot;&amp;gt;Item #&amp;lt;/TD&amp;gt;&lt;br /&gt;
&amp;lt;TD ALIGN=&quot;left&quot;&amp;gt;Description&amp;lt;/TD&amp;gt;&lt;br /&gt;
&amp;lt;TD ALIGN=&quot;right&quot;&amp;gt;Your Price&amp;lt;/TD&amp;gt;&lt;br /&gt;
&amp;lt;TD ALIGN=&quot;left&quot;&amp;gt;Click to Order&amp;lt;/TD&amp;gt;&lt;br /&gt;
&amp;lt;/TR&amp;gt;&lt;/p&gt;
&lt;p&gt;will i have to put the font tag in EVERY &amp;lt;TD&amp;gt; tag?  please don&#039;t say it&#039;s so.&lt;/p&gt;
&lt;p&gt;and can you please tell me how to reduce the size of the &quot;Click to Order&quot; column?&lt;/p&gt;
&lt;p&gt;thanks..&lt;br /&gt;
~ Carole&lt;/p&gt;
&lt;p&gt;------------------&lt;br /&gt;
&lt;strong&gt;Knives, cutlery  &amp;amp; sharpeners: &lt;/strong&gt; &lt;a href=&quot;http://2kcut.com&quot; class=&quot;bb-url&quot;&gt;Millennium Cutlery&lt;/a&gt;&lt;br /&gt;
ICQ: 65454647&lt;br /&gt;
....always looking for related subject banner/link exchanges.&lt;/p&gt;
 </description>
     <pubDate>Sun, 09 Apr 2000 14:41:00 +0000</pubDate>
 <dc:creator>tiny</dc:creator>
 <guid isPermaLink="false">comment 1013535 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
