Drew
11-30-1999, 05:19 PM
To use the font you want, you can use the FACE attribute to the font tag... For example:
<FONT FACE="Optima"> ... text ... </FONT>
Like you said, though, if they don't have the font, they won't see it.[nbsp][nbsp]One thing you can do to try to fix this, though, is to use a sequence of fonts.[nbsp][nbsp]If they don't have the first one, it will check for the next, and so on.[nbsp][nbsp]For example:
[nbsp][nbsp]<FONT FACE="Optima, Veranda, Arial"> ... text ... </FONT>
The printing problem isn't your formatting of the table... just an unfortunate printing mishap on the part of your printer or the browser and your printer in combination.[nbsp][nbsp]That's my guess anyway.
_/ drew /_
<FONT FACE="Optima"> ... text ... </FONT>
Like you said, though, if they don't have the font, they won't see it.[nbsp][nbsp]One thing you can do to try to fix this, though, is to use a sequence of fonts.[nbsp][nbsp]If they don't have the first one, it will check for the next, and so on.[nbsp][nbsp]For example:
[nbsp][nbsp]<FONT FACE="Optima, Veranda, Arial"> ... text ... </FONT>
The printing problem isn't your formatting of the table... just an unfortunate printing mishap on the part of your printer or the browser and your printer in combination.[nbsp][nbsp]That's my guess anyway.
_/ drew /_