RE: Span Tag

2009-11-28 Thread Dave
Perfect! Thank you very much. Dave -Original Message- From: Kyle Decot [mailto:kdec...@gmail.com] Sent: November-28-09 9:09 PM To: CakePHP Subject: Re: Span Tag echo "" . $html->link("Link Text","/some/link/",array (),false,false) . ""; On

Re: Span Tag

2009-11-28 Thread Kyle Decot
echo "" . $html->link("Link Text","/some/link/",array (),false,false) . ""; On Nov 28, 6:48 pm, "Dave" wrote: > Any ideas how to accomplish this output code in Cake? > > Link Text > > I have tried using the $html->link and $html->tag('span', 'Link Text');?> in > various ways but all I get is > Li

Span Tag

2009-11-28 Thread Dave
Any ideas how to accomplish this output code in Cake? Link Text I have tried using the $html->link and $html->tag('span', 'Link Text');?> in various ways but all I get is Link Text with the span outside the Thanks, Dave Check out the new CakePHP Questions site http://cakeqs.org and help othe