If I have a text box with the content "eg. 'one'"
Can I set the font color of "eg.
" to color:black
and "'one'" to color:red
?
Below is the HTML code:
<asp:TextBox ID="TextBox1" runat="server" AutoPostBack="true" Text="eg.-one"></asp:TextBox>
What's the best way to achieve this?