CSS
< design
< tools
< coulix
Get flash to fully experience Pearltrees
Further to my article about the creation of a CSS calendar the thought crossed my mind to show you an example on how you can style a table using CSS . The data of tables can be boring so all the more reason that we need to attract attention to it and make it as pleasant to read as possible. Presentation and design with some basic accessibility rules in mind is the way to go. Advantages Styling a table with CSS has mayor advantages since it separates the structural markup from presentation formatting. It offers extra flexibility on the way you present your table. You have the freedom to style each side of a table cell separately, isn't that cool.