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 s

RE: placing 2 buttons next to each other

2007-08-02 Thread Indu rekha Meduri, TLS-Chennai
M 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 by side instead of one under the other? I use a css file with input.actionButtons {float: left;} to move both of them to the left, but the

placing 2 buttons next to each other

2007-08-02 Thread Session A Mwamufiya
Hi, Is there a way to configure an s:form tag so that the 2 submit buttons appear side by side instead of one under the other? I use a css file with input.actionButtons {float: left;} to move both of them to the left, but they're not appearing next to each other. Thanks, Session ---