I use <span>
tags in my module titles,
e.g.
<span>Categories</span>.
I specify the span's background color/image, width and height in css.
But the span's width depends on its content/text.
So, if I do <span></span>
, with just a background image/color in css, nothing appears.
Of course, I want something to appear.
How can I resolve this?