Ver Mensaje Individual
  #8 (permalink)  
Antiguo 13/08/2007, 10:34
ciberpata
 
Fecha de Ingreso: junio-2003
Ubicación: Santiago de Compostela
Mensajes: 603
Antigüedad: 20 años, 10 meses
Puntos: 0
Re: Montando un mapa de imagen siempre me quedan margenes en las celdas

Mi codigo html es el siguiente:


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&iacute;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 height="82" colspan="6"><img src="Images/clinica_sectores_01.jpg" width="768" height="79"></td>
  </tr>
  
  <tr>
    <td rowspan="5"><script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','width','227','height','377','src','izq','quality','high','pluginspage','http://www.macromedia.com/go/getflashplayer','movie','izq' ); //end AC code
</script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="227" height="377">
      <param name="movie" value="izq.swf">
      <param name="quality" value="high">
      <embed src="izq.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="227" height="377"></embed>
    </object>
    </noscript><br>    </td>
    <td rowspan="5"><img src="Images/clinica_sectores_03.jpg" width="8" height="377"></td>
    <td colspan="2"><img src="Images/clinica_sectores_04.jpg" width="374" height="7"></td>
    <td rowspan="5"><img src="Images/clinica_sectores_05.jpg" width="9" height="377"></td>
    <td rowspan="5"><script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','width','150','height','377','src','derecha','quality','high','pluginspage','http://www.macromedia.com/go/getflashplayer','movie','derecha' ); //end AC code
</script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="150" height="377">
      <param name="movie" value="derecha.swf">
      <param name="quality" value="high">
      <embed src="derecha.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="150" height="377"></embed>
    </object></noscript></td>
  </tr>
  <tr>
    <td colspan="2"><img src="Images/clinica_sectores_07.jpg" width="374" height="23"></td>
  </tr>
  <tr>
    <td colspan="2"><img src="Images/clinica_sectores_08.jpg" width="374" height="232"></td>
  </tr>
  <tr>
    <td rowspan="2"><img src="Images/clinica_sectores_09.jpg" width="87" height="115"></td>
    <td><%=RsUsuarios("domicilio")%></td>
  </tr>
  <tr>
    <td><img src="Images/clinica_sectores_11.jpg" width="287" height="104"></td>
  </tr>
  <tr>
    <td colspan="6"><img src="Images/clinica_sectores_12.jpg" width="161" height="64"><img src="Images/clinica_sectores_13.jpg" width="166" height="64"><img src="Images/clinica_sectores_14.jpg" width="291" height="64"><img src="Images/clinica_sectores_15.jpg" width="150" height="64"></td>
  </tr>
</table>
</body>
</body>
</html>
Como se ve no hay ninguna clase aplicada ni tampoco espacios en blanco y sin embargo no funciona.
__________________

Espero haber aprendido algo de tí.
A mi padre.