In a line that contains: value="<%=Address2%>"
I cant figure out how to get TP to realize that while yes, I'm inside my STRING due to the ", I'm breaking out of the string back into code with the <%= and ending at %>
Wish there was an AltEndString or something where we could tell it to look for <%= inside a string and being highlighting again.
ASP Code in HTML <%=code%> highlighting
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard
-
Chad M. Kovac
Re: ASP Code in HTML <%=code%> highlighting
You know, if it were even possible to have something like this:
StringEnd = <%=
StringAlt = %>
That would work.. but we're limited to ONE character... ?
StringEnd = <%=
StringAlt = %>
That would work.. but we're limited to ONE character... ?