In _SiteLayout.cshtml, I changed this:
<p class="site-title"><a href="~/"></a>Your logo here</p>
...to this:
<p class="site-title"><a href="~/orderedList9.png"></a></p>
...(experimenting); but the image does not display. Why?
In _SiteLayout.cshtml, I changed this:
<p class="site-title"><a href="~/"></a>Your logo here</p>
...to this:
<p class="site-title"><a href="~/orderedList9.png"></a></p>
...(experimenting); but the image does not display. Why?