You need to sign in to do that
Don't have an account?
Ahui
Can we make static resources in Force.com
I have a problem in static resources.
My picture is nothing in Force.com
The code is <apex:image url="{!$Resource.Blackberry}"></apex:image>
Any idea?
regard
ahui
All Answers
Try to give direct url path of the pic in static resource. like this...
<apex:image value="https://na6.salesforce.com/resource/1248089131000/hand"/>
you can get this url by clicking the "Click here to view this file" in static resource.
Saravanan,
it's not the best practice hardcoding urls on your page.
Thank's sham
You idea will create a picture in static resourcer
excellent