View Single Post
Old 07-14-2012, 01:11 PM   #2
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 31,122
Karma: 60406498
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by LKJT View Post
Hey would it be possible to make every letter A blue and G red? I've tried doing this using the CSS stylesheet or whatever it is called. Unfortunately it doesn't work. Is it possible?

Maybe using some custom font where certain letters is of a certain color?

Thank you very much.
(x)HTML time for you (best done in a code editor or Sigil)

CSS: .firstRed {font-color: red; } .firstBlue { font-color: blue; }

Now you modify the code
<p class="whatever"><span class="firstRed">G</span>o to the end</p>

<p class="whatever"><span class="firstBlue">A</span>nother example</p>
theducks is online now   Reply With Quote