View Single Post
  #2 (permalink)  
Old 04-07-2008, 02:52 PM
lucasm's Avatar
lucasm lucasm is offline
Junior Member
 
Join Date: Mar 2008
Location: Įguas Claras-DF, Brazil
Posts: 17
Talking

guys,

After some rest, I see two foolish errors right in front of my eyes:

1) I forgot echo
PHP Code:
<?php echo $this->doctype('XHTML1_TRANSITIONAL'); ?>
2) the syntax to load a css file is appendStylesheet
PHP Code:
echo $this->headLink()->appendStylesheet($this->escape(($this->baseUrl()."/css/site.css"))); 
but, I couldn't work with charset yet.

regards,
__________________
Lucas Mauricio C. e Martins
CR Vasco da Gama, my biggest passion!

Ajude a Combater o Spam! - Help fighting spam!
Reply With Quote