View Single Post
Old 12-21-2012, 07:00 AM   #3
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
I don't think you'll find a "tool". But, in code view:

<p>this text is normal <span style="color:red">this text is red</span> this text is normal</p>

<p>this text is normal <span style="background:red">this text is black on red background</span> this text is normal</p>

<p>this text is normal <span style="color:yellow;background:red">this text is yellow on red background</span> this text is normal</p>

No guarantees how this will display on monochrome devices though! And some colour devices ignore highlighting completely.

Last edited by exaltedwombat; 12-21-2012 at 07:24 AM.
exaltedwombat is offline   Reply With Quote