How to display image using #APP_IMAGES#?
I have a image which is on file system and displays correctly with the following code 1, but when I uploaded same image file to APEX images location (as application image) and tried to access with code 2, but it fails. any ideas are appreciated.
Code 1
<img src="/i/green.gif" height="15" width="35" /> Green
Code 2
<img src="#APP_IMAGES#green.gif" height="15" width="35" /> Green
thanks for your help,
Surya