prova


<!ELEMENT font id=' ' face=' ' size=' ' underline = ' ' bold=' ' italic=' ' /> <!attlist font id CDATA #REUQUIRED <br> face CDATA 'Courier New' #IMPLIED <br> size CDATA '260' #IMPLIED <br> underline (y|n) 'n' #IMPLIED <br> bold (y|n) 'n' #IMPLIED <br> italic (y|n) 'n' #IMPLIED>

Set new font to use to print text

 

Parent:

Template


block
 

Childs:

none
 

Attributes:

id

Set the name for this font definition. Use this name as parameter for the tag row.

face

Font type, default Courier New.

size

Font size, default 12

underline

It can be y or n, and sets whether the font should be underlined. Default n.

bold

It can be y or n, and sets whether the font should be bold. Default n.

italic

It can be y or n, and sets whether the font should be italic. Default n.

 

Note:

The class CPageManager doesn't support the font, so it ignores the directive about fonts.

 

Examples:


...
Title