Ver Mensaje Individual
  #3 (permalink)  
Antiguo 30/09/2013, 02:22
mAsAnLu
 
Fecha de Ingreso: abril-2004
Mensajes: 5
Antigüedad: 20 años
Puntos: 0
Respuesta: Descuadre frame o table ...

Que tal pzin, te voy a poner el código (a ver si lo pongo bien) a ver si puedes ayudarme:

contents.html

Código HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<meta http-equiv="x-ua-compatible" content="IE=EmulateIE7" />

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />

<title>Documento sin título</title>

<link href="00_Assets/css.css" rel="stylesheet" type="text/css" />

</head>



<body>

<table width="1024" border="0" align="center" cellpadding="0" cellspacing="0">

  <tr>

    <td><table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">

      <tr>

        <td><table width="100%" border="0" cellspacing="0" cellpadding="0">

          <tr>

            <td width="67%"><img src="02_Images/outsourcing.jpg" width="650" height="275" hspace="0" vspace="0" /></td>

            <td valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">

              <tr>

                <td width="33%"><p class="TituloV">&gt; Actualidad</p></td>

                </tr>

              <tr>

                <td width="33%" height="253"><p class="textoN">

                  <a class="twitter-timeline" width="337" height="250" data-chrome="nofooter noheader" lang="es" href="https://twitter.com/ClemVE"  data-widget-id="384329860090306560"></a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>

                  </p></td>

                </tr>

              </table></td>

          </tr>

        </table></td>

      </tr>

      <tr>

        <td><table width="100%" border="0" cellspacing="0" cellpadding="0">

          <tr>

            <td>&nbsp;</td>

            <td>&nbsp;</td>

            <td>&nbsp;</td>

          </tr>

          <tr>

            <td width="33%"><p class="TituloV">&gt; Innovación</p></td>

            <td width="34%"><p class="TituloV">&gt; Ecología</p></td>

            <td width="33%"><p class="TituloV">&gt; Servicio</p></td>

          </tr>

          <tr>

            <td width="33%"><img src="02_Images/innovacion.jpg" width="320" height="100" hspace="0" vspace="0" /></td>

            <td width="34%"><img src="02_Images/medioambiente.jpg" width="320" height="100" hspace="0" vspace="0" /></td>

            <td width="33%"><img src="02_Images/servicio.jpg" width="320" height="100" /></td>

          </tr>

          <tr>

            <td width="33%" valign="top"><table width="320" border="0" cellspacing="0" cellpadding="0">

              <tr>

                <td><p class="textoN"><br />Ofrecer las últimas tecnologías en equipos de transporte y movilidad ecológicos, así como los avances técnicos de sus componentes y sistemas de gestión.</p>

                  <p class="textoN"><a href="innovacion.html">[+info]</a></p></td>

              </tr>

            </table></td>

            <td width="34%" valign="top"><table width="320" border="0" cellspacing="0" cellpadding="0">

              <tr>

                <td><p class="textoN"><span class="texto"><br />Doble compromiso, ofrecer soluciones ecológicas que mejor se adaptan a sus necesidades y establecer procesos  respetuosos con el medioambiente.</span></p>

                  <p class="textoN"><a href="necesidadcambio.html">[+info]</a></p></td>

              </tr>

            </table></td>

            <td width="33%" valign="top"><table width="320" border="0" cellspacing="0" cellpadding="0">

              <tr>

                <td><p class="textoN"><span class="texto"><br />Más de 30 años de experiencia en servicios integrales de gestión de equipos nos permiten ofrecer un servicio de calidad de alto valor añadido.</span></p>

                  <p class="textoN"><a href="servicios.html">[+info]</a></p></td>

              </tr>

            </table></td>

          </tr>

          <tr>

            <td width="33%">&nbsp;</td>

            <td width="34%">&nbsp;</td>

            <td width="33%">&nbsp;</td>

          </tr>

          </table></td>

      </tr>

      <tr>

        <td align="center"><p class="textoPV" align="center">todos los derechos reservados © 2013 CLEM ECOLOGIC</p></td>

      </tr>

    </table></td>

  </tr>

</table>

<p>&nbsp;</p>

</body>

</html> 
index.html

Código HTML:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>CLEMEE Innovaci&oacute;n+Ecolog&iacute;a+Servicio</title>
<link rel="shortcut icon" href="02_Images/Logos/favicon.ico">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<meta http-equiv="x-ua-compatible" content="IE=EmulateIE7" />

<frameset rows="230,*" frameborder="NO" border="0" framespacing="0">
  <frame src="header.html" name="top" frameborder="no" scrolling="NO" noresize marginwidth="0" marginheight="0" bordercolor="#FFFFFF" id="top" >
  <frame src="contents.html" name="main" frameborder="no" marginwidth="0" marginheight="0" bordercolor="#FFFFFF" id="main">
</frameset>
<noframes><body>

</body></noframes>
</html> 
GRACIAS