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