By peterflat on
Hey,
drupal newb here... in the default node/edit page, the preview / submit / delete buttons are all right next to each other. is it best just to use css or is there a 'recommended' way to separate them in layout somehow? ie better than just going into the module and having it print a break between them or whatever.
thanks!
Comments
CSS would be a much better
CSS would be a much better way that changing the code.
you can try
you can try http://api.drupal.org/api/function/hook_form_alter/5
to arrange the buttons on the page + use css to style them.