![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
03/09/2008, 09:55
|
![Avatar de DragonX](http://static.forosdelweb.com/customavatars/avatar20953_8.gif) | Colaborador | | Fecha de Ingreso: mayo-2002 Ubicación: Funkyland
Mensajes: 8.433
Antigüedad: 22 años, 8 meses Puntos: 177 | |
Respuesta: Centrar imagenes en div html:
<div class="cuerpob">
<a href="iruya_05.php"><img src="imagenes/anterior.gif" alt="anterior" border="0" /></a>
<img src="imagenes/IR06CaminoaIruya6b.jpg" />
<a href="iruya_07.php"><img src="imagenes/siguiente.gif" alt="siguiente" border="0" /></a>
</div>
css:
.cuerpob {
width: 1000px;
height: 480px;
text-align: center;
margin:0 auto;
} |