How do you modify the alignment of a button? Currently I'm using the following in my jsp:
<s:submit type="button" value="%{'submitForm('query')'}"
label="Query Result" />
which produces a button on one line. I'd like to combine several
buttons on the same line.
Thanks,
Leon

