Displaying 1 result from an estimated 1 matches for "2_04".
Did you mean:
2004
2007 May 02
0
Template image display problem(newbie)
Hi guys,
I use a web template for my rails application.
I place the images in public/image folder.
I edit my list.rhtml(got by scaffolding)
Now my image display code is as below:
<img src="images/WORK2R-2_04.gif" width="112" height="30" alt="">
But when i access the page from the IE then no image is displayed.
I have googled and found <% image_tag(WORK2R-2_04.gif) %> but no result.
Please make me clear about display image in rails page.
Melinda
--
Posted...