I\'m using Html Helper css() method to link my stylesheets just like this: Html->css(\'reset.css\');?> but what if my
Html Helper css()
Html->css(\'reset.css\');?>
There are a few different ways to get the base path. I use
echo $this->webroot; //Note: auto appends trailing slash