Click here to Skip to main content
15,888,271 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
This is my html actionlink method. The method is working, but logo image doesn't exist.
How can I fix it? Thanks for your answers!!

HTML
<div class="navbar-header">

                  @Html.ActionLink(" ", "Index", "Home", new { @class="navbar-brand ", @style = "background: url('~/images/faviconnn.ico') no-repeat center right; height:50px; width:75px;" })
          </div>
Posted

1 solution

try using background: url('../images/faviconnn.ico')
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900