I am trying to open a link in a new window in chrome! but discovered that target="blank" doesn't work in chrome.
I read a suggestion to use tab instead.
The problem I have is the html5 validator shows tab as an error as it is a reserved word.
Is there a way to open a new window with html and css that works in all browsers?
The links are to another site and I am unable to edit that to put in a back link.
This is the code with the problem
<div class="cntnr-105">
<a href="http://fineartamerica.com/art/all/landscape/acrylic+prints" target="_tab" >landscape acrylic prints</a>
</div>