Hi! Does anyone know how to set the font type of a list box in an ASP?
Thanks!
Printable View
Hi! Does anyone know how to set the font type of a list box in an ASP?
Thanks!
You can do this using style sheets/definitions
Code:<select id="cboURL" style="font-family:Courier;">
<option value="http://www.microsoft.com">Microsoft.com
<option value="http://www.vbforums.com">VB Forums
<option value="http://www.netscape.com">Netscape.com
</select>