Quote:
Originally Posted by JSWolf
Code:
]<p><small>S<small>O</small> I <small>HAVE</small> <small>HEARD</small>, said Death.</p>
|
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.