<var VarName/> Gets replaced by the variable value defined by the setvar tag. The setvar tag works together with
the var tag - setvar defines the variable name and value and later in
the script the var tag gets replaced by the variable value. These tags
are widely used in the FCS default header. Example: <setvar font_family="Verdana, Arial, Helvetica"> <setvar top_background_color="#FFFFFF">
... <table
border=0 cellpadding=0 cellspacing=0 width="100%" bgcolor="<var
top_background_color>" style="font-family:<var
font_family>"> ... |