[tip] How do I specify the font used by my disclaimer?

To specify the font used in HTML disclaimers (plain text doesn’t have any formatting) you can use HTML <font> tags, for example:

<font face="Verdana" size="2">some text</font>

A better approach is to use a <span> tags with a style attribute as it gives more control over the appearance of the text:

<span style="font-family: Verdana; font-size: 11px;">some text</span>

More information can be found at Webreference.com

HTML disclaimers are essentially the same as HTML files for websites, so the information in the above tutorial applies to disclaimers too.

Date: January 9th 2005

buy mxClaim online  try mxClaim for 30 days