Ver Mensaje Individual
  #1 (permalink)  
Antiguo 08/08/2011, 11:40
albertoo_c
 
Fecha de Ingreso: diciembre-2010
Mensajes: 50
Antigüedad: 13 años, 4 meses
Puntos: 4
Se ve en todos los navegadores menos en EXPLORER

bueno, parece que esto por lo que veo es bastante comun, lo que estoy leyendo, y leyendo, y mas leyendo, pero no tnego manera, he creado por tablas he imagenes, pero necesito poner un enlace a una de las tablas" que a su vez es imagen.
la cuestion es que le pongo el <a href=..... , pero lo que en todos los navegadores no encuentro ningun problema, con el explorer 7 me lo desencaja, y sale el bordecito azul incluso... increible, no encuentro solucion por mucho que leo por ahi, he probado tanto que no doy con ello.
Bueno dejo el codigo aqui, agradeceria que alguien me iluminara....
gracias de antemano les dejo <A href en rojo, que es donde necesito poner el enlace...

<html>
<head>
<title>xxxxxxx</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#ffffff" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<!-- Save for Web Slices (Finalizado.psd) -->
<br><br><br><br><br>
<center>
<table id="Tabla_01" width="994" height="572" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="6">
<img src="img/Finalizado_01.jpg" width="394" height="223" alt=""></td>
<td rowspan="9">
<img src="img/Finalizado_02.jpg" width="5" height="451" alt=""></td>
<td rowspan="8">
<a href="http://xxxxxxxxxx.com" target="_blank"><img src="img/Finalizado_03.jpg" width="594" height="444"></td></a>

<td>
<img src="img/espacio.gif" width="1" height="223" alt=""></td>
</tr>
<tr>
<td colspan="6">
<img src="img/Finalizado_04.jpg" width="394" height="6" alt=""></td>
<td>
<img src="img/espacio.gif" width="1" height="6" alt=""></td>
</tr>
<tr>
<td colspan="6">
<img src="img/Finalizado_05.jpg" width="394" height="148" alt=""></td>
<td>
<img src="img/espacio.gif" width="1" height="148" alt=""></td>
</tr>
<tr>
<td colspan="6">
<img src="img/Finalizado_06.jpg" width="394" height="6" alt=""></td>
<td>
<img src="img/espacio.gif" width="1" height="6" alt=""></td>
</tr>
<tr>
<td>
<img src="img/Finalizado_07.jpg" width="149" height="29" alt=""></td>
<td rowspan="3">
<img src="img/Finalizado_08.jpg" width="15" height="35" alt=""></td>
<td rowspan="2">
<img src="img/Finalizado_09.jpg" width="97" height="30" alt=""></td>
<td rowspan="3">
<img src="img/Finalizado_10.jpg" width="6" height="35" alt=""></td>
<td rowspan="2">
<img src="img/Finalizado_11.jpg" width="98" height="30" alt=""></td>
<td rowspan="3">
<img src="img/Finalizado_12.jpg" width="29" height="35" alt=""></td>
<td>
<img src="img/espacio.gif" width="1" height="29" alt=""></td>
</tr>
<tr>
<td rowspan="2">
<img src="img/Finalizado_13.jpg" width="149" height="6" alt=""></td>
<td>
<img src="img/espacio.gif" width="1" height="1" alt=""></td>
</tr>
<tr>
<td>
<img src="img/Finalizado_14.jpg" width="97" height="5" alt=""></td>
<td>
<img src="img/Finalizado_15.jpg" width="98" height="5" alt=""></td>
<td>
<img src="img/espacio.gif" width="1" height="5" alt=""></td>
</tr>
<tr>
<td colspan="6">
<img src="img/Finalizado_16.jpg" width="394" height="26" alt=""></td>
<td>
<img src="img/espacio.gif" width="1" height="26" alt=""></td>
</tr>
<tr>
<td colspan="6">
<img src="img/Finalizado_17.jpg" width="394" height="7" alt=""></td>
<td>
<img src="img/Finalizado_18.jpg" width="594" height="7" alt=""></td>
<td>
<img src="img/espacio.gif" width="1" height="7" alt=""></td>
</tr>
<tr>
<td colspan="8">
<img src="img/Finalizado_19.jpg" width="993" height="121" alt=""></td>
<td>
<img src="img/espacio.gif" width="1" height="121" alt=""></td>
</tr>
</table>
</center>

</body>
</html>