You don't set position in PHP ... that's an HTML/CSS issue.
And what in the world is "left right" alignment? That would be centered on the page? :eek: 😃
You could try:
<img src=\"123.png\" alt=\"blah\" style=\"float:right;\">
or:
<img src=\"123.png\" alt=\"blah\" style=\"margin-left:95%;\">
or any number of other strategies, which really all depend on the layout of the page in question.