|
TFOOTSyntax
DescriptionTFOOT defines the footer markup of thread index pages. It is also responsible for defining the closing markup for the thread listing. Default Setting<TFoot> </ul> </TFoot> Resource Variables
ExamplesThe following example sets TFOOT to contain page links for a multi-page thread index: <TFoot> </ul> <hr> <table border=0 width="100%"> <tbody> <tr> <td align="left">$PGLINK(TPREV)$ <td align="right">[<a href="$PG(TFIRST)$">First Page</a>] <td align="left">[<a href="$PG(TLAST)$">Last Page</a>] <td align="right">$PGLINK(TNEXT)$ <tr align="center"> <th colspan=4>Page $PAGENUM$ of $NUMOFPAGES$ </tbody> </table> </TFoot> Version1.0 See Also
$Date: 2002/07/27 05:13:11 $ MHonArc Copyright © 1997-1998, Earl Hood, mhonarc@mhonarc.org |