Quote:
Originally Posted by Turtle91
Are you saying you need to wrap each individual word with its own <small> tag?!?! Why not just include the space in one set of tags??
Code:
<small>HAVE HEARD</small>
The space within the tag would at least keep the spacing consistent… and reduce code bloat.
|
If you use font-variant: small-caps, a space is a full size space. If you use <small>, a space will be smaller then it should be. So if you want a correct size space, you have to do it as I did it.