MHonArc Resource List

FIELDSBEG


Syntax

Envariable

N/A

Element

<FIELDSBEG>
markup ...
</FIELDSBEG>

Command-line Option

N/A


Description

FIELDSBEG represents the beginning markup of a message header.


Default Setting

<FieldsBeg>
<UL>
</FieldsBeg>

Resource Variables

N/A


Examples

The following example shows how FIELDSBEG, with other message layout resources, be used to have message headers formatted using table markup:

<Fieldsbeg>
<table border=0>
<tbody>
</FieldsBeg>
 
<LabelBeg>
<tr>
<td align="right" valign="top">
</LabelBeg>
 
<LabelEnd>
</td>
</LabelEnd>
 
<FldBeg>
<td align="left">
</FldBeg>
 
<FldEnd>
</td>
</tr>
</FldEnd>
 
<FieldsEnd>
</tbody>
</table>
</FieldsEnd>

Version

2.0


See Also

EXCS, FIELDORDER, FIELDSEND, FIELDSTYLES, FLDBEG, FLDEND, LABELBEG, LABELEND, LABELSTYLES


97/02/18 16:27:15
MHonArc
Copyright © 1997, Earl Hood, ehood@medusa.acs.uci.edu