Using Oracle APEX to create a webpage that contains images

Some students using APEX to create a web database application still think they have to use dreamweaver to create the front end web site interface. They were pleased to hear that APEX can be used for building the entire web database application.

If you would like to know how to incorporate images on your web page using APEX, give the following a try!

Once you are logged into APEX;

1 – Go to Shared Components

2 – Select Images

3 – Click Create

4 – In the Application option, leave it as “No Application Associated” if you want any application to use the image, or select an application if the image is for that application only

5 – Click the Browse button, locate your image file on your machine and click Open

 6 – Click Upload

On your page, decide where you want the image to appear. This can be in a region’s Source, Region Header or Region Footer OR if you want you can do this on the page template you are using. Then enter in:
For an image NOT associated with an application:

<img src="#WORKSPACE_IMAGES#filename.gif">

For an image associated with an application:

<img src="#APP_IMAGES#filename.gif">

Keep experimenting with different layouts

Enjoy!