Find out the id or class of the radio buttons. Use firebug to see, or
look at the "CSS Conventions" section of the doc. You may need to
resort to a custom form, but I doubt it. Then set the css attribute:
display: inline; should probably do it. You may need to float the
first one ... not sure about that, though.

On Jun 16, 9:22 am, Johann Spies <johann.sp...@gmail.com> wrote:
> How do I get radio buttons (and check boxes) to show up horizontally
> in stead of  vertically?
>
> e.g.
>
> Yes  {}    No  {}
>
> in stead of
>
> Yes {}
> No  {}
>
> Regards
> Johann
> --
> "Finally, brethren, whatsoever things are true,  whatsoever things are
> honest, whatsoever things are  just, whatsoever things are pure,
> whatsoever things are lovely, whatsoever things are of good report; if
> there be any virtue, and if there be any praise, think on these
> things."    Philippians 4:8

Reply via email to