Featured descriptions are only shown on a listing's personalized details page. The featured description can be formatted using a modified version of bbcode. First some basics:
- All tags use brackets instead of the greater than and less than symbols. That is [ and ] instead of > and <.
- All tags must be in lower case.
[b] is correct.
[B] is not correct. - With the exception of the [br] tag, all tags must be closed.
[b]This is not correct.
[b]This is correct.[/b] - All tags must be closed in the reverse order in which they were opened. For example:
correct: [b][i]This is correct[/i][/b]
incorrect: [b][i]This is incorrect[/b][/i]
| The following tags may be used in the Featured Description field to format your output: | |
|---|---|
| [b] and [/b] | Example: This is [b]bold text[/b] Output: This is bold text |
| [i] and [/i] | Example: This is [i]italicized text[/i] Output: This is italicized text |
| [u] and [/u] | Example: This is [u]underlined text[/u] Output: This is underlined text |
| [center] and [/center] | Example: [center]This is centered text[/center] Output: |
| [big] and [/big] | Example: This is [big]big text[/big] Output: This is big text |
| [small] and [/small] | Example: This is [small]small text[/small] Output: This is small text |
| [del] and [/del] | Example: This text is [del]deleted[/del] Output: This text is |
| [br] | Example: This is a [br] line break Output: This is a line break |
| [img] and [/img] | Example: This is a picture [img]http://www.fargodj.com/thumbs/6.gif[/img] Output: This is a picture |
| [highlight=????][/highlight] | Example: This text is [highlight=yellow]highlighted yellow[/highlight] Output: This text is highlighted yellow Example: This text is [highlight=pink]highlighted pink[/highlight] Output: This text is highlighted pink |
| [color=????] and [/color] | Example: This text [color=blue]is blue[/color] Output: is blue Example: This text [color=red]is red[/color] Output: is red |
| [list] and [/list] (used in conjunction with) [li] and [/li] | Example: [list] [li]This[/li] [li]will[/li][li]create[/li] [li]a[/li][li]list[/li][list] Output:
|
Tags can be combined in different ways to get many creative effects, but you must remember to close them in the proper order.
This example:
[big]Here is a creative example.[/big][br][br][list][li][color=blue]Using color in [highlight=yellow][u]signage[/u][/highlight] provides [i]better[/i] customer response[/color][/li][/list]
Will create this:
Here is a creative example.
- Using color in signage provides better customer response
