In my application I created the access to social networks of the company I work for. But when I click on the linked image, it does not open anything.
Follow the code below:
<a href="https://www.facebook.com/" target= "_blank" style="display:table;padding:15px;background:url('https://upload.wikimedia.org/wikipedia/commons/f/fb/Facebook_icon_2013.svg') center;background-size: 30px 30px;
background-repeat: no-repeat;margin-top: -80px;margin-left: 91%; position: absolute; "><a/>
<a href="https://br.linkedin.com/" target= "_blank" style="display:table;padding:15px; margin-top: 50%; background:url('https://upload.wikimedia.org/wikipedia/commons/c/c9/Linkedin.svg') center;background-size: 30px 30px;
background-repeat: no-repeat; position: absolute; margin-top: -80px; margin-left: 95%; "><a/>