Ver Mensaje Individual
  #5 (permalink)  
Antiguo 27/03/2006, 10:15
Avatar de kahlito
kahlito
Colaborador
 
Fecha de Ingreso: marzo-2003
Ubicación: En el Estrecho y el mar
Mensajes: 2.936
Antigüedad: 21 años, 1 mes
Puntos: 65
Hola leoperez, en ese caso puedes meter la imagen por ejemplo en una caja:

Código HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Prueba</title>
<style type="text/css">
img{position:absolute; bottom:0;}
#caja_imagen{
text-align:center;}
</style>

</head>

<body>
<div id="caja_imagen">
<img src="imagen.jpg" alt="Tu imagen" width="71" height="80" longdesc="Probando imagen abajo y en el centro"  />
</div>
</body>
</html> 
Saludosss