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
anjisalesforce@gmail.comanjisalesforce@gmail.com 

Can you please solve this problem?

Hi all,

 

I created images folder, css Folder and Js files in Sample Folder. I compressed to rar file and upload static resource.

 

How to get the images from resource files to Vf page

Can you please solve this problem? please give with example

 

Thanks for your help.......

BalaForceBalaForce

Hi,

 

Just move all those images to CSS Folder and Check it..

 

Thanks,

Bala

Chamil MadusankaChamil Madusanka

Try

 

<apex:image value="{!URLFOR($Resource.myStyles, 'image1.png')}"></apex:image>

 If a reply to a post answers your question or resolves your problem, please mark it as the solution to the post so that others may benefit.