I want to insert an image using the main.css
of yii
but when using this code:
.configuracion {
background-image: url(configuration_13194.png) no-repeat;
background-color: red;
}
And then use it in
echo "<div class='configuracion'> a </div>";
You just do not see it but the red line of the background comes out.
I also do not know where I should place the image so that the main.css
recognizes the address.