Ver Mensaje Individual
  #4 (permalink)  
Antiguo 20/01/2011, 18:01
ZeThito
 
Fecha de Ingreso: septiembre-2010
Mensajes: 147
Antigüedad: 13 años, 6 meses
Puntos: 3
Respuesta: Problemas directorio CSS

Esto esta bién o no es recomendado?

Código HTML:
Ver original
  1. <!-- Estilos -->
  2. <link href="<?php echo "http://".$_SERVER['HTTP_HOST']; ?>/web/css/style.css" rel="stylesheet" type="text/css" media="screen" />
  3. <link href="<?php echo "http://".$_SERVER['HTTP_HOST']; ?>/web/images/theme/1.0/theme.css" rel="stylesheet" type="text/css" media="screen" />
  4. <link href="<?php echo "http://".$_SERVER['HTTP_HOST']; ?>/web/css/print.css" rel="stylesheet" type="text/css" media="print" />
  5. <link href="<?php echo "http://".$_SERVER['HTTP_HOST']; ?>/web/css/thickbox.css" rel="stylesheet" type="text/css" media="screen" />