HTML help moving image to right side.?

I've hit a major road block here, NO MATTER WHAT I DO, i cannot move my image to the right side of the page!!! when i do, then the paragraph beneath gets a huge space between it and the img, and it just looks too uneven.

can someone please answer my prayer and help figure this out.
 
try to use the marquee tag for moving the images . Consider the following example
<marquee height=20 width=100% align=left direction=right scrolldelay="250" bgcolor="#C0C0C0"><font color=red></font></marquee>
 
Back
Top