HTML(Font)

Version Ref: 5.0 (not included in filePro Lite)

Syntax:

HTML :FN "This is big text" :SI "+2" :CO "ffffff"

 

HTML

Function

TAG

Tag

Code

Tag Value

Attr

Value

# of

Values

Font

<FONT>

:FN

Optional

Text

:CO

Color

1

 

 

 

 

:SI

Size

1

 

 

 

 

:TX

Any text

+

 

Description:

Controls font color and size.

 

Note: If the optional value is given, it is output as text, and a closing </FONT> is automatically generated. The following generate identical output:

 

Examples:

 

Method 1

 

HTML :FN :SI "+2"

HTML :TX "This is big text."

HTML :FN-

 

Method 2

 

HTML :FN "This is big text." :SI "+2"

 

Result

 

<FONT SIZE="+2">This is big text.</FONT>