ActiveState Community

Quirk in coloring of HTML code

Posted by forsooth on 2009-10-26 16:46

I've set all font and syntax coloring in HTML to black. Everything is fine, except for the following issue. The text within quotes (below) always shows up as BLUE. This always occurs in HTML.

I've been working on it, but can't discover a solution. Wondering if anyone else is experiencing this?

...div style = "margin-left: .1in"...
...  h1 style = "text-align: center">Student Catalog...
...  h2 style = "text-align: center"> ...

Thanks for Komodo Edit. Love the product.
Dave

toddw | Mon, 2009-10-26 17:01

The HTML style attribute is styled as CSS (not HTML), try changing the CSS color preferences.

forsooth | Mon, 2009-10-26 17:15

Pretty fast answer! YES, that did solve my problem!

Thanks very much,
Dave