Whats the documenation/syntax for applying css to elements with classes? The following didn't work.
If I just use a virgin element it works fine.. div vs div.class1
example
html="Line:[br][br]Text:[br][div class="class1"]Itext text text text[/p]"
css="p{font-size:22px; color:#FFFFFF;font-family:Arial;}div.class1{color:#630009;font-size:15px;}"