View Single Post
Old 10-04-2002, 10:11 AM   PM User | #1
tired&lonely
New Coder

 
Join Date: Aug 2002
Posts: 69
Thanks: 0
Thanked 0 Times in 0 Posts
tired&lonely is an unknown quantity at this point
Question How to use DOM to control cellpadding/cellspacing???

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"

tired&lonely is offline   Reply With Quote