Links for poor developers - <a href>

I don’t enjoy getting involved in design much, mostly because of cross browser issues / css. Anyway, I’m needing a nice menu. Problem is , most of what is out there uses standard html links - And the css is coded around those elements. Is there a way to use with link_to . I know i can probably just define a class , but wonder if there is an easier way.

Stuart

http://en.wikipedia.org/wiki/Dark_ambient

link_to is simply a helper to generate standard HTML links (<a href="...">) so any Javascript or CSS techniques you would use with HTML can be used with the resulting code.

Have you tried using link_to in a template and looking at the HTML that's produced? (with the 'view source' option in your browser).

James.

I have, and know , it turns into a href, but it seems as if the styling is lost anyway.

Stuart

What is your full link_to call, and what's the HTML you're expecting to be output?

James.

Hi --