Reply
Regular Contributor
sudh
Posts: 18
0
Accepted Solution

How to insert an image to visual page

How to insert an image to visual page,please help me in this

Super Contributor
Rahul Sharma
Posts: 846
0

Re: How to insert an image to visual page

You can upload the image as static resource and use its url in the page.

like :

<img src="{!URLFOR($Resource.UploadedImageName)}"  />

- Rahul
Super Contributor
sfdcfox
Posts: 3,892
0

Re: How to insert an image to visual page

You may also use <apex:image>.

~ sfdcfox ~


I am a sandwich. That is all.