HTML/CSS Help with code thanks!?

can someone please review my code, and help me figure out why my img will not float?

html

<img src="Pix/Tank Pull.jpg" class="floatRight" />

css

img.floatRight {float:right; margin:400px;}

I cannot get the my image to float right, what am i doing wrong?
 
Back
Top