Re: Radio options left aligned

2009-08-31 Thread Dave Newton
Martin Gainty wrote: if you want to take a look https://issues.apache.org/struts/browse/WW-3231 Please post the rendered HTML of the form and radio buttons. If it's rendering as the other commenter stated then it's an issue with people not understanding CSS, not Struts. Dave

RE: Radio options left aligned

2009-08-31 Thread java
y Law Subj: RE: Radio options left aligned Date: Mon Aug 31, 2009 4:31 Size: 1K To: user@struts.apache.org Lee Clemens-4 wrote: > > Doesn't seem to work, but maybe my description was unclear. > > I'm trying to get this: > () OptA () OptB () OptC > > to look like

RE: Radio options left aligned

2009-08-31 Thread Martin Gainty
From: w...@wantii.com > To: user@struts.apache.org > Subject: Re: Radio options left aligned > Date: Sun, 30 Aug 2009 23:50:58 -0400 > > On Sunday 30 August 2009 11:06:55 pm Martin Gainty wrote: > > if you take it outside the form it works > > /styles/main.css conte

RE: Radio options left aligned

2009-08-31 Thread Martin Gainty
> From: w...@wantii.com > To: user@struts.apache.org > Subject: Re: Radio options left aligned > Date: Sun, 30 Aug 2009 23:50:58 -0400 > > On Sunday 30 August 2009 11:06:55 pm Martin Gainty wrote: > > if you take it outside the form it works > > /styles/main.css

RE: Radio options left aligned

2009-08-31 Thread Andy Law
Lee Clemens-4 wrote: > > Doesn't seem to work, but maybe my description was unclear. > > I'm trying to get this: > () OptA () OptB () OptC > > to look like this: > () OptA > () OptB > () OptC > > theme="simple" prints them all in order > theme="xhtml" prints them inside the same td tag (same

RE: Radio options left aligned

2009-08-30 Thread Lee Clemens
Subject: Re: Radio options left aligned On Sunday 30 August 2009 11:06:55 pm Martin Gainty wrote: > if you take it outside the form it works > /styles/main.css contents > radio.CustomClass { > border: 1px solid black; > background-color: InfoBackground; &g

Re: Radio options left aligned

2009-08-30 Thread Wes Wannemacher
On Sunday 30 August 2009 11:06:55 pm Martin Gainty wrote: > if you take it outside the form it works > /styles/main.css contents > radio.CustomClass { > border: 1px solid black; > background-color: InfoBackground; > align:left; > valign:middle > } > > .jsp.. > > test f

RE: Radio options left aligned

2009-08-30 Thread Martin Gainty
pas n'importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > From: j...@leeclemens.net > To: user@struts.apache.org > Subject: RE: Radio options l

RE: Radio options left aligned

2009-08-30 Thread Lee Clemens
-- From: Martin Gainty [mailto:mgai...@hotmail.com] Sent: Sunday, August 30, 2009 8:56 PM To: Struts Users Mailing List Subject: RE: Radio options left aligned put align:left and/or valign:top in your Class if for any reason the align or valign does'nt render thats a definite bug.. which ve

RE: Radio options left aligned

2009-08-30 Thread Martin Gainty
on, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > From: j...@leeclemens.net > To: user@struts.apache.org > Subject: RE: Radio options left aligned > Date: Sun, 30 Aug 2009 16:37:59 -0400 > > Doesn't seem to work, but maybe my description w

RE: Radio options left aligned

2009-08-30 Thread Lee Clemens
Sunday, August 30, 2009 3:48 PM To: Struts Users Mailing List Subject: RE: Radio options left aligned either cssStyle or cssClass cssStyle="valign="middle" align="left"" or you can define a customClass inside stylesheet.css radio.CustomClass { border: 1px

RE: Radio options left aligned

2009-08-30 Thread Martin Gainty
s. > > -Original Message- > From: Dave Newton [mailto:newton.d...@yahoo.com] > Sent: Saturday, August 29, 2009 5:50 PM > To: Struts Users Mailing List > Subject: Re: Radio options left aligned > > Lee Clemens wrote: > > theme 'simple' is horizontally alig

RE: Radio options left aligned

2009-08-30 Thread Lee Clemens
Subject: Re: Radio options left aligned Lee Clemens wrote: > theme 'simple' is horizontally aligned (and my default) > theme 'xhtml' puts everything else out of whack > theme 'ajax' puts everything else out of whack > > Are you suggesting my own them

RE: Radio options left aligned

2009-08-29 Thread Lee Clemens
I guess I'm trying to ask, how would you do this? -Original Message- From: Dave Newton [mailto:newton.d...@yahoo.com] Sent: Saturday, August 29, 2009 5:50 PM To: Struts Users Mailing List Subject: Re: Radio options left aligned Lee Clemens wrote: > theme 'simple' is ho

Re: Radio options left aligned

2009-08-29 Thread Dave Newton
Lee Clemens wrote: theme 'simple' is horizontally aligned (and my default) theme 'xhtml' puts everything else out of whack theme 'ajax' puts everything else out of whack Are you suggesting my own theme, where I put a or whatever > between the options? If you're not going to do it via CSS I

RE: Radio options left aligned

2009-08-29 Thread Lee Clemens
: Dave Newton [mailto:newton.d...@yahoo.com] Sent: Saturday, August 29, 2009 4:00 PM To: Struts Users Mailing List Subject: Re: Radio options left aligned Lee Clemens wrote: > If this can only be done by changing the theme, is there a way for changing > that single element to use theme="

Re: Radio options left aligned

2009-08-29 Thread Dave Newton
Lee Clemens wrote: If this can only be done by changing the theme, is there a way for changing that single element to use theme="" to not complete destroy the integrity of the rest of the page? Use the "theme" attribute? That aside, you may be able to just use plain CSS. Dave -