Haha yeah. As a programmer you learn to do simple techniques like that.
For me it doesn't matter what language I'm using because I know an incredible amount of base techniques.
If I want to achieve something in any language, I just make sure I know how to perform the known techniques in that language.
This particular technique was called right-aligning.
css: "float:right", "text-align:right" or "position:relative; right:0px;"
html < 5: <td align="right"></td>
bbcode: [FLOAT=right][/FLOAT]
And to be able to "show" bbcode, I use yet another technique
