Hi Pankaj,
In the <head> of your page (or via import):
<style>
.cssSubmitButtons {
width : 100px;
height : 20px;
}
</style>
...
<html:submit styleClass="cssSubmitButtons" />
You can make the heights all the same this way too, or just remove that
attribute from the style selector. Alternatively, you can use the style
attribute of the <html:submit> tag to render the style inline, whichever
you prefer.
HTH,
Frank
[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]
.
--
Frank W. Zammetti
Founder and Chief Software Architect
Omnytex Technologies
http://www.omnytex.com
AIM: fzammetti
Yahoo: fzammetti
MSN: [EMAIL PROTECTED]
Java Web Parts -
http://javawebparts.sourceforge.net
Supplying the wheel, so you don't have to reinvent it!
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]