• panicforce118
  • NEWBIE
  • 0 Points
  • Member since 2012

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies

Hi  I have created a visualforce page that renders an outputfield in this case it is the Account.PersonEmail. 

I now want this to be on the standard page layout next to another field but I want the style to be the same 

does anyone know the css i should do, currently the vs looks like this:

 

<page standardController="Account">

    <apex:outputLabel value="{!$ObjectType.Account.fields.PersonEmail.Label}"/>
    <apex:outputText value="{!Account.PersonEmail}"/>

</page>

 

Hi  I have created a visualforce page that renders an outputfield in this case it is the Account.PersonEmail. 

I now want this to be on the standard page layout next to another field but I want the style to be the same 

does anyone know the css i should do, currently the vs looks like this:

 

<page standardController="Account">

    <apex:outputLabel value="{!$ObjectType.Account.fields.PersonEmail.Label}"/>
    <apex:outputText value="{!Account.PersonEmail}"/>

</page>