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
Tin013Tin013 

Basic image

Hi all,

 

I have this <apex:image value="{!$Resource.Logo}" width="220" height="55"/>

 

on my visual force page which i am exposing as a site. I am afraid the image is not coming up although it does on the admin account.

 

Is there anything that I should do that i haven't done?

 

Many thanks, 

Scott.MScott.M

Make sure the Cache Control is set to public on the static resource.

 

Cheers,

Scott

Tin013Tin013

It was actually. 

 

 

 

Thanks,