problem with command buttons in jsf

how to position or allign command buttons inside a page?

for example if i include reset command button inside my page using,

<h:commandButton value="#{form.buttonText}" type="reset"/>

they are placed towards a corner only, how to bring them to the center of a page in jsp? or how to set the location of it?

[335 byte] By [esh_pva] at [2007-11-27 10:46:40]
# 1

Use CSS for layouting and positioning. All JSF HTML components provides at least two attributes where you can set the CSS: the 'style' attribute accepts raw CSS and the 'styleClass' attribute accepts predefinied CSS classes from a stylesheet file (recommended).

BalusCa at 2007-7-28 20:20:14 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...