2
I have an image, which is a link to the index(home) page. It turns out that when I click on the link, the browser opens another window, but it should still open.
How do I resolve this? Below my code:
<a href="/Home/Index/" title="Twitter"
target="_blank"><img src="@Url.Content("~/Images/logo-agaxtur.jpg")" class="logo" />
</a>
You didn’t enter your code
– Erlon Charles