I have an anchor element with an image inside and I would like to use the @Html.ActionLink from ASP.Net MVC to create it:
<a class="element image-button image-left place-left" style="color: #3D1400">
Some text here
<img src="~/Content/Images/logo.png" />
</a>
Can anyone help me to do it? thanks