Ver Mensaje Individual
  #28 (permalink)  
Antiguo 28/09/2009, 10:42
Avatar de deirdre
deirdre
 
Fecha de Ingreso: mayo-2009
Mensajes: 690
Antigüedad: 14 años, 11 meses
Puntos: 45
Respuesta: Problema con pagina web

Me parece, creo recordar, que no son 30 días: son 30 mensajes.

Mientras tanto, puedes hacer esto:
______________________________________

<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Mi titulo</title>
<style type="text/css">
.mi estilo {
etc
}
</style>
</head>

<body>
<p>Mi contenido</p>
</body>

</html>
_____________________________________

Bye