I have also tried wrapping the link_to in separate div tags and changing
the color there, but none of this has worked. The links are still the
default blue.
@Matthew,
The div tag is not broken, that was a typo on my part, sorry about that.
Styling the div in the css does not work.
@Andrew
I tried your syntax and that does not seem to change the link color
either. I tried putting the link_to_remote both inside and outside div
tags...no go.
The method signagure for link_to_remote is:
link_to_remote(name, options = {}, html_options = nil)
so you need to include the display text, a hash of options for the remote link and then a second hash for the html specific options so it’s best to use explicit hashes so you know which is which