Is there a way to control cellpadding or cellspacing of a table using some form of the following code?:
document.getElementsByTagName('table').item(#)...
Also, is there another form of this code that will eliminate just the top or bottom border of a table, maybe similar to this:
document.getElementsByTagName('table').item(5).topborder = "0"