You need to sign in to do that
Don't have an account?
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 :

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
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 :
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
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".