/title
I been wondering if its even possible to do this at all?
For example, if your default color was blue and you want a section to be red, you would have to do this with hex code:
<color:ff0000>Custom color text section<color:0000ff> default color
Custom color text section default colorBut in BBCode, it would kinda be a lot easier:
[color=red]Custom color text section[/color] [color=blue]default color[/color]
Custom color text section default colorAlso if you want hex code color in BBCode you would have to do this:
[color=#0000ff]Blue hex code color[/color]
Blue hex code colorAnother Example would be fonts, if your default font was Arial and you wanted Impact as a custom font you would do this:
<font:Impact:20>Impact Font<font:Arial:20> Arial Font
Impact Font Arial FontIn BBCode it would be this:
[size=20pt][font=Impact]Impact Font[/font] [font=Arial]Arial Font[/font][/size]
Impact Font Arial Font