>Thanks for the reply!  I'm glad that page looks fine on your machine. 
>It still doesn't look fine here.  I checked out your me.html page.  All
>the text is in tiny Times.  I see no Verdana there on my machine.  I
>checked your source code, and I do see that you specified Verdana for
>the page.  But I can see Verdana fine on certain pages, like
>http://www.emeraldbiostructures.com/company.htm.  How do I check my
>XFree86 fontpath?  I find this process when I do 'ps aux':

You can see the http://www.emeraldbiostructures.com/company.htm page correctly
because they did the correct HTML coding:

        <font face="Verdana, Arial, Helvetica, sans-serif" size="2">

What they did wrong was set size 2 (which can get too small).  You were NOT
seeing the verdana font, you were seeing the helvetica font.  If you insist
on using verdana, you have to cover your ass for those sites that don't
have verdana, like you.

The following pages are coded INCORRECTLY:

        http://jaeger.morpheus.net/
        http://www.emeraldbiostructures.com/buffers.htm

The HTML code looks like:

        <font face=verdana size=-1 color=#ffffff>
        <FONT FACE="verdana">

First off, it only contains one font, a MicroSh!t only font.  Not all Linux
systems will have that font installed and lots of other Unix system CAN'T
install the font.  So, you MUST create HTML that works across ALL platforms,
and that means listing several fonts in the code.  Don't forget the
double-quotes.

MB
-- 
e-mail: [EMAIL PROTECTED]
    Bart: Hey, why is it destroying other toys?  Lisa: They must have
    programmed it to eliminate the competition.  Bart: You mean like
    Microsoft?  Lisa: Exactly.  [The Simpsons - 12/18/99]
Visit - URL:http://www.vidiot.com/  (Your link to Star Trek and UPN)


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to