Whenever I am inserting ASP inline with my HTML it does not change the font colour. For example.
- Code: Select all
<input type="text" name="txtTitle" value="<%=myVariable%>">
In this case, the VBScript (myVariable) does not have it's colour changed. The font colour stays the same as the base colour for HTML. Is there a way to get it to show up in the colour I have selected for VBScript?

