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
arosysarosys 

How to show image on force.com sites

Hi

 

I have a customised object Merchandise having a rich text field in which i am storing image.

How to show that image on force.com sites.

 

Thanks

Sunil PalSunil Pal

You Want to show that image in org as a logo or anything else you want..

arosysarosys

Thanks for the reply.

 i had done it , i searched and it was simple.

 

<apex:outputField value="{!prod.Image__c}"/>