Help:Coloring text: Difference between revisions
Eric Martz (talk | contribs) |
Eric Martz (talk | contribs) |
||
Line 81: | Line 81: | ||
==HTML Font Colors== | ==HTML Font Colors== | ||
Coloring using HTML font tags is [https://www.w3schools.com/tags/tag_font.asp ''' | Coloring using HTML font tags is [https://www.w3schools.com/tags/tag_font.asp '''NOT recommended''' as it is technically not supported by HTML5]: <font color="red">'''Red'''</font> which looks like this: <font color="red">'''Red'''</font>. In addition to color names, you can use Red-Green-Blue [https://www.rapidtables.com/web/color/RGB_Color.html (RGB) hexadecimal codes] following "#", for example <font color="#8000ff">'''Purple'''</font> which looks like this: <font color="#8000ff">'''Purple'''</font>. | ||
===Coloring Text in Scene Captions=== | ===Coloring Text in Scene Captions=== |