I am currently using WebMatrix to host my website, but I'm facing some issues with certain elements not loading correctly. Specifically, I have two pictures on my site that are linked to a directory on my local machine. I would like to know how I can change the links to point to an Azure directory instead, so the pictures will display properly on my site. If you inspect the site using F12 and scroll down, you'll notice at the bottom that these two pictures are not loading. Any suggestions on how to fix this?
Here is the link to my site:
<div class="imagess"> <img src="C:\Users\alex\Desktop\rootforsite\img\pic.jpg" class="img-responsive center-block" /> </div>
</div>
</div>
<div class="imagess"> <img src="C:\Users\alex\Desktop\rootforsite\img\pic11.jpg" class="img-responsive center-block" style="margin-top: 10px;" /> </div>
<iframe width="540" height="360" src="http://www.youtube.com/embed/mb6SNytt5YI" frameborder="0" allowfullscreen style="margin-top: 70px;"></iframe>
</div>
Looking forward to your advice.