") preview.document.write("

Table Preview

") // The actual table preview.document.write(tdata) preview.document.write("") } // End Preview Function // Script Selector // (IE Only) function hilight() { if (navigator.appName.indexOf("Microsoft") != -1) { document.form.table.select() } else { alert("Oops! This feature only works with Internet Explorer.\n\nSorry!") } } // End Script Selector // Begin Form Clearer function clearit() { // Make sure that they want to clear it if (confirm("Are you sure you want to clear all the data that you've entered?")) { // Clear the form document.form.reset() // Set focus back to first element document.form.elements[0].focus() } else { document.form.table.focus() } } // End Form Clearer

This script will allow you to design your own tables automatically by entering in the specific information and styles you wish.

Table Width:
Cell Padding:
# of rows:
# of columns per row:
Table Border (in pixels):
Background Color:
Table Alignment:
Table Cell Alignment:
Table Cell Vertical Alignment:

Table Code:
   


< font color="black">Back to Tools