how to align h:form to the right hand size of the screen?
peter tong
Ranch Hand
Joined: Mar 15, 2008
Posts: 234
posted
0
I have a form which must always placed at the left, then I write another form and I want the form place in the right hand size of this form, by now the new form always placed under the left hand size form, any method (e.g. StyleClass....) can placed a form to the right hand size?
(the left hand size form is always reused and nearly included in every form, I want any new form placed in the right hand size of this form)
I have try
and then
but the form still show under the first form, which means it still align left!!