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
Aurélien.LavalAurélien.Laval 

Rich text image not available in a community Salesforce

Hello,

I am using a community and I am using a rich text field to display an image but in the community, this image is not displaying, I get this :

User-added image

To display my image, I use the <apex:outputText escape="false" /> tag.

I checked the accessibility of my field and all is good.

Have I forgotten to check some thing please?

Best regards
Aurélien.LavalAurélien.Laval
I fixed my problem.

I had the accessibility on the field but not on the object and I used a map and an outputText to display my values so values was not interpreted with the parameter at escape="true"but it was interpreted at escape="false".