Foros del Web

Foros del Web (http://www.forosdelweb.com/)
-   HTML (http://www.forosdelweb.com/f4/)
-   -   visualizaciòn (http://www.forosdelweb.com/f4/visualizacion-214023/)

elgabo 30/06/2004 11:55

visualizaciòn
 
Hola a todos.

realmente no se si es en este foro pero bueno, mi duda es la siguiente: estoy haciendo un programita en php, en el cual tiene un header.php y un fooder.php, pero con el IE6 tengo un problema de visualizacion, aqui les pondo las imagenes para que vean:

http://www.e-respuesta.com/fotomal.jpg

en la imagen se ve que la tabla html no se pega completamente a la derecha del navegador, pero si le doy F5 osea actualizo la pagina se corrige el error

http://www.e-respuesta.com/fotobien.jpg

realmente no se cual sea el problema, solo con php pasa esto.

de antemano gracias

elgabo 30/06/2004 12:07

header y footer
 
en el hedaer tengo esto:

<HTML>
<HEAD>
<TITLE>d</TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1252">
<style type="text/css">
<!--
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 24px;
}
-->
</style>

</HEAD>
<BODY BGCOLOR=#FFFFFF LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0>
<table width="100%" border="0" cellpadding="0" cellspacing="0" id="cuerpo">
<tr>
<td>

<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="320" rowspan="2">
<div align="right">
<img src="images/logo.gif" width="325" height="60">
</div>
</td>
<td ><div align="right">Usuario: login | Suscriptores totales:12232&nbsp;&nbsp;&nbsp;</div></td>
</tr>
<tr>
<td >&nbsp;</td>
</tr>
</table>

</td>
</tr>
<tr>
<td height="60" valign="top" background="images/eresp2_07.gif"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="14">&nbsp;</td>
<td width="354"><a href="index.dbm"><img src="images/eresp<?=$dos1?>_02.gif" alt="Inicio" width="73" height="31" border="0"></a><a href="suscriptores.dbm"><img src="images/eresp<?=$dos2?>_03.gif" alt="Suscriptores" width="95" height="31" border="0"></a><a href="mensajes.dbm"><img src="images/eresp<?=$dos3?>_04.gif" alt="Mensajes" width="81" height="31" border="0"></a><a href="estadisticas.php"><img src="images/eresp<?=$dos4?>_05.gif" alt="Estad&igrave;sticas" width="97" height="31" border="0"></a></td>
<td width="413"><div align="right"><a href="#">Mi cuenta</a> | <a href="#">Ayuda</a>
| <a href="salir.dbm">Cerrar Sesion </a>&nbsp;&nbsp;</div></td>
</tr>
</table> &nbsp;&nbsp;&nbsp;&nbsp; <? include("$incluir"); ?></td>
</tr>
<tr>
<td height="350" valign="top">

y en footer esto:

</td>
</tr>
<tr>
<td height="20" bgcolor="406284">&nbsp;</td>
</tr>
</table>
</BODY>
</HTML>

y en un index.php incluyo los 2 archivos


La zona horaria es GMT -6. Ahora son las 10:48.

Desarrollado por vBulletin® Versión 3.8.7
Derechos de Autor ©2000 - 2026, Jelsoft Enterprises Ltd.