Hi there,
I have a .jsp with only 1 textfield and 1 button,so I'd like to align them
in 1 line.
When i use s:textfield with key for validation ,as the following:

<s:form id="addFriendEmailForm" action="addFriendEmail" method="post"
validate="true">

 <s:textfield key="friendEmail" cssClass="text medium"
cssStyle="margin-right: 5px" labelposition="left"/>
 <s:submit key="button.add" cssClass="button" theme="simple"/>

</s:form>

Here is my question:
1.The label,textfield,button don't align in 1 line.how to do if there are
some .jsps with only 2 UIs like this  ?
2.How to align the label vertical with the "div main" or "left 0px"?

Please Hint.
Thank you very much,
Mark Su

Reply via email to