Hola willyfc, espero este en lo correcto pero esto es lo k tuve en el primer include del index:
Código php:
Ver original<html>
<head>
<title>Top</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<table border="0" width="100%" height="124" align="center" cellspacing="0" bgcolor="#007DFB">
<tr>
<td colspan="9" align="left" valign="bottom" height="75"> <img src="img/dynamic5.gif"></td>
<td colspan="2" width="62%" align="right" valign="top" class="rolex">
<script
>document
.write
(showdate
(new Date()))</script> </td>
</tr>
</table>
</body>
</html>
Pero por la advertencia k me diste(te fijaste que tienes 2 páginas en una?, donde comienza el body comienza otro html...), modifik quitandole el html,head,/head,body,/body,/html:
Código php:
Ver original<table border="0" width="100%" height="124" align="center" cellspacing="0" bgcolor="#007DFB">
<tr>
<td colspan="9" align="left" valign="bottom" height="75"> <img src="img/dynamic5.gif"></td>
<td colspan="2" width="62%" align="right" valign="top" class="rolex">
<script
>document
.write
(showdate
(new Date()))</script> </td>
</tr>
</table>
Estoy por buen camino, a esto te referiste k modificara mi codigo...gracias por la ayuda de antemnao.