Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 95368 invoked from network); 2 Aug 2007 13:02:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Aug 2007 13:02:10 -0000 Received: (qmail 78466 invoked by uid 500); 2 Aug 2007 13:01:58 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 78448 invoked by uid 500); 2 Aug 2007 13:01:58 -0000 Mailing-List: contact user-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Struts Users Mailing List" Reply-To: "Struts Users Mailing List" Delivered-To: mailing list user@struts.apache.org Received: (qmail 77469 invoked by uid 99); 2 Aug 2007 13:01:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Aug 2007 06:01:54 -0700 X-ASF-Spam-Status: No, hits=0.4 required=10.0 tests=SPF_PASS,SUBJECT_FUZZY_TION X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of anexpert@gmail.com designates 64.233.162.228 as permitted sender) Received: from [64.233.162.228] (HELO nz-out-0506.google.com) (64.233.162.228) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Aug 2007 13:01:51 +0000 Received: by nz-out-0506.google.com with SMTP id z31so175863nzd for ; Thu, 02 Aug 2007 06:01:30 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=aHTJzQS1dM0NIltIy6ePiN1wZyuXDAqCnvhXDo8RE6msbtjHvOqTPnFUReuEh5L9Ocr/XvMxMDS0tyVuG3hEagym5d53EoJKgsr3gaGd+3R/5QexEU7sK04zBgS1VZm4eMoR1Dv6gCn0EWLyBm5j3HCPv+Lrzb4XiTZ2qlQ6mbg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=F6CBGm3RhrlLSpF5v+ZVikwRYNXMzrYT/lTNwg7HhBFgPKoX3Yp3DFmBmdy7ADrJ08AIaKntBqkHe/eWhARhHERBlmHwY7vKKAlGe8G9SDwXSDK79VRf34LpgdWCAUNeCLWu/TjFBJTGpOtkRHJoSUAX3U0D8mJRgy2LW5tPVdo= Received: by 10.65.155.19 with SMTP id h19mr3136705qbo.1186059690246; Thu, 02 Aug 2007 06:01:30 -0700 (PDT) Received: by 10.64.185.10 with HTTP; Thu, 2 Aug 2007 06:01:30 -0700 (PDT) Message-ID: Date: Thu, 2 Aug 2007 09:01:30 -0400 From: yitzle Sender: anexpert@gmail.com To: "Struts Users Mailing List" Subject: Re: placing 2 buttons next to each other In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-Google-Sender-Auth: d5130b6ed33ae403 X-Virus-Checked: Checked by ClamAV on apache.org > -----Original Message----- > From: Session A Mwamufiya [mailto:smwamufi@andrew.cmu.edu] > 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 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 I managed to do it by using the simple theme: --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@struts.apache.org For additional commands, e-mail: user-help@struts.apache.org