Ver Mensaje Individual
  #6 (permalink)  
Antiguo 15/08/2012, 13:53
beeman00
 
Fecha de Ingreso: enero-2012
Ubicación: Caracas
Mensajes: 75
Antigüedad: 12 años, 3 meses
Puntos: 21
Respuesta: poner imagen al lado de otra¡¡¡ayuda¡¡¡

FORMAS HAY MILES pero ayudanos a ayudarte que quieres hacer???

Código HTML:
Ver original
  1.     <title>IMAGENES AL lado...!</title>
  2. </head>
  3.  
  4. <table width="100%" border="0" cellpadding="2">
  5.     <tr>
  6.         <td>
  7.             <img src="4549.png" width="20px" height="30px"/>
  8.         </td>
  9.         <td>
  10.             <img src="4549.png" width="20px" height="30px"/>
  11.         </td>
  12.     </tr>
  13. </body>
  14. </html>