how in drupal forms can horizontal alignment of elements happen -
in drupal how align elements such select boxes horizontallly title of select box. ?
i dont want hard code format in template or forms hook function.
i looked @ modules form builder , arrange fields no avail.
you can use css! in form api, can use #attach property attach online or css files sets floating , display, etc css properties can use set layout of form.
see #title_display property: can set title display options such 'after' , 'before'. see https://api.drupal.org/api/drupal/includes%21form.inc/function/theme_form_element/7
Comments
Post a Comment