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
DannyK89DannyK89 

Tabing a field over.

I have a field that I would like to tab over or at least move over a couple of spaces to the right. I am having a hard time doing that. Can someone give me a hand. A code sample would be nice. If not then a link can work just as well. 

 

Field:

 

<div style="float:right"><br/><apex:outputText value="Welcome: {!partner.Name}" style="font-size: 12pt"/></div>

 

 

Best Answer chosen by Admin (Salesforce Developers) 
WizradWizrad

Use css properties.  Try padding-left:10px or margin-left:10px.

All Answers

WizradWizrad

Use css properties.  Try padding-left:10px or margin-left:10px.

This was selected as the best answer
Shashikant SharmaShashikant Sharma

I hope this will do it for you

 

http://www.w3schools.com/Css/pr_padding-left.asp