That was amazing, and *really* handy when I was experimenting with codes; much easier than pulling up a color dialog every time...
However, in my html code, it does *not* hilite these these codes, even if they are in css declarations;
It would be really cool to have this in html as well...
examples:
Code: Select all
<td bgcolor="#1e4380"> Code: Select all
.DarkHeader {
font-family: Georgia, "Times New Roman", Times, serif;
background-color: #F5DEB3;
color: #2060A0;
font-size: 105%;
}
