Add array('escape'=>false) to your link, so that your html code
<span></span> is not turned into html entitiesIf it doesn't help, please show the html of your created link! Enjoy, John On Nov 4, 12:23 pm, kicaj <[email protected]> wrote: > I must build link like this: > <a href="#"><span>text</span></a> > How? > > I using: $html->link('<span>'. __('text', true) .'</span>'), '#'); but > this is not works! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
