home *** CD-ROM | disk | FTP | other *** search
- <$X>Put an $X in so that the output of this area is
- ignored. This way we can type comments freely and also
- not have a lot of wasted space in the output file.
-
- If we were doing many pages with the same style we would
- put these defintions in an include file, possibly the common
- include file.
-
- It is NOT a good idea to name your definitions something
- the same as the HTML tag, not becuase Mortar doesn't support
- it, but because you could end up matching tags incorrectly.
-
- <$define name="MBODY"><BODY BGCOLOR="#808080" TEXT="#000000" LINK="#00FFFF" VLINK="#880088" ALINK="#FF0000"><$/define>
-
- <$define name="MH1">
- <TABLE BGCOLOR="#000000" WIDTH="100%" CELLSPACING=0 CELLPADDING=0 BORDER=0>
- <TR><TD COLSPAN=11><FONT SIZE="1"> </FONT></TD></tr>
- <TR>
- <TD BGCOLOR="#000000"> </TD>
- <TD BGCOLOR="#223311"> </TD>
- <TD BGCOLOR="#446622"> </TD>
- <TD BGCOLOR="#669933"> </TD>
- <TD BGCOLOR="#88CC44"> </TD>
- <TD BGCOLOR="#AAFF55"><CENTER><FONT SIZE="+3" COLOR="#000000"><$/define>
-
- <$define name="/MH1"></FONT></CENTER></TD>
- <TD BGCOLOR="#88CC44"> </TD>
- <TD BGCOLOR="#669933"> </TD>
- <TD BGCOLOR="#446622"> </TD>
- <TD BGCOLOR="#223311"> </TD>
- <TD BGCOLOR="#000000"> </TD></TR>
- <TR><TD COLSPAN=11><FONT SIZE="1"> </FONT></TD></tr>
- </TABLE><$/define>
-
- <$define name="MH2"><H2 ALIGN=LEFT><FONT COLOR="#88FF00"><U><B><$/define>
- <$define name="/MH2"></B></U></FONT></H2><$/define>
-
- <$define name="MP"><DL><DD><$/define>
- <$define name="/MP"></DD></DL><$/define>
-
- <$define name="FMP" auto paired><DL><DD><FONT SIZE="+3"><#[0,1]DCONTENTS></FONT><#[1]DCONTENTS></DD></DL><$/define>
-
- <$define name="EX"><DL><DD><B><U>Example:</U> </B><I><$/define>
- <$define name="/EX"></I></DD></DL><$/define>
-
- <$/X>
-
-