Displaying 1 result from an estimated 1 matches for "132x99".
Did you mean:
13299
2007 Jan 15
2
Help with with displaying a selected list.
...an someone
please tell me what I am doing wrong? Thank you.
selectaction.rhtml
<table>
<tr>
<% x = 0 %>
<% for video in @videos %>
<td><%= link_to(image_tag("videos/#{video.video_thumbnail}",
:size => ''132x99'',
:border => 5,
:id => ''thumbnail''),
url_for(:action => ''show'', :id => video)
)
%><br>
<b>Title:</b> <%=...