Skip to main content
Main Content

A Guide to Formatting

Posted 2021-08-19 22:06:16
THIS IS VERY HELPFUL THANK YOU!

maxwell π“„Ώπ“„Ώπ“„Ώ
#10650

Posted 2021-08-21 11:33:08
Thanks for this guide! Any tips on changing font color?

An Altercation of Nature
#921

Posted 2021-08-21 19:57:46
@An Altercation of Nature #921

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
Thank you Kas Zy!!

An Altercation of Nature
#921

Posted 2021-08-24 13:29:14
Can someone please explain to me how to add a line in my den page edit. Ive been trying to do it for 10 minutes now and I can't figure out how to do it.

Raven_the.L0ser πŸ’›πŸ€πŸ’œπŸ–€
#41594

Posted 2021-08-24 13:46:49 (edited)
@samanthawolf are you wanting to use <hr>? you're a little vague with your request (edit: woo glad i could help)

☘️ [Slow] Kaziah (Kaz)
#16535

Posted 2021-08-24 17:41:00
@Kas Yes that's what I'm trying to do

Raven_the.L0ser πŸ’›πŸ€πŸ’œπŸ–€
#41594

Posted 2021-09-19 21:02:22
I can't center align text with a header, is there some way to fix that?

Β·Λ–Λš Rainii ΛšΛ–Β·
#20486

Posted 2021-09-19 21:06:44 (edited)
@TappiOka

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
Hi! Does anyone know if it's possible to center spoiler tags?

Cricket
#25754

Search Topic