View Single Post
Old 04-13-2018, 06:00 PM   #4
exaltedwombat
Guru
exaltedwombat ought to be getting tired of karma fortunes by now.exaltedwombat ought to be getting tired of karma fortunes by now.exaltedwombat ought to be getting tired of karma fortunes by now.exaltedwombat ought to be getting tired of karma fortunes by now.exaltedwombat ought to be getting tired of karma fortunes by now.exaltedwombat ought to be getting tired of karma fortunes by now.exaltedwombat ought to be getting tired of karma fortunes by now.exaltedwombat ought to be getting tired of karma fortunes by now.exaltedwombat ought to be getting tired of karma fortunes by now.exaltedwombat ought to be getting tired of karma fortunes by now.exaltedwombat ought to be getting tired of karma fortunes by now.
 
Posts: 878
Karma: 2457540
Join Date: Nov 2011
Device: none
You know the answer to this. Look at the code. Maybe you can minimise each decorative character by simply modifying one line in the stylesheet. Or, as @jackie_w says, maybe there's a naming system that will let you turn:

<img alt="BigA" src="../Images/BigA.jpg"/><p>ardvark</p>

into:

<p>Aardvark</p>

with a simple bit of Regex. I hope so!
exaltedwombat is offline   Reply With Quote