Sample of Filemaker tags
----------------------------

[FMP-RECORD]
<TR>
        <TD ALIGN=center VALIGN=top WIDTH="11%">
               <A HREF="[FMP-LinkRecID:format=xrecord_detail_edit.htm]">Edit</A> <BR>
               Record # [FMP-FIELD: Record ID] </TD>
       <TD VALIGN=top WIDTH="17%">
               [FMP-FIELD: Category1]&nbsp; </TD>
       <TD VALIGN=top WIDTH="57%" ALIGN="left">
               [FMP-FIELD: Link, Raw]</TD>
       <TD VALIGN=top WIDTH="15%" ALIGN="left">
               [FMP-IF: FIELD: Category1 .neq.]
                    [FMP-FIELD: Category1Formatted, Raw][/FMP-IF]
               [FMP-IF: FIELD: Category2 .neq.]<BR>
                    [FMP-FIELD: Category2Formatted, Raw][/FMP-IF]
               [FMP-IF: FIELD: Category3 .neq.]<BR>
               [FMP-FIELD: Category3Formatted, Raw][/FMP-IF]&nbsp;</TD>
</TR>
[/FMP-RECORD]