I add a row using oTD = myTable.insertRow().I then set the class using oTD.setAttribute('class','string')
But the new row is not styled! How do I get the row/table to use the css.
Joe