I am using webmatrix to run my website at the moment. Although not everything on my site is loading correctly. I have to pictures on my site that have a directory to my local machine but i would like to know how i can change it to some azure directory that will allow the pictures to appear on my site. If you hit f12 and scroll down on the site you will see near the bottom, the two pictures that are not loading. Any thoughts?
My site: http://rootforsite.azurewebsites.net/
<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>
Regards.