[support] Forms API question

Bèr Kessels ber at webschuur.com
Mon Feb 13 08:46:27 UTC 2006


Op zondag 12 februari 2006 19:35, schreef Kobus Myburgh:
> Hi,
>
> I am busy taking over maintainership of automember.module from njivy, and
> making great progress, but I have a simple layout issue that bothers me.
> See attached screenshot.
>
> Is there a way to get the items inline instead of below each other as shown
> in the screenshot?
>
> I have defined no '<div>' tags by means of #prefix or #suffix, so that is
> not the reason for this problem.

With some CSS you can also achieve this. However, this is only adviced if you 
ship with a CSS file anyway.

#yourFormElementId div {
  display: inline;
}

Bèr


More information about the support mailing list