Ver Mensaje Individual
  #3 (permalink)  
Antiguo 12/10/2009, 11:30
Avatar de floog
floog
 
Fecha de Ingreso: enero-2006
Mensajes: 191
Antigüedad: 18 años, 4 meses
Puntos: 2
Respuesta: error al incluir un fichero

no me pone ningun error simplemente me marca en amarillo </head> pero creo que es cosa del fichero header.php ver codigo

<!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=UTF-8" />
<link href="../css/general.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="header">
<table width="90%" align="center">
<tr>
<td align="right"> </td>
<td align="right" >
<div id="categorias">
<table width="400px">
<tr>
<td width="20px"></td>
<td></td>
<td width="15px"></td>
<td></td>
</tr>
<tr>
<td></td>
<td><strong>no conformidad</strong></td>
<td></td>
<td>accion correctiva</td>
</tr>
<tr>
<td></td>
<td>comunicaciones</td>
<td></td>
<td>infraestructura</td>
</tr>
<tr>
<td></td>
<td>medio ambiente</td>
<td></td>
<td>perfiles</td>
</tr>
<tr>
<td></td>
<td>legislacion</td>
<td></td>
<td>documentacion</td>
</tr>
<tr>
<td></td>
<td>registros</td>
<td></td>
<td><a href="consultas/inf_pendientes.php">informes</a></td>
</tr>
</table>
</div>
</td>
</tr>
</table>
</div>

</body>
</html>