You need to sign in to do that
Don't have an account?
RJoshi
Blank label for a field
hi
I m creating a text field , i want to give the label as blank.
But label is mandatory and it is not accepting space.
Is there any alternative.
Thanks in advance
Rjoshi
Im not clear about your requirement. Sometimes you may use HTML <pre> tag to preserve spaces.
<pre>Before Space<apex:outputText value=" "/>After Space</pre>