On Sunday 07 March 2010 11:56:10 Adrian Levi wrote: > On 7 March 2010 20:51, Vadkan Jozsef <jozsi.avad...@gmail.com> wrote: > > http://img52.imageshack.us/img52/7735/tablehow.png > > > > i just can't write this table in html code.. :\ > > > > how can i make it? > > <TR> > <TD> </TD> > <TD> </TD> > </TR> > <TD> </TD> > <TD> </TD> > <TD> </TD> > </TR> > > Have no idea about standards compliance but it should render properly. > > Adrian >
More like that: <table> <TR> <TD colspan="2">50%</TD> <TD colspan="2">50%</TD> </TR> <TD>33%</TD> <TD colspan="2">33%</TD> <TD>33%</TD> </TR> </table> -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/201003071217.28923.tchate...@free.fr