Ver Mensaje Individual
  #2 (permalink)  
Antiguo 27/05/2011, 05:00
IEKK
 
Fecha de Ingreso: agosto-2010
Ubicación: Tenerife
Mensajes: 893
Antigüedad: 14 años, 3 meses
Puntos: 202
Respuesta: Modulos en php

Es que entre otras cosas has hecho locuras. Da gracias a que algunos navegadores te lo interpreten bien.

(Sacado de tu código fuente)

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>

<title>Hebreo Digital</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<STYLE TYPE="text/css">
<!--
a:link, a:visited { color: #000000; text-decoration: none }
a:hover, a:active { color: #CC0000 }
BIG { font-size: 10pt; font-family: Tahoma, MS Sans Serif, Arial, "ms sans-serif"; letter-spacing: 1; line-height: 1.1; text-decoration: none }
SMALL { font-size: 8pt; font-family: Tahoma, MS Sans Serif, "ms sans-serif"; font-weight: plain; letter-spacing: 0; text-decoration: none }
-->
</STYLE>

</head>

<body>

<div align="center">
<table width="1000" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td background="linea_1000_10.jpg">
<div align="center">
<table width="100" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td align="left" valign="top">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Hebreo Digital</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>


¿Cuantos doctype y head y body crees que necesita tú página?


Por cierto harías bien en separar css del html, si puedes evita crear toda la página a base de tablas, hay algo llamado div, y en los include con php... esas partes no necesitan ni body ni head ni doctype si están siendo incluidas en una que ya tiene.
¿Algún efectito sobre los enlaces con css estaría bien para saber que está siendo seleccionado no?
__________________
Pensaba que internet era una gran biblioteca de sabiduría, hasta que comprendí que un libro no puede tener mil páginas llenas de faltas de ortografía... :(