I have just started to run in this problem! I have seen a lot of your guys questions and tried a lot of solutions but none of them works for me! I tried loading chrome from the command prompt with the code to allow files but didn't work. Why is this showing up? Also i don't understand any of Ajax so if possible please answer in more detail! This is the css :
div.jumbotron.hero{
background-image:url(C:/Users/INFORMATIKA/Desktop/banner.jpg);
}
This is the html I am using to put the image in the back:
<div class="jumbotron hero">
<div class="container">
<div class="row">
<div class="col-md-6 col-md-offset-6 col-md-pull-3 get-it">
<h1 class="text-uppercase text-center"><strong>Mirësevini </strong></h1>
<p class="text-center" id="umire">në IB - Learning , web-aplikacionin e krijuar nga Islam Bekaj </p>
<p></p>
</div>
</div>
</div>
</div>
I am using XAMPP and used bootstrap for the css!