0
kicks
Adding CSS Colors to Visual Studio 2005
One of my biggest pet peeves about Visual Studio, is that it displays a lot of HTML formatting errors as errors, instead of warnings, and one of the most common HTML errors that Visual Studio 2005 likes to display is the invalid color values, such as “AliceBlue“, “Bisque“, “CornflowerBlue“, “Chartreuse” and “Linen” to name a few.
Here's a quick and dirty way to solve this problem.