A Guide to Formatting
Posted 2021-08-19 22:06:16
|
๐ ๐ maxwell ๐ ๐ #10650 |
Posted 2021-08-21 11:33:08
|
An Altercation of Nature #921 |
Posted 2021-08-21 19:57:46
you can use either <font color="colorname">Text here</font> OR <font color="#hexcode">Text here</font> examples: <font color="green">Result</font> <font color="#0000FF">Result</font> there are other methods but i find this most convenient, as of now it is supported but note it is HTML4, wolvden in general prefers HTML5; there is also this styling method: <p style="color:colorname/#hexcode">Text here</p> -note the p tag, which creates a paragraph, you can exchange that tag with heading tags, for example. you can read about html styles here! it shows an example of the code used above. you can find working color names here and can find additional hex codes here! (there are also many other resources you can find online.) |
[Slow] โ๏ธ Kaziah (Kaz) #16535 |
Posted 2021-08-22 06:28:47
|
An Altercation of Nature #921 |
Posted 2021-08-24 13:29:14
|
Raven_the.L0ser ๐๐ค๐๐ค #41594 |
Posted 2021-08-24 13:46:49 (edited)
|
[Slow] โ๏ธ Kaziah (Kaz) #16535 |
Posted 2021-08-24 17:41:00
|
Raven_the.L0ser ๐๐ค๐๐ค #41594 |
Posted 2021-09-19 21:02:22
|
ยทหห Rainii หหยท #20486 |
Posted 2021-09-19 21:06:44 (edited)
you can do <h1 style="text-align:center">text here</h1> (h1 can be replaced with other header tags.) |
[Slow] โ๏ธ Kaziah (Kaz) #16535 |
Posted 2021-11-04 19:55:53
|
Cricket #25754 |