- Paste this code in Edit Html and configure according to your needs
- The above code creates a table of 3 rows and 3 columns.
- The code <td>----</td> creates a cell and <tr>---</tr> creates a row
- You can put anything like a JavaScript, flash etc inside each cell.
Once you paste the above code the output will be as below:
---row1 col1------row1 col2-------row1 col3---
---row2 col1------row2 col2------row3 col3---
---row3 col1------row3 col2------row3 col3---