I am looking for a script that will allow a table to be dynamicly created. I would like to be able to have a user input the number of rows, columns, cell spacing, cell padding, borders on/off, and border width. Then, they would hit submit and the table would be created for them on the page. I can understand how this can be done using a form, document.write and looping I just don't know how to implement it. If anyone knows where I can find a script to create a table with all or even some of these elements I would appreciate it.