View Single Post
Old 04-13-2017, 12:27 PM   #2
Turtle91
A Hairy Wizard
Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.
 
Turtle91's Avatar
 
Posts: 3,363
Karma: 20212733
Join Date: Dec 2012
Location: Charleston, SC today
Device: iPhone 15/11/X/6/iPad 1,2,Air & Air Pro/Surface Pro/Kindle PW & Fire
Search: <span style="font-size:80%;">(.*?)</span>
Replace: <span style="font-size:80%;">\U\1\E</span>

Can I also add a recommendation that you try and avoid inline styles whenever possible. I would recommend using classes and css stylesheets like this:

<span class="upper">Sample Text</span>

with CSS:
span.upper {text-transform:uppercase; font:size:.8em}

There are lots of benefits to using stylesheets over inline styles!

Cheers,

Last edited by Turtle91; 04-13-2017 at 12:32 PM.
Turtle91 is online now   Reply With Quote