Tips for making web table boxes.
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
The display and hiding of table borders can be controlled by frame parameters. Note that it only controls the border diagram of the table, and does not affect the cells.
Only the upper border is displayed <tableframe=above>
Only the lower border is displayed <tableframe=below>
Only the left and right borders are displayed <tableframe=vsides>
Only display the upper and lower borders <tableframe=hsides>
Only the left border is displayed <tableframe=lhs>
Only the right border is displayed <tableframe=rhs>
No borders are displayed <tableframe=void>