Re: placing 2 buttons next to each other

2007-08-02 Thread yitzle
> -Original Message- > From: Session A Mwamufiya [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 02, 2007 1:39 PM > To: user@struts.apache.org > Subject: placing 2 buttons next to each other > > Hi, > > Is there a way to configure an s:form tag so that the 2 submit buttons > appear side

RE: placing 2 buttons next to each other

2007-08-02 Thread Indu rekha Meduri, TLS-Chennai
Hi, I tried this way. Hope this may help u too. Css file: .button { margin-top: 0; font-size: 10pt; text-align: center; background-color: white; } .buttonbar { padding-top: 1em; text-align: right; } Form: