is it possible to apply styles to paragraph with a certain class name in Birt report designer for Eclipse (like we do in HTML)? I tried saving a paragraph with a class name "description" for example, and then I created an external stylesheet in which I have ".description {color: green }", then when I tried to import the style sheet, I get ".description - Cannot import style". Why is this not working?
Thank you