Ver Mensaje Individual
  #4 (permalink)  
Antiguo 03/05/2002, 15:23
El chacal
 
Fecha de Ingreso: marzo-2002
Mensajes: 257
Antigüedad: 22 años, 1 mes
Puntos: 0
Re: ayuda con imagenes!!



¡ Me ganaste JLMM!

A este paso si seguimos aumentando la ayuda terminaremos haciendole la page a bonnie

Bueno ya me di la chambita de hacerla, asi que no estar demás aqui se la inserto y ojal ayude alguito, si no pa' otros podra servir.

EJEMPLO # 1 (3 imagenes con separacion entre una y otras)

Código:
 
<center>
<table width="95%" border="0" height="110">
<tr> 
<td width="22%" height="99"> 
<center>
<img src="tu_imagen" width="145" height="105"> 
</center>
</td>
<td width="56%" height="99"> 
<center>
<img src="tu_imagen" width="145" height="105"> 
</center>
</td>
<td width="22%" height="99"> 
<center>
<img src="tu_imagen" width="145" height="105"> 
</center>
</td>
</tr>
</table>
</center>
EJEMPLO # 2 (2 Imagenes con paralelas espacio al centro)


Código:
 <center>
<table width="95%" border="0" height="110">
<tr> 
<td width="22%" height="99"> 
<center>
<img src="tu_imagen" width="145" height="105"> 
</center>
</td>
<td width="56%" height="99"> 
<center>
</center>
</td>
<td width="22%" height="99"> 
<center>
<img src="tu_imagen" width="145" height="105"> 
</center>
</td>
</tr>
</table>
</center>


¡Suerte!