Answers for "asp.net mvc add image to navbar"

0

asp net mvc 5 add logo to navbar

<a href="@Url.Action("Index", "Home")" class="navbar-brand">
    <img src="img/accomodator-mini.png" title="title" alt="additional title" />
</a>
<!--
Note: I'd add style="margin: 0px 0px" after the class, 
because navbard-brand has a 15px margin that would
lead the image to be rendered moved downwards.
-->
Posted by: Guest on June-06-2020

Code answers related to "asp.net mvc add image to navbar"

Browse Popular Code Answers by Language