<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1014444" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1014444</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/font-sizes#comment-1086325</link>
    <description> &lt;p&gt;The major problem when it comes to font sizes is that Netscape displays fonts a bit smaller than IE. Also Macintosh and Windows screens are different.&lt;/p&gt;
&lt;p&gt;Here&#039;s the best solution:&lt;/p&gt;
&lt;p&gt;1. Use style sheets and set font size in pixels (&quot;px&quot;), not &quot;pt&quot;. That way, Macintosh and PC will show the ame size.&lt;/p&gt;
&lt;p&gt;2. Make another style sheet where all font sizes are 1 pixel bigger. &lt;/p&gt;
&lt;p&gt;3. Use Javascript to determine what browser the client is using. If they are using Netscape, use the style sheet with bigger fonts. If they are using anything else, call the default style sheet.&lt;/p&gt;
&lt;p&gt;here&#039;s an example: &lt;a href=&quot;http://www.missoulaweb.com&quot; class=&quot;bb-url&quot;&gt;http://www.missoulaweb.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Steven&lt;/p&gt;
 </description>
     <pubDate>Wed, 01 Aug 2001 01:15:10 +0000</pubDate>
 <dc:creator>MBurst</dc:creator>
 <guid isPermaLink="false">comment 1086325 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Re: Re: I recently had the same problem...</title>
    <link>https://www.webmaster-forums.net/webmasters-corner/font-sizes#comment-1085512</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote: &lt;em&gt;Originally posted by Adam Oberdorfer &lt;/em&gt;&lt;br /&gt;
&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Please explain your theory on this. &lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Okay. The theory is that Unix PCs (using high resolution and Netscape browsers) don&#039;t interpret CSS - that&#039;s why they use the size=&quot;2&quot; info. Simple: if you go below size=&quot;2&quot; on those systems, you won&#039;t be able to read anything at all.&lt;br /&gt;
And on &quot;normal&quot; (Windows) systems, which take the CSS and skip the size=&quot;2&quot; info, you can express any size you like with CSS.&lt;br /&gt;
Does that explain my theory?&lt;/p&gt;
 </description>
     <pubDate>Wed, 18 Jul 2001 18:05:21 +0000</pubDate>
 <dc:creator>Estacado</dc:creator>
 <guid isPermaLink="false">comment 1085512 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/font-sizes#comment-1085451</link>
    <description> &lt;p&gt;I admit broadening my comments to include more then just typeface. And I agree with you to a certain extent, however I still will never use stylesheets alone.&lt;/p&gt;
&lt;p&gt;If anyone thought my comments above implied that I consider developers with different views or techniques then I do to be poor developers you misunderstood my intention. To reword my statement I think developers that have the ability to design sites that display on the majority of browsers and degrade gracefully on older browsers to be great developers. I&#039;ve seen developers who are incredible in the compatibility field and respect them to the fullest extent. &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;
 </description>
     <pubDate>Tue, 17 Jul 2001 20:20:32 +0000</pubDate>
 <dc:creator>Adam Oberdorfer</dc:creator>
 <guid isPermaLink="false">comment 1085451 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/font-sizes#comment-1085446</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote: &lt;em&gt;Originally posted by Adam Oberdorfer &lt;/em&gt;&lt;br /&gt;
&lt;strong&gt;I always get scrutinized for my &quot;cross compatibility proves a developer&quot; views however I think any professionals who&#039;s been in the field long enough would agree. I can design super sites in Photoshop but until they work in 99.9% of the browsers I haven&#039;t proven my skills. &lt;/strong&gt;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Maybe we&#039;re understanding the subject differently but I just don&#039;t see this as a major compatibility issue.  I mean, it doesn&#039;t matter to me if 1% of my visitors see default Times instead of the desired Arial.  It&#039;s just not worth my time to insert a whole bunch of font tags just for that.  Of course I want to makes sure the site is usable for them, but that&#039;s not the same as spending hours and hours trying to make it look exactly the same in every single browser out there. Funcationality and aesthetics are two different things. Does that make me a bad developer?  I don&#039;t think so. &lt;/p&gt;
&lt;p&gt;And of course, if a client wanted it to look exactly the same then I would put in the time and charge him the hours to do that.  But when I&#039;m the client and it&#039;s my time then hey, it doesn&#039;t really matter.&lt;/p&gt;
 </description>
     <pubDate>Tue, 17 Jul 2001 20:02:43 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1085446 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Re: I recently had the same problem...</title>
    <link>https://www.webmaster-forums.net/webmasters-corner/font-sizes#comment-1085440</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote: &lt;em&gt;Originally posted by Estacado &lt;/em&gt;&lt;br /&gt;
&lt;strong&gt;&lt;br /&gt;
Unix-PCs cannot interpret CSS, so they use the size=&quot;2&quot;, as well as any other type which cannot read CSS. &lt;/strong&gt;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Well you need to define Unix. Unix PC&#039;s using something like Lynx to connect to the web, don&#039;t use stylesheets nor do they support the use of images. Most newer Linux distros have some or full support for stylesheets. Font support or the lack thereof is the main problem with Unix systems and viewing of web pages. &lt;/p&gt;
&lt;p&gt;Even though I am a big supporter of Linux/Unix, I still design pages to look good font-wise in the 90% or so of systems that surf using Windows. It is kind of like so many other issues in designing a website like: what resolution, what browser, what OS, etc. You have to consider the smaller minorities but design mostly for the 80-90% crowd. &lt;/p&gt;
&lt;p&gt;About the only time that I will use the font tag instead of stylesheets, would be if I have an important or error message that I want to display. Just to make sure that it is visible I will put it in a red font. I think that anyone that uses Homesite would not use the font tag much since it errors on the code check and tells you to use stylesheets.&lt;/p&gt;
 </description>
     <pubDate>Tue, 17 Jul 2001 19:27:54 +0000</pubDate>
 <dc:creator>mairving</dc:creator>
 <guid isPermaLink="false">comment 1085440 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Re: I recently had the same problem...</title>
    <link>https://www.webmaster-forums.net/webmasters-corner/font-sizes#comment-1085436</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote: &lt;em&gt;Originally posted by Estacado &lt;/em&gt;&lt;br /&gt;
&lt;strong&gt;Keep in mind: On &quot;CLASS&quot; you can do whatever you want, but on &quot;SIZE&quot; never go below size=&quot;2&quot;.&lt;/strong&gt;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Please explain your theory on this.&lt;/p&gt;
 </description>
     <pubDate>Tue, 17 Jul 2001 18:46:13 +0000</pubDate>
 <dc:creator>Adam Oberdorfer</dc:creator>
 <guid isPermaLink="false">comment 1085436 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/font-sizes#comment-1085434</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote: &lt;em&gt;Originally posted by Megan Jack &lt;/em&gt;&lt;br /&gt;
&lt;strong&gt;Do you find that a lot of your visitors are using version 3 browsers?  I usually only have one or two per month, so I really don&#039;t care if my sites don&#039;t look right to those few people.&lt;/strong&gt;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;I agree with you in theory however similar standards to what 3.0 browsers supported are now used in other technologies such as WebTV, some wireless and handheld browsers, new web terminals, and other non-Windows operating systems. It&#039;s going to be around for while yet.&lt;/p&gt;
&lt;p&gt;Style sheets are great but the font tag is not obsolete (use it people!). Using the font tag in combination with style sheets (yes, you have to use pixels) is the best method for now. Getting fonts to display correctly in 3.0, 4.0, 5.0, and now 6.0 browsers should be a challenge that every web developer desires to live up to. Unless my clients has directed me not to make the site compatible (it&#039;s happened a few times, usually on first phase development projects where application development is the priority) I don&#039;t release a site until it looks good in 3.0, 4.0, 5.0, and now 6.0 browsers. It&#039;s a fair amount of work but once you get the hang of things it&#039;s pretty straightforward.&lt;/p&gt;
&lt;p&gt;I always get scrutinized for my &quot;cross compatibility proves a developer&quot; views however I think any professionals who&#039;s been in the field long enough would agree. I can design super sites in Photoshop but until they work in 99.9% of the browsers I haven&#039;t proven my skills.&lt;/p&gt;
 </description>
     <pubDate>Tue, 17 Jul 2001 18:43:30 +0000</pubDate>
 <dc:creator>Adam Oberdorfer</dc:creator>
 <guid isPermaLink="false">comment 1085434 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>I recently had the same problem...</title>
    <link>https://www.webmaster-forums.net/webmasters-corner/font-sizes#comment-1085400</link>
    <description> &lt;p&gt;Same problem I had in the last few days...&lt;br /&gt;
Solved it with:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;font face=&amp;quot;Verdana, Helvetica, Arial&amp;quot; size=&amp;quot;2&amp;quot; CLASS=&amp;quot;menu&amp;quot;&amp;gt;&lt;/code&gt;&lt;/div&gt;&#039;&lt;br /&gt;
This is a mixture of all and it works perfect on all platforms and browser-types. Unix-PCs cannot interpret CSS, so they use the size=&quot;2&quot;, as well as any other type which cannot read CSS. All others use the specified size on CLASS=&quot;menu&quot;. This tag above is what I use on all my pages.&lt;br /&gt;
Keep in mind: On &quot;CLASS&quot; you can do whatever you want, but on &quot;SIZE&quot; never go below size=&quot;2&quot;.&lt;/p&gt;
 </description>
     <pubDate>Tue, 17 Jul 2001 10:49:34 +0000</pubDate>
 <dc:creator>Estacado</dc:creator>
 <guid isPermaLink="false">comment 1085400 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/font-sizes#comment-1084698</link>
    <description> &lt;p&gt;you could write a javascript that loads different external CSSfiles depending which resolution...&lt;/p&gt;
 </description>
     <pubDate>Wed, 04 Jul 2001 13:55:32 +0000</pubDate>
 <dc:creator>Jack Michaelson</dc:creator>
 <guid isPermaLink="false">comment 1084698 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/font-sizes#comment-1084195</link>
    <description> &lt;p&gt;body {font-size: 14px}&lt;br /&gt;
This should do it, I apears the same on every computer. Exept if the resolution is different, but that wil stay a problem.&lt;/p&gt;
 </description>
     <pubDate>Tue, 26 Jun 2001 11:54:41 +0000</pubDate>
 <dc:creator>Gyrbo</dc:creator>
 <guid isPermaLink="false">comment 1084195 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
