• Jake Hebert 19
  • NEWBIE
  • 0 Points
  • Member since 2016

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

Visualforce for first image:

 

<apex:commandLink value="Edit" />&nbsp;|&nbsp;<apex:commandLink value="Del" />

 correct action

 

Visualforce for second image:

 

<apex:outputLink>Edit</apex:outputLink>&nbsp;|&nbsp;<apex:commandLink value="Del" />

 

 

Does anyone have an idea as to why the extra space after the pipe comes in on the first row if I use an outputLink instead of a commandLink? The extra space is present whether or not I use a space or nbsp notation. The links are contained in a pageBlockTable column.

 

Thanks.