Ver Mensaje Individual
  #7 (permalink)  
Antiguo 22/02/2011, 14:43
noa_shinta
 
Fecha de Ingreso: septiembre-2010
Mensajes: 57
Antigüedad: 13 años, 7 meses
Puntos: 0
Respuesta: visualizar en diferentes exploradores

aqui lo mando

Cita:
<?php
include_once("estilos.css");
include_once("funciones.php");
?>
<!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="Content-Type" content="text/html; charset=iso-8859-1" />
<title>cumplea&ntilde;os</title>
<body>
<?php //echo quienCumple() ?>

<div id="datos">
<?php
echo quienCumple();
?>
</div>

<div id="menu">
<table align="center">
<tbody>
<tr>
<td style="padding-top: 9px;">
<a href="./index.php?uen=1">Area Central</a>
</td>
<td style="padding-top: 9px; border-left: 1px solid #FFF;">
<a href="./index.php?uen=2">Visipak</a>
</td>
<td style="padding-top: 9px; border-left: 1px solid #FFF;">
<a href="./index.php?uen=3">Flexa</a>
</td>
<td style="padding-top: 9px; border-left: 1px solid #FFF;">
<a href="./index.php?uen=4">Papel y Carton</a>
</td>
<td style="padding-top: 9px; border-left: 1px solid #FFF;">
<a href="./index.php?uen=5">Termoformados</a>
</td>
<td style="padding-top: 9px; border-left: 1px solid #FFF;">
<a href="./index.php?uen=6">Pamolsa</a>
</td>
</tr>
</tbody>
</table>
</div>

<div font-size="6pt" id="tabla">
<?php include_once("acciones.php") ?>
<?php include_once("tabla.php") ?>
</div>
<div id="menucuadros"<img src="imagenes/menucuadros.jpg"/></div>
<div id="logo"<img src="imagenes/logo.jpg"/></div>
<div id="hoy_cumplen"<img src="imagenes/hoy cumplen.jpg"/></div>

<div id="m_areacentral">
<table align="center">
<tbody>
<tr>
<td style="padding-top: 9px;">
<a src=<href="http://index.php?uen=1"/>Area Central</a>
</td
</tr>
</tbody>
</table>
</div>

<div id="m_visipak">
<table align="center">
<tbody>
<tr>
<td style="padding-top: 9px;">
<a href="./index.php?uen=2">Visipak</a>
</td>
</tr>
</tbody>
</table>
</div>

</html>