Guest User

Untitled

a guest
Oct 21st, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. @img = "<img src='#{@question.thumb_url}' width='370px'/><img src='#{SITE_PATH}images/playbutton.png' style='z-index:100;top:130px;left:190px;position:absolute;opacity:0.8'/>"
  2.  
  3. <%= simple_format @img%>
  4.  
  5.  
  6. the problem is my style is not getting applied and it only gives me the img tag with src, why is that?
Add Comment
Please, Sign In to add comment