Title: Message
James, this may not be possible out of the box, but you can modify the templates directly and even make it so they can take an optional parameter "align":
 
<ui:textfield label="'label'" name="'searchtext'" maxlength="40" tabindex="1">
 <ui:param name="align" value="left"/>
</ui:textfield>
----- Original Message -----
From: James Pan
Sent: Tuesday, September 23, 2003 1:31 PM
Subject: [OS-webwork] WW1.3 question

Hi all,
 
For the UI-tags in WW1.3,
 
<ui:textfield label="'label'" name="'searchtext'" maxlength="40" tabindex="1" />
 
the generated html looks like
 
<tr><td align="right">label</td><td>input</td></tr>
 
Is there a way I can adjust the label alignment, say to left??
 
Thanks,
 
James

Reply via email to