28/02/2008, 14:01
|
| | Fecha de Ingreso: diciembre-2003
Mensajes: 1.583
Antigüedad: 21 años, 1 mes Puntos: 13 | |
Re: Reemplazar esta table por DIV
Código:
<div style="float:left;padding:3px">
<img src="ruta/imagen.jpg" alt="imagen 1"><br>
<img src="ruta/imagen.jpg" alt="imagen 2"><br>
<img src="ruta/imagen.jpg" alt="imagen 3">
</div>
// el siguiente bloque se hace al lado del anterior,parte superior derecha
<div style="aca un estilo para el encabezado del tema 1">><b>Tema 1</b></div><br>
<div align="justify" style="clear:both">
Todo el contenido va aca, etc etc etc etcetc
</div>
|