hi I need insert a style background inside the html on a li with a class, but I cant! I need inside the HTML not outsite .css
<li class="first" style='background: url(../img/image.jpg) no-repeat;'><a href="#">Text Text Text</a></li>
whats wrong in my code? help please, thanks
<li class="first" style='background: url(../img/image.jpg) no-repeat;'><a href="#">Text Text Text</a></li>
whats wrong in my code? help please, thanks