Table Creator
Example 1Suppose we wish to create a table with the following layout:
1.1(3,1) 1.2(3,1) 1.3(1,3) 2.3(1,3) 3.3(1,1) 3.4(3,1) 3.5(3,1) 4.1(1,3) 5.1(1,3) The cell entries are of the form a.b(c.d) where a = row, b = column, c = row span and d = column span. Clearly we need to begin with a table of 5 rows and 5 columns:
We resize the top left cell by placing the cursor over it and left-clicking with the mouse, to give:
For this cell we need ROWSPAN=3:
After clicking on Accept the table now appears thus:
Now we resize the other cells as for the top left cell (left click on the mouse, specify the row span and column span values) and eventually this produces:
We specify the output file for the HTML code as ex1.htm and click Center table and Place markers:
Clicking on Create table and then View as HTML produces:
This HTML code appears in a browser as follows:
R1C1 R1C2 R1C3 R2C3 R3C3 R3C4 R3C5 R4C1 R5C1
Example 2 Table Creator Easy HTML Construction Kit Home Page