• pvisone
  • NEWBIE
  • 25 Points
  • Member since 2012

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

I'm fairly new to salesforce and brand new to Visualforce development.  I created a Visualforce page with a tabbed layout.  One of the tabs is Notes and it displays the contents of the account.Description tex area field.  On the standard sales force page, it displays correctly with all the carriage returns.  However in the VIsualforce page it is not displaying the carriage returns.  

 

So what should look like this:

 

line one

line two

 

Line three

 

Looks like this:

 

line one line two Line three

 

How do I fix this?  Thanks!  Pat

I'm fairly new to salesforce and brand new to Visualforce development.  I created a Visualforce page with a tabbed layout.  One of the tabs is Notes and it displays the contents of the account.Description tex area field.  On the standard sales force page, it displays correctly with all the carriage returns.  However in the VIsualforce page it is not displaying the carriage returns.  

 

So what should look like this:

 

line one

line two

 

Line three

 

Looks like this:

 

line one line two Line three

 

How do I fix this?  Thanks!  Pat

Anyone else seeing this?

 

Occurs on "Edit" of Account that has the Edit button overridden to bring up an AccountEditVFPage.

 

Debug logs shows no error!

 

Ideas?

  • February 09, 2011
  • Like
  • 0