Difference between revisions of "Color formatting"

From Sun Myung Moon Archive
(Created page with "{{Concise}} Set text color by using:<br> <code><nowiki><span style="color:#009000"> TEXT </span></nowiki></code><br> This gives:<br> <span style="color:#009000"> TEXT </span>...")
 
 
Line 20: Line 20:
  
 
[http://html-color-codes.info/ Here you find color codes.]
 
[http://html-color-codes.info/ Here you find color codes.]
 +
 +
[[Category:Formatting help]]

Latest revision as of 09:28, 2 July 2015

Help(6 C, 4 P, 9 F)



Set text color by using:
<span style="color:#009000"> TEXT </span>
This gives:
TEXT


Set background color by using:
<span style="background:#00FF00"> TEXT </span>
This generates:
TEXT


Set both by using:
<span style="color:#FFFFFF; background:#FF69B4"> TEXT </span>
Gives:
TEXT


Here you find color codes.