Ver Mensaje Individual
  #1 (permalink)  
Antiguo 23/02/2009, 16:44
Avatar de Capimaster
Capimaster
 
Fecha de Ingreso: agosto-2004
Mensajes: 494
Antigüedad: 19 años, 8 meses
Puntos: 2
Problema con un salto de linea

Me tiene loco un salto de linea en mi sitio...


tengo dos archivos...

Código HTML:
<html>
<head>
<title>Documento sin t&iacute;tulo</title>
<style type="text/css">
<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
-->
</style></head>

<body><?php include($baseurl."include/cabecera.php"); ?>
</body>
</html> 
y el otro es

Código HTML:
<?php require_once('/home/elcapito/public_html/Connections/noticias.php');  ?>

<link href="<?php echo $baseurl; ?>evolucion/styles.css" rel="stylesheet" type="text/css" />


<script src="../Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
<script type="text/javascript">
<!--
function MM_jumpMenuGo(objId,targ,restore){ //v9.0
  var selObj = null;  with (document) { 
  if (getElementById) selObj = getElementById(objId);
  if (selObj) eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0; }
}
//-->
</script>

<table width="956" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td colspan="3"><table width="956" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td><img src="<?php echo $baseurl; ?>imagenes/Home.jpg" alt="Página de Inicio" width="57" height="27" border="0" /></td>
        <td><a href="http://www.elcapitolio.com.mx/index2.php?lugar=<?php echo $_GET['lugar']; ?>"><img src="<?php echo $baseurl; ?>imagenes/principal.jpg" width="123" height="27" border="0"  /></a></td>
        <td><a href="http://www.elcapitolio.com.mx/eventos/index.php?lugar=<?php echo $_GET['lugar']; ?>"><img src="<?php echo $baseurl; ?>imagenes/eventos.jpg" width="123" height="27" border="0"/></a></td>
        <td><a href="http://www.elcapitolio.com.mx/videos/index.php?lugar=<?php echo $_GET['lugar']; ?>"><img src="<?php echo $baseurl; ?>imagenes/videos.jpg" width="124" height="27" border="0"  /></a></td>
        <td><a href="http://www.elcapitolio.com.mx/chismes/index.php?lugar=<?php echo $_GET['lugar']; ?>"><img src="<?php echo $baseurl; ?>imagenes/chismes.jpg" width="123" height="27" border="0" /></a></td>
        <td><a href="http://www.elcapitolio.com.mx/"><img src="<?php echo $baseurl; ?>imagenes/tusfotos.jpg" width="123" height="27" border="0"  /></a></td>
        <td><a href="http://www.elcapitolio.com.mx/chat/index.php?lugar=<?php echo $_GET['lugar']; ?>"><img src="<?php echo $baseurl; ?>imagenes/chat.jpg" width="123" height="27" border="0" /></a></td>
        <td><table border="0" cellspacing="0" cellpadding="0">
          <tr>
            <td colspan="3"><img src="<?php echo $baseurl; ?>imagenes/busca1.jpg" width="160" height="4" /></td>
          </tr>
          <tr>
            <td width="6" bgcolor="#9B9B9B"></td>
            <td><img src="<?php echo $baseurl; ?>imagenes/busca_campo.jpg" width="132" height="16" /></td>
            <td><img src="<?php echo $baseurl; ?>imagenes/busca_boton.jpg" width="22" height="16" /></td>
          </tr>
          <tr>
            <td colspan="3"><img src="<?php echo $baseurl; ?>imagenes/busca2.jpg" width="160" height="7" hspace="0" vspace="0" /></td>
          </tr>
        </table></td>
      </tr>
    </table></td>
  </tr>
  <tr>
    <td width="156" background="<?php echo $baseurl; ?>imagenes/izquierda.jpg"><table width="100%" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td height="172"><table width="85%" border="0" align="center" cellpadding="0" cellspacing="0">
          <tr>
            <td class="titLNeg">Bienvenido</td>
          </tr>
          <tr>
            <td class="normal_bca">Juan Manuel</td>
          </tr>
          <tr>
            <td>&nbsp;</td>
          </tr>
        </table></td>
      </tr>
      <tr>
        <td height="13"><a href="http://www.elcapitolio.com.mx/contacto/index.php?lugar=<?php echo $_GET['lugar']; ?>"><div style="vertical-align:bottom; font-size:9px; text-align:center;">&nbsp;</div></a></td>
      </tr>
    </table>
    </td>
    <td background="imagenes/logo.jpg"><script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','644','height','190','src','imagenes/top','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','<?php echo $baseurl; ?>imagenes/topend' ); //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=9,0,28,0" width="644" height="190">
          <param name="movie" value="<?php echo $baseurl; ?>imagenes/topend.swf" />
          <param name="quality" value="high" />
          <embed src="<?php echo $baseurl; ?>imagenes/topend.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="644" height="190"></embed>
        </object>
        </noscript></td>
    <td width="156" background="<?php echo $baseurl; ?>imagenes/derecha.jpg" ><div align="center">
      <p><img src="<?php echo $baseurl; ?>imagenes/directorio.jpg" /></p>
      <p>&nbsp;</p>
      <p> </p>
    </div></td>
  </tr>
</table> 
pero no se por ke al ver el primer archivo en el navegador me inserta un salto de linea en blanco, ya intente eliminarlo y de ninguna manera lo logro
__________________
http://www.elcapitolio.com.mx - Ocotlán, Jalisco, México