Home » Developer & Programmer » Application Express, ORDS & MOD_PLSQL » Display image in HTML region???
Display image in HTML region??? [message #343204] Tue, 26 August 2008 11:15 Go to next message
Comii
Messages: 5
Registered: August 2008
Junior Member
I made blank page, and on that page I made html region. Then I go to the Shared Components>Images Create and Upload the image DMD.gif
to the Application 106, that the Application with which I'm working.I trying to put that image to the html region.

In html region in Source I put this code, but it doesn't working:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
</head>

<body>
<img src="/i/DMD.gif" align="top"/>
</body>
</html>


I'm workin with Application Express 2.1!

[Updated on: Tue, 26 August 2008 11:27]

Report message to a moderator

Re: Display image in HTML region??? [message #343424 is a reply to message #343204] Wed, 27 August 2008 04:48 Go to previous messageGo to next message
Comii
Messages: 5
Registered: August 2008
Junior Member
What that mean? Can you be more specific, please?
Re: Display image in HTML region??? [message #343440 is a reply to message #343204] Wed, 27 August 2008 05:28 Go to previous messageGo to next message
dr.s.raghunathan
Messages: 540
Registered: February 2008
Senior Member
hi,

i think conceptually two solutions can be found. if you have no other answers from any one you shall try and if favoured please communicate back.

1. In your coding you shall try with single quotes instead of double quotes.

2. please refer #37827 which suggests storing image in blob and that source can be given here to bring back the image file.

yours
dr.s.raghunathan

Re: Display image in HTML region??? [message #352209 is a reply to message #343204] Mon, 06 October 2008 11:01 Go to previous message
c_stenersen
Messages: 255
Registered: August 2007
Senior Member
What you should use rather than /i/DMD.gif is:
<img src="&APP_IMAGES.DMD.gif" align="top"/>


Cheers,
C.
Previous Topic: Query Process Help
Next Topic: APEX,object browser
Goto Forum:
  


Current Time: Thu Apr 18 20:03:08 CDT 2024