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\');?>
Use this for baseurl
echo $this->html->url('/', true);