Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Styling a new row on an exiisting table

0 views
Skip to first unread message

Joe Morrone

unread,
Feb 7, 2001, 12:17:50 PM2/7/01
to
I have a table that is styled using classes and a css.

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


0 new messages