Better yet, (doesn't use an 'A' tag to mark up the destination:) <div id='Verb'>This is where I want to go</div>
<a href='#Verb'>Send me there</a> On Aug 8, 11:42 pm, "Geoff Ford" <[EMAIL PROTECTED]> wrote: > Links to the same page do not require the full url so why not use straight > html? > > <a name="Verb"/> This is where I want to go > > <a href="#Verb">Send me there</a> > > Plain and simple. > > Geoff > > On 8/9/07, mussond <[EMAIL PROTECTED]> wrote: > > > > > > > I changed the name to be #Verbs but when I click it I get redirected > > to the URL: /top_tiers/index#Verbs. This page displays exactly like / > > top_tiers/index would. > > > I don't know how I'd implement $html->link() because it asks for a URL > > and an array but I want the same array. > > > Has anyone got any ideas or an example for the problem? > > > Dave > > > On Aug 7, 11:55 pm, Geoff Ford <[EMAIL PROTECTED]> wrote: > > > Bookmarks use #bookmarkName last time I checked. > > > > Geoff > > > --http://lemoncake.wordpress.com > > > > On Aug 8, 11:50 am, "Chris Hartjes" <[EMAIL PROTECTED]> wrote: > > > > > On 8/7/07, mussond <[EMAIL PROTECTED]> wrote: > > > > > > Hey all, I trying to create a bookmark link on my page. I couldn't > > > > > find anything in api that would let me do this, so I've tried to do > > it > > > > > using HTML but when I click the link I get a page saying I have a > > > > > missing controller, $Verbs. > > > > > > Below is part of my HTML code. I can see how the $Verbs controller > > > > > comes about as its the name of my bookmark. How do I get it follow > > > > > the HTML and not Cake? > > > > > Why can't you use $html->link() ? > > > > > -- > > > > Chris Hartjes > > > > Senior Developer > > > > Cake Development Corporation > > > > > My motto for 2007: "Just build it, damnit!" > > > > > @TheBallpark -http://www.littlehart.net/attheballpark > > > > @TheKeyboard -http://www.littlehart.net/atthekeyboard > > --http://lemoncake.wordpress.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" 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 -~----------~----~----~----~------~----~------~--~---
