copyright © CSSPG, lud May 05 1999

for practical use of CSS
The example table below was centered with the following rules:
<DIV STYLE="text-align: center"> <TABLE border="2" frame="hsides" rules="groups">
| Col 1 | Col 2 | Col 3 |
|---|---|---|
| First Row, First cell | First Row, Second Cell | First Row, Third Cell |
| Second Row, First cell | Second Row, Second Cell | Second Row, Third Cell |
| Third Row, First cell | Third Row, Second Cell | Third Row, Third Cell |