1
Reply

add logo in webapp asp.net mvc

Cassie Mod

Cassie Mod

8 years ago
402
HI,
 
I'm wondering. I've got a webapplication who uses kendo UI. I found te record so i can add the logo. however it showing only the text but nog the image.
Can somebody tell me how to add an image ????
 
 code :
 
 
<div class="float-left">
<p class="site-title">@Html.ActionLink("your logo here", "Index", "Home")</p>
</div> 

Answers (1)