pues va a ser que no funciona. Me siguen quedando margenes entre las imagenes
El codigo fuente de mi pagina es:
Código:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Documento sin título</title>
<script type="text/JavaScript">
<!--
function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
//-->
</script>
<script src="../../../../Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
<link href="medicosazul.css" rel="stylesheet" type="text/css" />
</head>
<body>
<%
'Conexión a dsn con ACCESS
Set Conn= Server.CreateObject("ADODB.Connection")
Set Command= Server.CreateObject("ADODB.Command")
Conn.open "DSN=guiasmedicos.com"
Set RsUsuarios= conn.Execute("SELECT * FROM usuarios WHERE idusuarios = 8")
%>
<table>
<tr>
<td colspan="5"><img src="sectores/Images/clinica_01.jpg" width="768" height="79"></td>
</tr>
<tr>
<td rowspan="3"><img src="sectores/Images/clinica_02.jpg" width="227" height="377"><br> </td>
<td rowspan="3"><img src="sectores/Images/clinica_03.jpg" width="8" height="377"></td>
<td><img src="sectores/Images/clinica_04.jpg" width="374" height="7"></td>
<td rowspan="3"><img src="sectores/Images/clinica_05.jpg" width="9" height="377"></td>
<td rowspan="3"><img src="sectores/Images/clinica_06.jpg" width="150" height="377"></td>
</tr>
<tr>
<td><img src="sectores/Images/clinica_07.jpg" width="374" height="23"></td>
</tr>
<tr>
<td><img src="sectores/Images/clinica_08.jpg" width="374" height="347"></td>
</tr>
<tr>
<td colspan="5"><img src="sectores/Images/clinica_09.jpg" width="161" height="64"><img src="sectores/Images/clinica_10.jpg" width="166" height="64"><img src="sectores/Images/clinica_11.jpg" width="291" height="64"><img src="sectores/Images/clinica_12.jpg" width="150" height="64"></td>
</tr>
</table>
</body>
</body>
</html>
Gracias