Consider the following CSS code, which is valid according to the W3C CSS Validation Service (viz http://jigsaw.w3.org/css-validator/ ):
@media print {
ul#Nav {
display: none;
}
}
In PSPad, when you click on the opening bracket immediately after @media
print, it turns red, indicating that the opening bracket has no closing
bracket even though it really does.
--
<http://forum.pspad.com/read.php?4,51972,51972>
PSPad freeware editor http://www.pspad.com
