home *** CD-ROM | disk | FTP | other *** search
- #set bgimage
- #set trimcolor #339933
- #set bgcolor #cccccc
- #set email htmlpx@wiserve.com
- #set webaddr http://www.wiserve.com/htmlpx
- #set link blue
- #set alink red
- #set vlink purple
-
- #define button
- <hr>
- <center>
- <table border=1 bgcolor="#ffffff">
- <tr>
- <td align="center"><a href="index.htm">Home</a></td>
- <td align="center"><a href="{webaddr}">htmlPX Web Page</a></td>
- </tr>
- </table>
- </center>
- #end
-
- #define foot
- <hr color="{trimcolor}">
- <font color="{trimcolor}" size=1><i>Copyright © 1998-99 Keith Wilson. All rights reserved.</i></font>
- </body>
- </html>
- #end
-
- #define hdr
- <html>
- <header><title>{title}</title></header>
- <body background="{bgimage}" bgcolor="{bgcolor}" link="{link}" alink="{alink}" vlink="{vlink}">
- <h1><center><font color="{trimcolor}">{title}</font></h1></center>
- #end
-
- #function section
- <p><h2><font color="{trimcolor}">
- {$1}
- </font></h2></p>
- #end
-
- #function subsection
- <p><h4><font color="{trimcolor}">
- {$1}
- </font></h4></p>
- #end
-
- #function commanddef
- <td valign="top"><b>{$1}<i> {$2}</i></b></td>
- #end
-
-
-
-
-