
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 textTD ALIGN=center; IMG ALIGN=top |
img right/ text leftTD ALIGN=left; IMG ALIGN=right |
img left/ text rightTD ALIGN=right; IMG ALIGN=left |
img left/ text wrapIMG 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 marginsIMG vspace=20 ALIGN=left |

