html code to align pictures to the right or left of text like this...?

Okay so I want my site to have the format like the "tight" or "square" formats for pictures in Word. I don't know how to describe it, but I want the html code to put a picture, say all the way on the right, and have the text not just right above and right below the picture. I want the text to run next to the picture too.

Thanks for the help!

Tim2007-01-13T13:03:19Z

Favorite Answer

Just the align.

<img src="file.jpg" border="0" align="left">

The align settings that can be used are: LEFT, RIGHT, TOP, TEXTTOP, MIDDLE, ABSMIDDLE, BOTTOM, ABSBOTTOM, BASELINE

Anonymous2016-10-20T12:29:41Z

Align Picture Html

Isaiah2014-02-25T18:46:26Z

Thanks alot for your help!