|
|
|
|
Using TABLE RULES from HTML 4.0
To achieve the following results, place the RULES attribute inside of the TABLE flag, then add any of the following properties: ALL, ROWS, COLS, or NONE. For example, the Table flags from the above ROWS example looks like this:
< table rules="rows" cellpadding="3" >