Ver Mensaje Individual
  #2 (permalink)  
Antiguo 04/08/2004, 18:35
tuky
Usuario no validado
 
Fecha de Ingreso: julio-2003
Ubicación: <?="www.tuky.cl";?>
Mensajes: 132
Antigüedad: 21 años, 7 meses
Puntos: 4
De acuerdo

Algo así.

Código HTML:
<table width="200" height="50" border="1" cellspacing="0" cellpadding="0">
  <tr>
	<td><img name="Imagen" src="" width="200" height="50">
	  <table width="200" height="50" border="0" align="center" cellpadding="0" cellspacing="0" style="margin-top:-50px;">
	  <tr>
		<td><div align="center"><a href="#">Link</a></div></td>
	  </tr>
	</table></td>
  </tr>
</table> 
Prueba este código, lo tienes que arreglar un poco.