Adicionar figura

1 resposta
narinha

ESTOU TRABALHANDO COM UM PROTÓTIPO DE UMA LÓJA VIRTUAL TENHO A PÁGINA JSP ABAIXO:

<?xml version="1.0" encoding="ISO-8859-1" ?>
<!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>Loja Virtual </title>
</head>
<body>
	<div id="divPagina" style="margin: 0 auto; font-family:
		serif; position: relative;">
	<div id="divTopo" style="display: block; text-align: center;
		font-size: large; font-weight: bold; position: relative;
		height: 300px;">
	Exemplo Basico de uma Loja On-Line com Servlet
	</div>
	<div id="divCentro" style="display: block; text-aling: center;
		font-size: medium; position: relative;height: 300px">
	  LOGO DA LOJA
	 </div>
	 <div id="divCentro" style="display: block; text-align: center;
		font-size: medium; position: relative;height: 150px">
	 Clique <a href="servlet/MainAction"> aqui</a> para acessar
	</div>
   </div>
 </body>
</html>

ONDE TEM "LOGO DA LOJA" QUERO QUE TENHA A FIGURA.

COMO POSSO FAZER?

1 Resposta

doug

olá
Ora!! usa a tag img do html

isso funciona também em jsp!! blz!!!

espero ter ajudado

flwsss

Criado 21 de abril de 2008
Ultima resposta 21 de abr. de 2008
Respostas 1
Participantes 2