Is it possible to make Bold or Underlined letters? Even letters with color?
Color is not possible (yet??)
To write with Bold do ** Bold ** (without spaces)
Not sure underlined never seen people do that
You can do headers with # and —
Ex:
With # write your header next to it
like this
##Header
and the the other header
put the — under your headline
Header
1 Like
Thank you
Or do you mean colored letters in a mod? Because that is possible
Forum. Just to make my thread more alive. But it wouldn’t be bad to know for making mods.
You can use also HTML:
< b > Bold< /b > < i > I Effect < /i > < s > The S effect < /s > < u > Underline < /u >
(Without spaces)
And…
[spoiler]s[/spoiler]
EDIT: Oh it doesn’t work D:
Lol.
For mods you can just use basic css. Sor for colors you would do <style="color:red;">
and such
Cool.