Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to display image using #APP_IMAGES#?

Sgodavar-OracleMar 24 2010 — edited Mar 25 2010
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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 22 2010
Added on Mar 24 2010
4 comments
1,975 views