<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1003053" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1003053</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/setting-font-attributes#comment-1013479</link>
    <description> &lt;p&gt;Using pt won&#039;t work as IE makes fonts slightly larger than actual size.&lt;/p&gt;
&lt;p&gt;In order to get as close as possible, you need to use px sizing and you need to be really careful with this as small pixel sizing will make the page illegible in Linux browsers, can interfere with printing size and will also prevent the user from utilizing the font increase and decrease buttons in their browsers that allow for adjustments based on need (like poor vision or a small monitor, or a really large monitor).&lt;/p&gt;
&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 a list of CSS resources that you will find very valuable, including the master grid of what is supported.&lt;/p&gt;
&lt;p&gt;Also, you need to specify all tags in the declaration that will be affected, or you run into issues with some versions of some browsers.&lt;/p&gt;
&lt;p&gt;So instead of just body, td {}, you would have&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;body, table, tr, td, div, p, address, h1, h2, h3, h4, h5, h6, a {}&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Just remove the ones you don&#039;t use (like the headings that won&#039;t be used) but include every basic link.&lt;/p&gt;
&lt;p&gt;I start with that line, and if any of the tags are going to have more declarations, I pull them out of the list, keep the font-family declaration and build the rest.&lt;/p&gt;
&lt;p&gt;As well, keep the font-family as the LAST declaration in every tag so that IE 3.0 won&#039;t stop reading after it sees 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;
&lt;p&gt;[This message has been edited by Suzanne (edited 07 April 2000).]&lt;/p&gt;
 </description>
     <pubDate>Fri, 07 Apr 2000 19:13:00 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1013479 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/setting-font-attributes#comment-1013478</link>
    <description> &lt;p&gt;You could set it with a stylesheet on &quot;body&quot; in the header.  Here&#039;s a simple file that works cross-browser:&lt;/p&gt;
&lt;p&gt;&amp;lt;html&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;&lt;br /&gt;
&amp;lt;style type=&quot;text/css&quot;&amp;gt;&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
body {font-family: Arial; font-size: 18pt; color: #ff0000}&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&amp;lt;/style&amp;gt;&lt;br /&gt;
&amp;lt;/head&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;body&amp;gt;&lt;/p&gt;
&lt;p&gt;test test&lt;/p&gt;
&lt;p&gt;&amp;lt;/body&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;/p&gt;
&lt;p&gt;If you have tables, you will probably have to set &quot;td&quot; the same as &quot;body.&quot;&lt;/p&gt;
&lt;p&gt;I hope this helps!&lt;br /&gt;
Phyllis&lt;/p&gt;
&lt;p&gt;[This message has been edited by phyllis (edited 07 April 2000).]&lt;/p&gt;
 </description>
     <pubDate>Fri, 07 Apr 2000 14:07:00 +0000</pubDate>
 <dc:creator>phyllis</dc:creator>
 <guid isPermaLink="false">comment 1013478 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
