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>