Firstly you’re using some dodgey code to display this image:
<img src="TajMahal.jpg" height=92pixels>
It should be <img src="TajMahal.jpg" height="92" alt="Taj Mahal" />
Secondly I am like 90% sure that the theme you are using should not be using tables (did you add them yourself??), and you should be aligning the image using CSS (<div align=”right”> at the very least).
From your source code you can see that the picture is embedded on the website, you are simply displaying it incorrectly.