PDA

Click to See Complete Forum and Search --> : setting courier font in list box in ASP


Jan 17th, 2001, 09:30 AM
Hi! Does anyone know how to set the font type of a list box in an ASP?

Thanks!

Clunietp
Jan 17th, 2001, 09:45 AM
You can do this using style sheets/definitions


<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>