Results 1 to 2 of 2

Thread: setting courier font in list box in ASP

  1. #1
    Guest
    Hi! Does anyone know how to set the font type of a list box in an ASP?

    Thanks!

  2. #2
    Guru Clunietp's Avatar
    Join Date
    Oct 1999
    Location
    USA
    Posts
    1,844
    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>

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width