[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: this table in html how



On Sunday 07 March 2010 11:56:10 Adrian Levi wrote:
> On 7 March 2010 20:51, Vadkan Jozsef <jozsi.avadkan@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
> 
Oupssss:
More like that:
<table>
<TR>
<TD colspan="2">50%</TD>
<TD colspan="2">50%</TD>
</TR>
<TR>
<TD>33%</TD>
<TD colspan="2">33%</TD>
<TD>33%</TD>
</TR>
</table>


Reply to: