function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
vijaya kudupudivijaya kudupudi 

how to display richtextfield in on visualforce Template?

Hi All,

I want to display image from richtext field on visulforce email template. When i give preview it is displaying images properly. But when i send a test mail it is not displaying images instead of that it is displaying  a text like "User-added image". How can i achieve this ?
Harish RamachandruniHarish Ramachandruni
Hi,


Can share your code because of I am down this functionality  .


Regards ,
Harish.R.
 
vijaya kudupudivijaya kudupudi
Hi Harish,

Thanks for your replay. Here I am sharing my code. <apex:outputText value="{!relatedTo.Column1Image__c}" escape="false"/>.
and I have tried with <apex:outputField> also. But I didn't get the result.