link_to is just a helper, its out put is a string, and the content of that
string is an HTML 'a' tag.

2009/12/21 Gábor Fási <maerl...@gmail.com>

> Link_to outputs an <a> tag, it is not confusing at all. Also, symfony
> developers cannot change css standards.
>
> On Mon, Dec 21, 2009 at 20:10, tirengarfio <tirengar...@gmail.com> wrote:
> > Hi,
> >
> > I have created a menu using link_to. I want define a CSS rule for
> > these links.
> >
> > I expected it works writing something like this:
> >
> > #menu link_to {
> >
> > }
> >
> > But the rule only works if i write it in this way:
> >
> > #menu a {
> >
> > }
> >
> > Am i doing this right? Dont you think this way ("link_to" in the view
> > and "a" in the CSS rule) could be confusing?
> >
> > Regards
> >
> > Javi
> >
> > --
> >
> > You received this message because you are subscribed to the Google Groups
> "symfony users" group.
> > To post to this group, send email to symfony-us...@googlegroups.com.
> > To unsubscribe from this group, send email to
> symfony-users+unsubscr...@googlegroups.com<symfony-users%2bunsubscr...@googlegroups.com>
> .
> > For more options, visit this group at
> http://groups.google.com/group/symfony-users?hl=en.
> >
> >
> >
>
> --
>
> You received this message because you are subscribed to the Google Groups
> "symfony users" group.
> To post to this group, send email to symfony-us...@googlegroups.com.
> To unsubscribe from this group, send email to
> symfony-users+unsubscr...@googlegroups.com<symfony-users%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/symfony-users?hl=en.
>
>
>

--

You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-us...@googlegroups.com.
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en.


Reply via email to