home *** CD-ROM | disk | FTP | other *** search
/ Internet 53 / INTERNET53.iso / pc / software / windows / building / html_px / sample / help.lib next >
Encoding:
Text File  |  1999-01-19  |  1.1 KB  |  56 lines

  1. #set bgimage
  2. #set trimcolor #339933
  3. #set bgcolor #cccccc
  4. #set email htmlpx@wiserve.com
  5. #set webaddr http://www.wiserve.com/htmlpx
  6. #set link blue
  7. #set alink red
  8. #set vlink purple
  9.  
  10. #define button
  11. <hr>
  12. <center>
  13. <table border=1 bgcolor="#ffffff">
  14. <tr>
  15. <td align="center"><a href="index.htm">Home</a></td>
  16. <td align="center"><a href="{webaddr}">htmlPX Web Page</a></td>
  17. </tr>
  18. </table>
  19. </center>
  20. #end
  21.  
  22. #define foot
  23. <hr color="{trimcolor}">
  24. <font color="{trimcolor}" size=1><i>Copyright © 1998-99 Keith Wilson.  All rights reserved.</i></font>
  25. </body>
  26. </html>
  27. #end
  28.  
  29. #define hdr
  30. <html>
  31. <header><title>{title}</title></header>
  32. <body background="{bgimage}" bgcolor="{bgcolor}" link="{link}" alink="{alink}" vlink="{vlink}">
  33. <h1><center><font color="{trimcolor}">{title}</font></h1></center>
  34. #end
  35.  
  36. #function section
  37. <p><h2><font color="{trimcolor}">
  38. {$1}
  39. </font></h2></p>
  40. #end
  41.  
  42. #function subsection
  43. <p><h4><font color="{trimcolor}">
  44. {$1}
  45. </font></h4></p>
  46. #end
  47.  
  48. #function commanddef
  49. <td valign="top"><b>{$1}<i> {$2}</i></b></td>
  50. #end
  51.  
  52.  
  53.  
  54.  
  55.  
  56.