You need to sign in to do that
Don't have an account?
farah sherif
visualforce trialhead challenge help
I wrote this code to solve the trialhead but it gives me this error on trialhead
error: The page does not include an <apex:image> component
code:
<apex:page showHeader="false">
<img id="theImage" src="https://developer.salesforce.com/files/salesforce-developer-network-logo.png" />
</apex:page>
trialhead challenge:
Create a Visualforce page without the standard Salesforce header and display an image using the Visualforce image component.
Challenge Requirements
The page must be named DisplayImage
It must NOT display the standard Salesforce header
It must use a Visualforce apex:image component to display this image - https://developer.salesforce.com/files/salesforce-developer-network-logo.png
error: The page does not include an <apex:image> component
code:
<apex:page showHeader="false">
<img id="theImage" src="https://developer.salesforce.com/files/salesforce-developer-network-logo.png" />
</apex:page>
trialhead challenge:
Create a Visualforce page without the standard Salesforce header and display an image using the Visualforce image component.
Challenge Requirements
The page must be named DisplayImage
It must NOT display the standard Salesforce header
It must use a Visualforce apex:image component to display this image - https://developer.salesforce.com/files/salesforce-developer-network-logo.png
Use below code - Happy Coding!
All Answers
Can you please let me know which trailhead challenge is it??
Use below code - Happy Coding!