Hi I have a mailto link on my page, which works fine in other broswers. In chrome, it opens a new tab with the mailto link as the URL. Is there any way to suppress the behavior from the web developer's end?
From what I've read, it seems like this is a function of chrome's settings, but I wanted to know if anyone had a work around.
EDIT: site is located here nickstestserver.com/phi-rhos-near-you It is a drupal 7 site. Here is the relevant html.
<td class="table-logo" >
<a href="mailto:[email protected]" target="_blank"><img src="/sites/default/files/email_logo.png"></img></a>
</td>