View Single Post
Old 08-02-2013, 12:12 PM   #9
crutledge
eBook FANatic
crutledge ought to be getting tired of karma fortunes by now.crutledge ought to be getting tired of karma fortunes by now.crutledge ought to be getting tired of karma fortunes by now.crutledge ought to be getting tired of karma fortunes by now.crutledge ought to be getting tired of karma fortunes by now.crutledge ought to be getting tired of karma fortunes by now.crutledge ought to be getting tired of karma fortunes by now.crutledge ought to be getting tired of karma fortunes by now.crutledge ought to be getting tired of karma fortunes by now.crutledge ought to be getting tired of karma fortunes by now.crutledge ought to be getting tired of karma fortunes by now.
 
crutledge's Avatar
 
Posts: 18,301
Karma: 16078357
Join Date: Apr 2008
Location: Alabama, USA
Device: HP ipac RX5915 Wife's Kindle
Quote:
Originally Posted by theducks View Post
Wrap the phrase in a span
Code:
<P>Stuff <span class="fakesmcaps">THE PHRASE NOW SHOWS AS SMALL CAPS</SPAN> More stuff.</p>
Code:
.fakesmcaps { fontsize: 85%; }

If the phrase is not already upper case, you can use the default Clips (apply to selection)UPPERCASE REGEX
Code:
\U\1\E
This causes all characters to be reduced in size.

What is needed is something to mimic the following, which is very labor intensive:

Code:
T<small>HE</small> P<small>HE</small> N<small>HE</small> S<small>HE</small> A<small>HE</small> S<small>HE</small>L C<small>HE</small>
The leading character is full size and the following characters are reduced insize.
crutledge is offline   Reply With Quote