Hi,

I'm trying to move the required indicator (*) for an inputText from the left of 
the label to the right.

Using this css style
.AFRequiredIconStyle {
       float:right;
}

leads to the expected result but a white-space remains in front of the label.

The resulting source code looks like :
<td class="af_inputText_label af_panelFormLayout_label-cell" nowrap="">
<span title="Required" class="AFRequiredIconStyle">*</span>
&nbsp;Name:
</td>

>From what I understand, the white space is added for better-look purposes 
>since the asterisk is by default on the left side of the label.

Is there any way to avoid the leading white-space?

Thank you,
Sotirakis Lazarou


This message and the information contained herein is proprietary and 
confidential and subject to the Amdocs policy statement,
you may review at http://www.amdocs.com/email_disclaimer.asp

Reply via email to