07-10-2017, 12:00 AM
The guide I linked in the previous post will probably cover most of what you'll want to do when using text in these forums, but there's a few things it leaves out. For starters, how to change your font color. The following code accomplishes this...
Code: Select allStuff you want to say in red.
This produces the result...
Stuff you want to say in red.
In addition to red, you can use any of the colornames listed at this site or you can use hexidecimal color codes.
Background colors is a bit trickier. A lot of boards don't seem to support it. We may have to make a custom bbcode in order to have it.
Code: Select allStuff you want to say in red.
This produces the result...
Stuff you want to say in red.
In addition to red, you can use any of the colornames listed at this site or you can use hexidecimal color codes.
Background colors is a bit trickier. A lot of boards don't seem to support it. We may have to make a custom bbcode in order to have it.

