Ver Mensaje Individual
  #8 (permalink)  
Antiguo 31/05/2009, 11:56
Labelin
 
Fecha de Ingreso: marzo-2009
Mensajes: 164
Antigüedad: 15 años, 1 mes
Puntos: 1
Respuesta: Diferencias entre Firefox y IE

Yo no lo veo así...
Código HTML:
<!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>Mira el deporte internacional sin pagar!</title>
<meta name="keywords" content="Futbol en internet, basket en internet, basquet en internet, deporte en internet, tenis, madrid , real madrid, valencia, LFP, Premier, UEFA, champions , Roland garros, Nadal,Deporte en internet, deporte, internet, sin P2P"/>
<meta name="description" content="Ver partidos de futbol o otros deportes gratis, en directo y desde la web! sin pagar una sola moneda. No requiere de ningú programa, vealo mientras chatea"/>
<meta http-equiv="Content-Language" content="es"/>
<link href="css.css" rel="stylesheet" type="text/css" />
</head>

<body>
<div id="contenedor">
<? include('cabezera.php'); ?>
 <div id="contenidoIzquierdo">
<? include('menu.php'); ?>
<? include('buscador.php'); ?>
<? include('vinews.php'); ?>
 </div>
 <div id="contenidoDerecho">
<? include('partidos.php'); ?>
  <div id="footer">
<a href="/pyp.php">Politica y privacidad</a>
  </div>
 </div>
</div>
</body>
</html> 
Ese es el código... está bn...