Re: Ok I'm nitpicking now
Those are UBB "tags". They work like HTML tags.
You use a [Q B] tag to start quote bold.
Then you use a [/q b] to stop quote bold.
I can't provide a complete example here easily because HTML tags are not enabled in this forum yet (I added spaces to allow you to see the tag). If I try to use proper UBB tags here as an example, it will convert the examples to an actual use.
If you need more information I can email you. Send me your email address by PM and I'll send you some sample UBB tags and how & why they work.
Basically the [whatever] tag starts a UBB feature, and a [/whatever] stops a UBB feature. [] is called an opening tag, and [/] is called a closing tag. Each opening tag requires a closing tag. You can nest tags too.
If you want to quote something,
"[qu ote]"=Start quote.
"[/qu ote]"=Stop quote.
"[Q B]=Start quote bold.
"[/Q B]"=Stop quote bold.
(without the quotes or spaces)
Here is the word bold.
Here is the UBB tagged word
bold.
You can either enter the tags manually, or you can use the buttons below (e.g.-
Hope this helps, and that I understood the question.