![]() ![]() |
|||||||||||
|
Simple Table StructureSome attributes that apply to tables. Basic Table<TABLE width="200" border="1" cellspacing="0"
cellpadding="0" align="center">
2 Column Table<TABLE width="200" border="1" cellspacing="0" cellpadding="0" align="center"><TR> <TD width="100">Content here</TD> <TD width="100">and here</TD> </TR> </TABLE>
2 Row Table<TABLE width="200" border="1"
cellspacing="0" cellpadding="0" align="center">
<TR> <TD>Content here</TD> </TR> <TR> <TD>and here</TD> </TR> </TABLE>
2 Row 2 column Table<TABLE width="200" border="1" cellspacing="0" cellpadding="0" align="center"><TR> <TD width="100">Content here</TD> <TD width="100">here</TD> </TR> <TR> <TD width="100">here</TD> <TD width="100">here</TD> </TR> </TABLE>
To Download these instructions
|
||||||||||