Re: table bug?

>  amaya 0.8c:
>
>  while using "<TD align=bottom>" the stuff in the cell is
>  aligned on the *right* side..?? is it a bug or a feature?

This is a bug, but the bug is in your HTML source.
The HTML 3.3 DTD specifies two different attributes for cells,
align and valign. If you want a cell to be aligned vertically,
use valign. Tha align attribute is reserved for horizontal alignment.

In other words, if you write "<TD valign=bottom>", you get
the expected result.

Vincent.

Received on Saturday, 19 October 1996 12:25:49 UTC