I have this code:
<%= link_to image_tag("facebook.png", :class => "facebook_icon", :alt => "Facebook", :target => "_blank"), "http://www.facebook.com/mypage" %>
How can I make it to open in new tab when a user clicks the link?
|
I have this code:
How can I make it to open in new tab when a user clicks the link? |
||||
|
|
|
The
|
|||||||||
|
|
|
Try this:
|
|||