Ver Mensaje Individual
  #2 (permalink)  
Antiguo 02/09/2010, 10:24
noblejis
 
Fecha de Ingreso: abril-2008
Mensajes: 40
Antigüedad: 16 años
Puntos: 2
Respuesta: Enlazar una celda de una tabla

Buenas dersir,

Esto es lo que pides, HTML y CSS:

Código HTML:
<table border=1>
<tr>
<td><a href="www.tuweb.com"><div style="background-color:red; height:100px; width:102px;">Texto 1</div></a></td>
<td><a href="www.tuweb.com"><div style="background-color:yellow; height:100px; width:102px;">Texto 2</div></a></td>
<td><a href="www.tuweb.com"><div style="background-color:green; height:100px; width:102px;">Texto 3</div></a></td>
</tr>		
</table> 

Un saludo.