Will
|
| Posted: 03/06/2003, 6:43 PM |
|
Hope I'll be able to get some help here. I am generating asp code from cc and is trying to change the font/text size of displayed items in a listbox. Does anyone know how this can be done?
Tks & Regards
|
|
|
 |
Deryl
|
| Posted: 03/07/2003, 7:51 AM |
|
Try putting a style definite inside the select tag in the HTML. Like the following:
<select name="ListboxName"
style="font: 12pt verdana;
background-color:yellow;
color:red;" >
|
|
|
 |
Will
|
| Posted: 03/13/2003, 1:38 AM |
|
Deryl,
Thanks, it is working now.
Regards
|
|
|
 |
|