ASP & HTML pages
Posted: Mon Dec 17, 2001 3:09 pm
How can I get the highlighting corrected in a line such as:
<td colspan="8"><input value="<%=FundingDate%>" CLASS="textBoxDark" id="txtFundingDate" name="txtFundingDate"></td>
Where I'm trying to get it to highlight the break in the string for VALUE and show that <%=FundingDate%> is actually code.. ? Since it's in a "string" I can't get it to recognize the <% portion.. There needs to be an option to allow TextPad to see inside string for specific characters such as "<%" and react as if it's back in code until a inside string break character has been reached "%>". Perhaps also an "Alternate string break character" as well allowing 2 strings to break and 2 strings to re-enter a STRING... hope this makes sense.
<td colspan="8"><input value="<%=FundingDate%>" CLASS="textBoxDark" id="txtFundingDate" name="txtFundingDate"></td>
Where I'm trying to get it to highlight the break in the string for VALUE and show that <%=FundingDate%> is actually code.. ? Since it's in a "string" I can't get it to recognize the <% portion.. There needs to be an option to allow TextPad to see inside string for specific characters such as "<%" and react as if it's back in code until a inside string break character has been reached "%>". Perhaps also an "Alternate string break character" as well allowing 2 strings to break and 2 strings to re-enter a STRING... hope this makes sense.