Page 1 of 1

NullPointerException when formatting CSS

Posted: Fri Sep 03, 2004 10:53 pm
by alexk
Hi,

When I have this CSS:

Code: Select all

td.homePgMsg{
background-color : #BDB76B;
color :# 000000;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
font-weight: bold;
padding : 10px 5px 10px 5px;
text-align : center;
}
and I click 'Format and Indent', I get this error popup:
class java.lang.NullPointerException null

If I correct the css (the color entry should be '#000000', not '# 000000'), everything is fine.

Cheers,
Alex.

Posted: Mon Sep 06, 2004 10:12 am
by george
Thanks Alex,

We will look into this.

Best Regards,
George