Propose : 70. CSS Styling of SPIP tables

Article proposé
---------------

L'article "70. CSS Styling of SPIP tables" est proposé à la publication.
Vous êtes invité à venir le consulter et à donner votre opinion
dans le forum qui lui est attaché. Il est disponible à l'adresse :
http://www.spip.net/ecrire/?exec=articles&id_article=3618

** 70. CSS Styling of SPIP tables **
par Mark

CSS Stylesheets permit fine-grained control over the presentational
display of tables generated by SPIP.

Using tables is a simple method for presenting data as rows and columns of
data.

To gain the most from this article, it would be best if you know and
understand the HTML table syntax : the tag, which permits the insertion of
a table within an HTML page, is one of the most used (and sometimes abused)
tag in HTML.

Tables are created by SPIP with the following syntax :

CSS Styling allows us to display such tables with fine-grained control :

table.spip is used to modify the general characteristics for the table as
a whole, specifically it's size, margins, position, and other properties
(...)