Search found 1 match
- Tue Sep 25, 2007 9:20 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: [RapidPHP 8.1.0.78] Support for CSS 2 siblings
- Replies: 1
- Views: 1885
[RapidPHP 8.1.0.78] Support for CSS 2 siblings
Hi, The CSS formatter/compressor does not like the CSS 2 sibling syntax: h2.problem+p { color: red; } It responds with a dialog stating: "GetFormatedCssText ANTLRException. unexpected character 'p'. error at row -1" The character is always the first character found after the first + sign. The row ...