Simple tables
To insert a simple table (each row has the same number of columns and each column has the same number of rows; each cell do not contain too much text; using standard style defined in CSS) into the document, you can use Extension tags [TABLE]...[/TABLE].
Complex tables
To insert a complex table into the document, you can:
- Create the table in a web page creation tool such as Microsoft FrontPage or Macromedia Dreamweaver.
- Pick up the source code between <table> and </table>(include <table> and </table>) to save them into a text file positioned in Included Files folder.
- Use Extension tags [INC]...[/INC] to include the text file that contains the HTML source code of the table into the document.
But this .htm file not containing html, head and body tags is not a standard HTML file. This maybe puzzles someone who's not familiar with HTML and web page creation tools. Moreover, some web page creation tools cannot correctly process these non-standard html files. You'd better use Microsoft FrontPage 2000 or later version or Macromedia Dreamweaver to do this and test them for the first use.

