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
Alexis LoyolaAlexis Loyola 

Developer Trail - Beginner Visualforce Basics Using Static Resources.

Hello,
In the referred challenge The Check Challenge Button shows me this error message:
"The page does not include a reference to the specified image"

This is my code, and it works fine (shows the kitten1.jpg)
<apex:page >
       <apex:image url="{!URLFOR($Resource.vfimagetest,'/cats/kitten1.jpg')}"/>
</apex:page>

Where could be the error?

Thanks a lot, B.R

 
Andy BoettcherAndy Boettcher
Can you view that page just in the DE org you developed it in - and does it work?  If so, then try disconnecting/reconnecting your DE org to your Trailhead account.
Hemanth ChandraHemanth Chandra
check this 

https://developer.salesforce.com/forums/?id=906F0000000BTKGIA4