Ver Mensaje Individual
  #2 (permalink)  
Antiguo 17/05/2010, 07:09
Avatar de jdelrioj
jdelrioj
 
Fecha de Ingreso: julio-2008
Ubicación: La Rambla , Córdoba -> Andalucía
Mensajes: 340
Antigüedad: 15 años, 9 meses
Puntos: 13
Respuesta: Estilo css no funciona

Prueba a poner esto:

<?php
// no direct access
defined( '_JEXEC' ) or die( 'Restricted access' );

<!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" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" >

<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15" />
<jdoc:include type="head" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/estilos.css" type="text/css" />
</head>