How to call CSS class on a CakePHP Html->link?

I am a complete noob to programming and CakePHP all together, so please be patient. How am I supposed to call the CSS on this Html->link:

<?php echo $this->Html->link(__('Blogs', true), array('controller' => 'posts', 'action' => 'index') ); ?>

Please help.

9
задан Smi 12 January 2012 в 18:56
поделиться