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 with html?

685925Mar 8 2010 — edited Mar 11 2010
good days,

I show an image with html code, that has movement,
I have the following code, if I run it as html, I sampled, but these same lines when pasting into the text field SOURCE -> Region Source

<html>
<head> <!-- ENCABEZADO-->
<title>PAGINA DE INICIO</title> <!-- TITULO APARECE EN LA PARTE SUPERIOR-->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body><!-- EL CUERPO ES VISIBLE AL USUARIO.-->
<center><h4> S I C A T </h4></center> <!-- ETIQUETA DE TAMAÑO DE LETRA-->

<!-- COMENTARIO-->

<marquee><u> SISTEMA SICAT </u></marquee> <br>

<br><marquee> <img src="C:\apex\images\godoy\PILOTO.jpg" height="150" wiedth="100"</marquee>
<br>
</body>
</html>

and I run it displays the image, I must do to show me the picture?
I appreciate your attention and cooperation extended ...
good day ...

Reynel Martinez Salazar ....
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 8 2010
Added on Mar 8 2010
8 comments
1,209 views