Ruby on Rails Discussions
Can link_to have both an image and some text?
rubyonrails-talk
Mark_Van_Holstyn1
(Mark Van Holstyn)
January 20, 2007, 8:53am
1
Sure.
<%= link_to "Print " + image_tag( “icon_print.gif”, :border => 0 ), :action => ‘print_list’ %>
Related topics
Topic
Replies
Views
Activity
link_to + image_tag
rubyonrails-talk
2
175
October 17, 2008
Image Link
rubyonrails-talk
2
113
March 12, 2008
between to_image and link_to with image_tag
rubyonrails-talk
0
134
March 31, 2007
link_to and image_tag
rubyonrails-talk
2
125
April 27, 2008
button_to or link_to using an image?
rubyonrails-talk
4
245
November 28, 2006