[capitals used for emphasis] Image alignment may be left, right, top, MIDDLE and bottom e.g. <img src="some.png" align="middle">. Netscape added texttop, absmiddle, baseline and absbottom. Explorer added CENTER.
For table cell contents there's horizontal alignment left,
CENTER, right e.g. <td align="center"> and vertical alignment
top, MIDDLE, bottom e.g. <td valign="middle">.
Other tags also have alignment but the above two are the most
common and perhaps the source of the confusion.
HTH,
Jake
