Forum Moderators: open
I found out that you can embedd the code into tables, too, so that only part of your text does this.
For example:
<table>
<tbody>
<tr dir=rtl>
<td>I'm on the right</td>
<td>and me too</td>
</tr>
<tr>
<td>left</td>
</tr>
<table> has the first row where everything flipped, and the second row, everythings "normal". The same premise can be used if you want the entire table to behave that way, by adding <tbody dir=rtl>, or to <td> (I know TBODY isn't necessary, but I figured it was better to add it rather than explain where it goes)
Oh, and my friend viewed my page in Firefox and it seemed to work. I'm not sure what version, though.