Quote:
Originally Posted by doubleshuffle
Would using an empty span of a fixed width be a very bad and hackish solution?
|
Yes, it would, but it might work.
Sizing in em would make the most sense because it would scale with the font size. I think that you would also need to use display:inline-block to allow the width to be effective. (I have not tested any of this.)