aide Astuces Live Spaces - Tables
Les Tables
Tu peux copier et coller la table dans un nouveau billet et regarder le code apres.
Table - Commencer
<TABLE cellPadding=5 align=center border=1> <TBODY> <TR> <TD> <P align=center><FONT color=#eeece1>Text 1</FONT></P> <TD> <P align=center><FONT color=#eeece1>Text 2</FONT></P></TD></TR></TBODY></TABLE> |
<TABLE cellPadding=5 align=center border=1> <TBODY> <TR> <TD><FONT color=#eeece1>Text 1 </FONT> <TR> <TD><FONT color=#eeece1>Text 2 </FONT> <TR> <TD><FONT color=#eeece1>Textl 3</FONT></TD></TR></TBODY></TABLE></DIV></FONT> |
Tableau Simple
| row 1, colum 1
| row 1, colum 2
| row 1, colum 3
|
| row 2, colum 1
| row 2, colum 2
| row 2, colum 3 |
| row 3, colum 1
| row 3, colum 2
| row 3, colum 3 |
<TABLE align=center border=1> <CAPTION><STRONG><FONT color=#eeece1 size=3></FONT></STRONG></CAPTION> <TBODY> <TR align=middle> <TD><FONT color=#eeece1>row 1, colum 1 </FONT> <TD><FONT color=#eeece1>row 1, colum 2 </FONT> <TD><FONT color=#eeece1>row 1, colum 3 </FONT></TD></TR> <TBODY> <TR align=middle> <TD><FONT color=#d99694><FONT style="BACKGROUND-COLOR: #ffffff">row 2, colum 1</FONT> </FONT> <TD><FONT color=#d99694><FONT style="BACKGROUND-COLOR: #ffffff">row 2, colum 2</FONT> </FONT> <TD><FONT style="BACKGROUND-COLOR: #ffffff" color=#d99694>row 2, colum 3</FONT></TD></TR></TBODY> <TBODY> <TR align=middle> <TD><FONT color=#eeece1>row 3, colum 1 </FONT> <TD><FONT color=#eeece1>row 3, colum 2 </FONT> <TD><FONT color=#eeece1>row 3, colum 3</FONT></TD></TR></TBODY></TBODY></TABLE></DIV></FONT> |
Column span
| bla bla bla
|
| colum 1
| colum 2
| colum 3 |
<DIV align=center> <TABLE cellSpacing=3 cellPadding=3 align=center bgColor=pink border=1> <CAPTION><FONT color=#eeece1></FONT></CAPTION> <TBODY> <TR> <TD align=middle width=300 colSpan=3><FONT color=#494429>bla bla bla</FONT> <TR> <TD align=middle><FONT color=#494429>colum 1 </FONT> <TD align=middle><FONT color=#494429>colum 2 </FONT> <TD align=middle><FONT color=#494429>colum 3</FONT></TD></TR></TBODY></TABLE></DIV></FONT></DIV> |
Row span
| span 3 rows
| row 1
|
| row 2
|
| row 3 |
<DIV align=center> <TABLE cellSpacing=3 cellPadding=3 border=3> <CAPTION><FONT color=#eeece1 size=1></FONT></CAPTION> <TBODY> <TR> <TD align=middle width=200 rowSpan=3><FONT color=#eeece1>span 3 rows </FONT> <TD align=middle width=200><FONT color=#eeece1>row 1 </FONT> <TR> <TD align=middle><FONT color=#eeece1>row 2 </FONT> <TR> <TD align=middle><FONT color=#eeece1>row 3</FONT></TD></TR></TBODY></TABLE></DIV></FONT></DIV> |
Tout Ensemble
J'ai fais une table folle! Mais ca vous montre les possibilités.
| row 1 will span 2 colums
|
| row 2, colum 1
| row 2, column 2
|
| colum 1 spans 3 rows
| row 3, column 2
|
| row 4, column 2
|
| row 5, column 2
|
row 6, colum 1, table 1
| row1, column 1 table 2
| row 1, colum 2, table 2
|
| row 2, colum 1 table 2
| row 2, colum 2,table 2 |
| row 6, column 2 |
<DIV align=center> <TABLE borderColor=pink cellSpacing=3 cellPadding=3 align=center background=http://i100.photobucket.com/albums/m17/nombril/0022mw.gif border=3> <CAPTION><FONT color=#eeece1></FONT></CAPTION> <TBODY> <TR> <TD align=middle bgColor=white colSpan=2><FONT color=black>row 1 will span 2 colums </FONT> <TR> <TD align=middle><FONT color=#eeece1>row 2, colum 1 </FONT> <TD align=middle><FONT color=#eeece1>row 2, column 2 </FONT> <TR> <TD align=middle rowSpan=3><FONT color=#eeece1>colum 1 spans 3 rows </FONT> <TD align=middle width=200><FONT color=#eeece1>row 3, column 2 </FONT> <TR> <TD align=middle><FONT color=#eeece1>row 4, column 2 </FONT> <TR> <TD align=middle><FONT color=#eeece1>row 5, column 2 </FONT> <TR> <TD> <TABLE borderColor=blue cellSpacing=3 cellPadding=3 border=3><FONT color=#eeece1> </FONT> <CAPTION><FONT color=#eeece1>row 6, colum 1, table 1</FONT></CAPTION> <TBODY> <TR> <TD bgColor=pink><FONT color=#494429>row1, column 1 table 2</FONT> <TD><FONT color=#eeece1>row 1, colum 2, table 2 </FONT> <TR> <TD><FONT color=#eeece1>row 2, colum 1 table 2 </FONT> <TD><FONT color=#eeece1>row 2, colum 2,table 2</FONT></TD></TR></TBODY></TABLE> <TD align=middle background=http://i100.photobucket.com/albums/m17/nombril/pinkmatrice.gif><FONT color=#eeece1>row 6, column 2</FONT></TD></TR></TBODY></TABLE></DIV></FONT></DIV> |