For those looking to spice up their role plays, use the following basic html coding to add colors to your walls of text.
CHANGING FONTS
To change the color of your font (the letters):
<font color=black>
To change the size of the font:
<font size=2>
*Note* 2 is the default size you can use any number.
To change the font it's self:
<font face=Arial>
*Note* ARIAL is a font that's usually on everyone's computer, but you can use any font on your computer. Also, take in mind that your changed font may not be seen by other readers due to the fact that they don't have that font on their computer.
You can combine the three in one code:
<font color=black size=2 face=Arial>
PICTURES
To give your roleplays that added comic book feel, you may wanna use scenes from a comic, so...:
<img src="insert URL from where ever you grabbed image">
To center the image:
<center>enter the picture code</center>
THE BACKGROUND
Don't like the standard background? No problem. Just use the following code:
<style>body{background:black}</style>
Copyright © 2022 Battle World RPG - All Rights Reserved.