In article <[email protected]>, Chris Shepheard <[email protected]> wrote: > In message <[email protected]> > Harriet Bazley <[email protected]> wrote:
> > I'm having weird issues with table cell right-alignment in the second > > row of a table. > > Given the following cut-down table > > <TABLE WIDTH="100%" BORDER="1"> > > <TR> > > <TD ALIGN="LEFT" WIDTH="20%">left align</TD> > > <TD ALIGN="CENTER"> > > center align</TD> > > <TD ALIGN="RIGHT"WIDTH="20%"> > > right align</TD> > > </TR> > > <TR> > > <TD ALIGN="LEFT" WIDTH="50%">left align</TD> > > <TD align="right"WIDTH="50%">right align</TD> > Have you tried inserting "SPAN=2" after the TD in the line above? > > </TR> > > </TABLE> COLSPAN="2" might work better Richard
