thanks a lot -----Original Message----- From: James Mitchell [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 24, 2002 11:43 AM To: Struts Users Mailing List Subject: RE: Font Size
Use style attribute or reference it in your style sheet. <SELECT name="slct1" style="Font:8pt"> <OPTION>1</OPTION> <OPTION>2</OPTION> <OPTION>3</OPTION> <OPTION>4</OPTION> <OPTION>5</OPTION> </SELECT> James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the "Open Minded Developer Network" http://www.open-tools.org/struts-atlanta > -----Original Message----- > From: Susmita Pati [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, July 24, 2002 11:37 AM > To: 'Struts Users Mailing List' > Subject: Font Size > > > > Hi Folks > > Wanted a quick answer..so posting the query here..though this has > nothing to > do with struts > How do i change the font size in a drop down ? > > thanks in advance > susmita > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

