I need to add some features into the options in the view sections including images or videos.
I did this code below but the images are not showing.
<select name="second_offer" id="second_offer" class="second_offer"size="5" style="background-color: white;height: 160px;width: 800px;">
<option value="1" style="widht:200px; height:30px;background-image:url('{{=URL('static', 'images/life.jpg')}}')">Boat</option>
when using a web link e.g. 'https/www...
link-to-image.com', this appears buy my images are in the static/images folder.
Please assist.
Regards