mattboy_slim
01-19-2005, 08:11 PM
Is it possible for me to use two different font sizes within one text field in a form?
My issue is this: I have a text field that displays data from a database, and the time and am/pm status are different form fields. I would like to correctly display the AM/PM status in a smaller font.
My current code:
<input name="txt_time01" type="text" class="fieldcell3" value="<%=(Recordset1.Fields.Item("f_timeio1").Value)%> <%=(Recordset1.Fields.Item("f_timeio1ampm").Value)%>">
Thanks for the help,
Matt
My issue is this: I have a text field that displays data from a database, and the time and am/pm status are different form fields. I would like to correctly display the AM/PM status in a smaller font.
My current code:
<input name="txt_time01" type="text" class="fieldcell3" value="<%=(Recordset1.Fields.Item("f_timeio1").Value)%> <%=(Recordset1.Fields.Item("f_timeio1ampm").Value)%>">
Thanks for the help,
Matt