|
|
Line 1: |
Line 1: |
| '''Rich Text Formatting''' allows users deeper control of the display of [[Type:string|Strings]] adding HTML like tags to them, which add things like bold, italic, colored, or different sizes of text.
| | #REDIRECT [[Text Formatting]] |
| | |
| 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''
| |
| |-
| |
| ! u
| |
| | <u>Underline</u>
| |
| |-
| |
| ! color
| |
| | Sets a color, written after a = in Hexidecimal
| |
| |-
| |
| ! size
| |
| | Set a relative size, written after an =
| |
| |}
| |
| | |
| == See Also ==
| |
| * [[ProtoFlux:Strip_RTF_Tags]]
| |