Image_submit_tag

Hi Im using image_submit_tag to submit my form. works fine… but the
image is displayed with border.

I used border => 0 but no use.

This is my code.

<%= image_submit_tag “…/images/upload.png”, :border => 0 %>

any ideas??

Regards,
Srikanth

please check yours css once

On Thu, Aug 19, 2010 at 12:20 PM, Srikanth J.
[email protected]wrote:

[email protected][email protected]
.
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en.


Thanks:
Rajeev sharma

Srikanth J. wrote:

Hi Im using image_submit_tag to submit my form. works fine… but the
image is displayed with border.

I used border => 0 but no use.

This is my code.

<%= image_submit_tag “…/images/upload.png”, :border => 0 %>

any ideas??

Regards,
Srikanth

I used this & it worked,

<%= image_submit_tag “…/images/upload.png”, :style => “border: none;”
%>