cancel
Showing results for 
Search instead for 
Did you mean: 

How to change Font for ListBox

Former Member
0 Kudos

Hi All,

I am using a HTMLB listbox in a JSP page. How can i change the font of the items(visible texts) of the listbox.

If i use <font> tag of HTML, there is no effect for listbox contents. Please help me in this regard...

Reward Points Assured...

Vijay.K

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

The font right now is being determined by the CSS stylesheet that is controlling the HTMLB elements. You can either change that file or since CSS is cascading...

Try using a small CSS script within the JSP page.

#<i>idoflistbox</i>

Hope this helps, points are appreciated!!