otix_ Member Mar 27, 2021 #1 Hi, I would like to add a background image to a HTML sidebar widget. How can I do this!? Thank you!
gouwepeer.nl Well-known member Mar 27, 2021 #2 Use css. Example: HTML: <style> .widgetbg { background-image: url("image.jpg"); } </style> <div class="widgetbg"> <!-- your widget content --> </div> Upvote 2 Downvote
Use css. Example: HTML: <style> .widgetbg { background-image: url("image.jpg"); } </style> <div class="widgetbg"> <!-- your widget content --> </div>