function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
RJoshiRJoshi 

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

prageethprageeth

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>