You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Susmita Pati <SP...@alsysinc.com> on 2002/07/24 17:36:42 UTC

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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


RE: Font Size

Posted by James Mitchell <jm...@telocity.com>.
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:SPati@alsysinc.com]
> 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:   
> <ma...@jakarta.apache.org>
> For additional commands, e-mail: 
> <ma...@jakarta.apache.org>
> 
> 

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>