mavtech
Posts: 133
|
| Posted: 10/20/2005, 12:47 PM |
|
I have a radiobutton.. I want it in two columns..
How do I do it.
|
 |
 |
Alvaro Cobo
|
| Posted: 10/20/2005, 7:51 PM |
|
Hi mavtech:
If you mean something like that:
O Value1
O Value2
O Value3
In the Data Source Dialog Box of the radio button, in the description area
you have to add a HTML
line break code (<BR>) at the end of the description string, en each of the
fields, except for the last one, which has to be filled without the <BR>.
Hope this helps,
Alvaro.
"mavtech" <mavtech@forum.codecharge> escribió en el mensaje
news:54357f444c7847@news.codecharge.com...
> I have a radiobutton.. I want it in two columns..
>
> How do I do it.
>
>
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>
|
|
|
 |
mavtech
Posts: 133
|
| Posted: 10/21/2005, 6:44 AM |
|
More like:
value1 value4
value2 value5
value3 value6
or
value1 value2
value3 value4
value5 value6
I have manage to do it by adding spaces and exactly setting width of <TD> but if someone uses diffenent text size or resolution it screws up.
|
 |
 |
DonB
|
| Posted: 10/22/2005, 7:50 PM |
|
How about specifying a "width: 100px;" in CSS, to give the <INPUT> tag the
desired width?
--
DonB
http://www.gotodon.com/ccbth
"mavtech" <mavtech@forum.codecharge> wrote in message
news:54358f0a552b27@news.codecharge.com...
> More like:
>
> value1 value4
> value2 value5
> value3 value6
>
> or
>
> value1 value2
> value3 value4
> value5 value6
>
> I have manage to do it by adding spaces and exactly setting width of <TD>
but
> if someone uses diffenent text size or resolution it screws up.
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>
|
|
|
 |
|