You need to sign in to do that
Don't have an account?
DannyK89
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>
Use css properties. Try padding-left:10px or margin-left:10px.
All Answers
Use css properties. Try padding-left:10px or margin-left:10px.
I hope this will do it for you
http://www.w3schools.com/Css/pr_padding-left.asp