Valide XHTML W3C
IE, Mozilla, Opéra
test | test | test |
test | test | test |
test | test | test |
<?xml version="1.0"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr"> <head> <title>BLINCKERS© Groups - Centrer un tableau</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-style-type" content="text/css" /> <meta http-equiv="Content-language" content="fr" /> <style type="text/css"> div.center{ text-align:center; } /* Pour IE */ div.center *{ text-align:left; } /* Rétablissement */ table.center{ margin:0 auto; } /* Pour W3C */ </style> </head> <body> <div class="center"> Visuel <table class="center"> <tr> <td>test</td> <td>test</td> <td>test</td> </tr> <tr> <td>test</td> <td>test</td> <td>test</td> </tr> <tr> <td>test</td> <td>test</td> <td>test</td> </tr> </table> </div> </body> </html>