In my css i have this entry:
.clockfacefont
{
font-size:100px;
}
On my form, I have a label called ClockFace. I assigned a class name to it in the property window.
But when I test the app, the label remains at the default font size. It seems to ignore the class.
In HTML this works with the "Note:" text at 100 pixels.
b class="clockfacefont"Note:[/b] This example does not work in IE, prior version 9.