info.htm 766 B

1234567891011121314151617181920212223
  1. <HTML>
  2. <HEAD>
  3. <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
  4. <TITLE>Table</TITLE>
  5. <STYLE>
  6. BODY {font-family:"Times New Roman",serif}
  7. H2 {color:#4000A0}
  8. .st {font-weight:bold; color:#900000}
  9. </STYLE>
  10. </HEAD>
  11. <BODY>
  12. <H2>Table</H2>
  13. <H4 CLASS="st">Informations</H4>Author: <A HREF="mailto:klodoma@ar-sd.net?subject=Table">Andrei Bintintan</A><BR>License: Freeware
  14. <H4 CLASS="st">Description</H4>This script allows to produce tables with the following features:
  15. <UL>
  16. <LI>The header is printed automatically on each page
  17. <LI>You can set styles for header and data rows
  18. <LI>The style can be overriden for every cell
  19. <LI>The cell content wraps if necessary
  20. </UL>
  21. See the class and example for details on the methods and parameters.
  22. </BODY>
  23. </HTML>