Try the escape option... http://book.cakephp.org/view/1442/link
Jeremy Burns Class Outfit [email protected] http://www.classoutfit.com On 18 Sep 2010, at 15:10, hoss7 wrote: > 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"><span>home</span></ > 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 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
