I have a text field that under certain circumstances should be displayed in red and in bold.
I have tried putting in the code color="red" in two places, but it does not display in red or is it in bold.
The code is -
<td align="center"><p style="line-height: 100%; margin-top: 0; margin-bottom: 0"><b><font face="Tahoma" color="red" size="1"><input color="red" size="10" maxlength="25" name="RpdSpendingPlannedDate<%=lvCounting%>" value="<%=RsSort("RpdSpendingPlannedDate")%>"></font></b></p></td>
Any suggestions? THANKS!
I have tried putting in the code color="red" in two places, but it does not display in red or is it in bold.
The code is -
<td align="center"><p style="line-height: 100%; margin-top: 0; margin-bottom: 0"><b><font face="Tahoma" color="red" size="1"><input color="red" size="10" maxlength="25" name="RpdSpendingPlannedDate<%=lvCounting%>" value="<%=RsSort("RpdSpendingPlannedDate")%>"></font></b></p></td>
Any suggestions? THANKS!