Just try 

<html:submit property="btnName" style="width:100px"></html:submit>


-----Original Message-----
From: José Moreira [mailto:[EMAIL PROTECTED] 
Sent: Monday, June 19, 2006 2:59 PM
To: Struts Users Mailing List
Subject: Re: How to set size of submit button

[EMAIL PROTECTED] wrote:
> I am using html:submit for creating 4 sumit buttons. The requirement is to
> make them of same size. can anyone suggest how to do that?
>
> regards,
> Pankaj
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>   
CSS width property

.submitbt {
width: 50px;
}

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to