search for: maindivright

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

2009 Oct 25
3
Image_tag Positioning/Alignment
Hi: I searched the forum before posting and could not find any help on how to position an image using image_tag (''image_name''). I have an image in a div, and I need to move it to the right. How do I this? I have this code: <div id="mainDivright"><%= image_tag (''name.gif''), :options => {:align=>"right" } %></div> I even tried this: <div align="right" id="mainDivright"><%= image_tag (''name.gif'') %></ div> and it does not seem to...