I have two links in my page with target="_blank"
, but if i open the first link in a new tab, when i click in the second, the page loads in tha tab that the first link are already open, i need to make they open in different tabs, not in the same. Thanks.
Add the code...
<ul style="float: left;">
<li><a href='{external link}' target="_blank"><span>Help Desk</span></a></li>
<li><a href='{external link}' target="_blank"><span>Bússola</span></a></li>
</ul>