bbCodes extend the ability to use functions such as Bold, Italic, Underline, Size, and Color to your profile tabs.
bbCodes can be used in the following profile sections: About, Q&A, Testimonials, Sample Menu, and Recipes. Here is a sample of what bbCodes can do for you:
bolded text
| Code: |
[i]italicized text[/i]
|
italicized text
| Code: |
[u]underlined text[/u]
|
underlined text
| Code: |
[color=red]Red Text[/color]
|
Red Text
| Code: |
[size=8]Small Text[/size]
|
Small Text
| Code: |
[size=20]Large Text[/size]
|
Large Text
| Code: |
[list=1]Number 1
[*]Number 2
[*]Number 3
[*]Number 4
[/list]
|
1. Number 1
2. Number 2
3. Number 3
4. Number 4