Comunidad de diseño web y desarrollo en internet online

PHP include - Error de depliegue

Citar            
MensajeEscrito el 05 Nov 2011 05:02 am
Hola Amigos,

Estoy trabajando con un archivo maestro, tengo varios includes, pero cuando hago include de solo imagenes estas se muestran pero se descuadran en la pantalla, es decir se ven movidas, si transfiero el codigo desde el archivo incluido la pagina se muestra bien. No se cual puede ser el problema. ???

(SE MUESTRA UN ESPACIO ENTRE EL HEADER Y LA BARRA DE MENU CUANDO DEBERIAN ESTAR LOS DOS JUNTOS :twisted: )

CODIGO BUENO

<table cellpadding="0" cellspacing="0">
<tr>
<td style="width:970px; height: 150px; ">
<img alt="" src="Img/ImagesZonaGPeru/ZonaGPeru_Header_1.jpg" height="150" width="970" />
</td>
</tr>
<tr>
<td style="height: 30px; width: 970px; padding:-5px 0px 0px 0px">
<img alt="" src="Img/ImagesZonaGPeru/BarraMenu.jpg" height="30" width="970" />
</td>
</tr>
</table>



CODIGO MALO


<table cellpadding="0" cellspacing="0">
<tr>
<td style="width:970px; height: 150px; ">
<?php include('header.php'); ?>
</td>
</tr>
<tr>
<td style="height: 30px; width: 970px; padding:-5px 0px 0px 0px">
<?php include('topmenu.php'); ?>
</td>
</tr>
</table>


ARCHIVO HEADER.PHP

<?php
echo "<img src='Img/ImagesZonaGPeru/ZonaGPeru_Header_1.jpg' width='970' height='150' />";
?>

ARCHIVO TOPMENU.PHP

<?php
echo "<img src='Img/ImagesZonaGPeru/BarraMenu.jpg' height='30' width='970' />";
?>


Gracias de antemano a las personas que puedan ayudarme.

Saludos

Por cgomez

1 de clabLevel



 

msie
Citar            
MensajeEscrito el 06 Nov 2011 03:53 pm
pero cual es el resultado ???
osea presionas el boton derecho del mouse y pones ver codigo fuente y vees que raro hay en el codigo generado,
al parecer todo esta bien :), ya viste el resultado en navegadores como firefox chrome, opera o similares???

Por tuadmin

Claber

598 de clabLevel



Genero:Masculino  

firefox

 

Cristalab BabyBlue v4 + V4 © 2011 Cristalab
Powered by ClabEngines v4, HTML5, love and ponies.