html - Button click doesn't open new window -


i have font awesome icon <i> item inside a href target='_blank' — yet text clickable; clicking on icon opens new tab about:blank, not actual link.

<a href="..." class="not-light" target="_blank" style="display: block; ">     <i class="fa fa-android"></i> » </a> 

how make icon clickable well?

for example, click lightbulb in footer of http://ambieye.com/ site's footer.

the <li> list. list must on outer , text in inner :

<li style="display: block; ">     <a href="..." class="not-light" target="_blank">         <i class="fa fa-android"></i> » text     </a> </li> 

try it.


Comments

Popular posts from this blog

asp.net mvc - SSO between MVCForum and Umbraco7 -

Python Tkinter keyboard using bind -

ubuntu - Selenium Node Not Connecting to Hub, Not Opening Port -