What is the RoR way of creating inline links i.e. like in FAQs. ex) <a href="#skip_to_main_content">skip to main content</a> <a name="skip_to_main_content" /></a> How would someone do it the RoR way for both creating the link and the place where the link goes to? Thanks for your help :-). -- John Kopanas john-Iau1QiYlxLpBDgjK7y7TUQ@public.gmane.org http://www.kopanas.com http://www.cusec.net http://www.soen.info --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---
Hi John, 2006/10/24, John Kopanas <kopanas-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>:> What is the RoR way of creating inline links i.e. like in FAQs. > > <a href="#skip_to_main_content">skip to main content</a> > > <a name="skip_to_main_content" /></a><%= link_to ''Kommentare'', :action => ''show'', :id => code, :anchor => ''comment-form'' %> Beate :) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---