By jeremydr on
Hi,
I am using drupal 4.7 and I have a questions about how to control the form layout, for example:
I would like to create 2 select box that will be displayed one next to the other (and not one under the second), how can I control the layout?
I saw something in the API about these tags:
'#prefix' => '
',
'#suffix' => '
'#suffix' => '
',
so I thought to add html in these 2 tags that contains
| and like that to control the layout. is this the prefered way or I am missing something? thanks, |
Comments
Some examples
You can either;
Or perhaps;
Depends on what you're trying to achieve?
Pobster