Display image in HTML region??? [message #343204] |
Tue, 26 August 2008 11:15 |
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 #343440 is a reply to message #343204] |
Wed, 27 August 2008 05:28 |
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
|
|
|
|