I'll try and explain this best I can... I have a custom page that will output the notes on the account. So simple code looks like this,
In the edit or view notes the formatting is retained, but if you output it like the above method you get one long string with no line breaks.Code:$note = new Note(); $note->retrieve($account) or ($contact) echo note->description;
So say this is the example message.
Name: Smith
Status: Open
it outputs like this Name: Smith Status: Open (notice no line breaks) Please can someone point me in the right direction with this?


LinkBack URL
About LinkBacks



Reply With Quote

Bookmarks