Displaying 1 result from an estimated 1 matches for "75x56".
Did you mean:
7556
2006 Nov 04
0
how do I debug a utorial ?
...for" and can''t discoover the proper syntax.
======code=================
<table>
<% for photo in @photos %>
<tr>
<td>
<%= link_to(image_tag("photos/#{photo.thumbnail}",
:size => ''75x56'',
:border => 1 ),
url_for ( :action => ''show'', :id => photo )
)
%>
======end=======
I have removed and added :controller , parenthesi, etc with no luck.
Any help will be appreciated
Jim
--------...