i use tag 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 it's 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?