Hi
If that address list is organized as tabular data, for example
[tt]
+-----------------+-----------------+------------+
| Address | Name | Role |
+-----------------+-----------------+------------+
| me@example.com | Feherke | master |
| you@example.com | MatrixIndicator | apprentice |
+-----------------+-----------------+------------+
[/tt]
then use [tt]table[/tt].
If that address list is organized as simple list, for example
[tt]
* me@example.com
* you@example.com
[/tt]
then use [tt]ul[/tt] or [tt]ol[/tt].
If that address list is organized as detailed list, for example
[tt]
me@example.com
Feherke
you@example.com
MatrixIndicator
[/tt]
then use [tt]dl[/tt]. ( Note that I do not really like this one idea. )
Otherwise give us more details about what you have to display.
Feherke.