hi i have the basic boot strap layout. now on the css there is two css files i found the one with body reference and i see that nothing else seems to be interfering with my problem
my main folder has its index.html in the root folder then i breaks as provided img css js
my path for my background its simple . img/bg.jpg so i put ../img/bg.jpg and nothing
i also tried making an images folder in the css folder and putting it there
body {
margin: 0;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 20px;
color: #333333;
background: url ('images/bg.jpg');
}
i also tried putting the link of a jpg image from google and nothing, im running the latest version, how can i achieve my goal. thanks for helping