i want have links like this:
<li><a href="index.html" class="active"><span>home</span></a></li>

but when i use this code:
<li><?php echo $html->link('<span>'.'home'.'</
span>','/',array('class'=>'active')); ?></li>

i have this:
<li><a href="/ird/www/" class="active">&lt;span&gt;home&lt;/span&gt;</
a></li>

i want use span in links,i am search in group but i cant find out how
i can do this,i only find
$html->tag('span') but i cant use it.


Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected] For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

Reply via email to