yes...in your 3 param for link method...add to array: "escape" => false -- Tilen Majerle http://majerle.eu
2010/9/18 hoss7 <[email protected]> > 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]<cake-php%[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
