Dear friends.
I long time i have used this and for some reason don't work. But today i was testing in useroptions and this works again.

You can format your useroptions like you want.
I have tested and you can use at the moment some tags of html.
<b> - Bold
<font color = 'blue'> - Change color
<br> - Do a enter.
<center> - Put the text in the center.
<table> - Make a table.
<hr> - Make a line.
<ol><li>- Make a list.
<i> - Italic

This is cool :P.


{
"type" : "group",
"name" : "mainchar",
"text" : "Main",
"column" : 1,
"children" : [
{
"type" : "lineedit",
"name" : "testcolor",
"text" : "<center><font color ='blue'><b>Name of your main</b></font><br><font color='green'><small>Druid</font> or <font color='red'><small>Sorcerer</font></center><hr><table border='1' cellpadding='5' align ='center'><tr bgcolor='grey'><td align ='center'>Name</td><td align ='center'>Level</td></tr><tr><td>Eternal Oblivion</td><td>500</td></tr><tr><td>Astronis</td><td>450</td></tr></table><br><ol><li>First</li><li>Second</li><li>Third</li></ol>",
"placeholder" : "Buble",
"description" : "Put only one main name."
}
]
}


Looks like.