Try to align the enclosed text to the right.

How it works:

Right now it just makes a table, with align=right.

'<right>This text is aligned to the right</right>' will send the following to the client:

<table width=100%><tr><td align=right>This text is aligned to the right</td></tr></table></tt>

Sometime in the future, this tag will try to be smart, sending different answers depending on what the client supports.