Creating this because I'd like a reference for what can be done with this. |
No edit summary |
||
Line 1: | Line 1: | ||
'''Rich Text Formatting''' allows users deeper control of the display of [[Strings]] adding HTML like tags to them, which add things like bold, italic, colored, or different sizes of text. | |||
Many of these tags are compatible with HTML format, meaning a string exported as part of proper HTML may display correctly in a web | Many of these tags are compatible with HTML format, meaning a string exported as part of proper HTML may display correctly in a web | ||
Line 5: | Line 5: | ||
== List of formatting tags == | == List of formatting tags == | ||
{| | |||
! Tag | |||
! Formatting | |||
|- | |||
! b | |||
| '''Bold''' | |||
|- | |||
! i | |||
| '''Itallic'' | |||
|- | |||
! color | |||
| Sets a color, written in Hexidecimal | |||
|} | |||
== See Also == | == See Also == | ||
* [[ProtoFlux:Strip_RTF_Tags]] | * [[ProtoFlux:Strip_RTF_Tags]] |
Revision as of 16:02, 24 September 2024
Rich Text Formatting allows users deeper control of the display of Strings adding HTML like tags to them, which add things like bold, italic, colored, or different sizes of text.
Many of these tags are compatible with HTML format, meaning a string exported as part of proper HTML may display correctly in a web -browser.
List of formatting tags
Tag | Formatting |
---|---|
b | Bold |
i | 'Itallic |
color | Sets a color, written in Hexidecimal |