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
Vivekananda ReddyVivekananda Reddy 

Rich Text Area field Images are not displaying in MS Word Doc

Could you please help me in syntax for Rich text area field images in MS Word Document generation. Below two syntax are not working. Please help me anyone here
    
 VF Code :
    
 Syntax 1:
    
    <apex:outputField value="{!Opportunity.Photo_of_Wish_Child__c}" style="width:120; height:120;"/>
    
   Syntax 2 :
    
    <img src="https://c.cs21.content.force.com/servlet/rtaImage?eid=006q0000002zsoQ"  width="120" height="120"/> 
ShashankShashank (Salesforce Developers) 
Hi,

Try setting 'escape=false' and check if it works.

Thanks,
Shashank