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
Jacob FloresJacob Flores 

Creating and Editing Visualforce Pages Error: showHeader not set to false

Hello,
This is my code for the Creating and Editing Visualforce Pages Module:

User-added image


And here is the error I'm getting:

User-added image

Am I missing something or is the error checker off?

Thanks for any/all help!

Best,
jacob
Best Answer chosen by Jacob Flores
Deepak GulianDeepak Gulian
<apex:image value="IMAGE_URL" />
You are passing image url in id parameter, it should be in value parameter.

All Answers

Deepak GulianDeepak Gulian
<apex:image value="IMAGE_URL" />
You are passing image url in id parameter, it should be in value parameter.
This was selected as the best answer
Salesforce AnswersSalesforce Answers
This video shows the answer to this challenge. ========> https://www.youtube.com/watch?v=crppeds3XQo

              ---Salesforce Trailhead Answers