View Single Post
Old 02-12-2024, 09:28 AM   #133
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 79,902
Karma: 146918083
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by Turtle91 View Post
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.
JSWolf is offline   Reply With Quote