NullPointerException when formatting CSS
Posted: Fri Sep 03, 2004 10:53 pm
Hi,
When I have this CSS:
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.
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;
}
class java.lang.NullPointerException null
If I correct the css (the color entry should be '#000000', not '# 000000'), everything is fine.
Cheers,
Alex.