how can i make a div background image read a string url?
[php]
$100 = “fibre”
.clipper {background-image: url(’.$100.’.jpg);}
how can i make a div background image read a string url?
[php]
$100 = “fibre”
.clipper {background-image: url(’.$100.’.jpg);}
Put the variable in php tags.