|
You can use these formatting tags in the fields
Description of feeds and messages. for security reasons
formatting is restricted and no HTML tags are accepted at
all.
Every feed and message element
will be assigned its format class. So, by style
sheet files, you can exactly define how
the elements are displayed.
| Tag |
Alternative(s) |
Effect |
Format class |
| [nl] |
[\n] [/n] [\\n] |
New line |
- |
| [tb]…[/tb] |
|
Table, Begin…End |
mmf_table |
| [tr]…[/tr] |
|
Table row, Begin…End |
mmf_tr |
| [th]…[/th] |
|
Title line within a table cell, Begin…End |
mmf_th |
| [td]…[/td] |
|
Table cell within a row, Begin…End |
mmf_td |
| [ul]…[/ul] |
|
Unsorted list, Begin…End |
mmf_ul |
| [ol]…[/ol] |
|
Sorted, numeric list, Begin…End |
mmf_ol |
| [li]…[/li] |
|
Entry in a list, Begin…End |
mmf_li |
| [p]…[/p] |
|
Paragraph |
mmf_p |
| [lk:url]…[/lk] |
|
Hyperlink with URL |
mmf_item_text_link |
| [im:url]…[/im] |
|
Picture with URL |
mmf_img |
| [b]…[/b] |
|
Font widht: bold |
- |
| [i]…[/i] |
|
Font style: italic |
- |
| [u]…[/u] |
|
Text underlined |
- |
|