Skip to main content
November 2, 2007
Question

Css styling for dynamic tables

  • November 2, 2007
  • 1 reply
  • 222 views
Hi, Does anyone have any info for dynamic table css style rules or syntax? I can't seem to find anything by googling. I need to set an overflow property for one of my returned TD values, it returns comments, and if it is larger than the other values, which are name, email, ect..., I want it to scroll to keep the table neat. I have pulled this off with ColdFusion at work rather easily. Thanks.
This topic has been closed for replies.

1 reply

November 6, 2007
Hi All,

I found a solution, could not apply a class directly to a <td>. So I nested a div inside with the <td> inside it's double quotes, and the applied the class.