Aligning images within individual TDs is similiarly done by specifying the 'align' and 'valign' within the TD tags. When the 'align' modifier is inserted into the IMG tag rather than or in addition to into the TD tag, the location of text in relation to the image is specified as well.

text text
TD ALIGN=center; IMG ALIGN=top
img right/ text left
TD ALIGN=left; IMG ALIGN=right
img left/ text right
TD ALIGN=right; IMG ALIGN=left
img left/ text wrap
IMG ALIGN=left
text top (default) IMG ALIGN=top
text center IMG ALIGN=center
text bottom IMG ALIGN=bottom
img left/ text wrap with horizontal margins
IMG hspace=20 ALIGN=left
img left/ text wrap with vertical margins
IMG vspace=20 ALIGN=left