Kan man have en tabel inden i en tabel??
Vi prøver. Start med lille Per.
<TABLE BORDER=3> <TR> <TD>Per</TD> </TR> </TABLE>
Per |
Gør tabellen lidt større.
<TABLE BORDER=3 WIDTH=200 HEIGHT=100> <TR> <TD>Per</TD> </TR> </TABLE>
Per |
Erstat Per med en komplet "Lille Per" tabel.
<TABLE BORDER=3 WIDTH=200 HEIGHT=100> <TR> <TD> <TABLE BORDER=3> <TR> <TD>Per</TD> </TR> </TABLE> </TD> </TR> </TABLE>
|
Hey, hva' sir' du så!
Vores tabel kan også nemt centreres.
<CENTER> <TABLE BORDER=3 WIDTH=200 HEIGHT=100> <TR> <TD> <TABLE BORDER=3> <TR> <TD>Per</TD> </TR> </TABLE> </TD> </TR> </TABLE> </CENTER>
|