search for: part_prefix

Displaying 1 result from an estimated 1 matches for "part_prefix".

Did you mean: at_prefix
2006 Jan 12
6
link_to_image - Remove Border
Hi All, I am new to both Ruby and Rails, so please be patient with me. I am currently working on a view for a controller and I have used the following excerpt: <td><%= link_to_image "b_edit", :action => ''edit'', :id => part_prefix %></td> The image is being displayed and the link is working. However, the formatting of image rendered produces and thick (1 or 2px) black box around the image. Is there a method of controlling this border aroung the image, I would prefer that it be transparent? Thanks in advance...