I want to be able to present a standard table format with nice collapsed, thin grey borders and I can do this by declaring a CSS class in the form's HTML header, however...
In the database there are a number of other tables I don't want this to apply to, so globally declaring th, tr, td {..} will not work.
It is possible to apply a class to the table cells but this has to be done on an individual basis on every cell, multiple select will not work (even in later versions of the designer, it seems).
Is there any way around this problem?
Many thanks...
Suzie

How can I apply a CSS class to ever... (Suzie Kelly 13.Feb.08)
. . 