Hello,
Is there any way to color static HTML syntax differently that the built in controls in the HTML Editor? For example if I have:
<table>
<tr>
<td>
<asp:label id="test" runat="server" />
</td>
</tr>
</table>
I
want the static table to be teal, and the asp:label to be colored red.
I see that there is Tools > Options > Environment > Fonts and
Colors in VS 2005. However, When I change a HTML color it changes the
color for static HTML and built in controls (like asp:label)
Any suggestions?
Thanks in advance...