Utilises du CSS...
Tu fais une recherche dans google sur CSS tutorial ou CSS reference...
Avec ça, ça devrait tourner :
<html> <head> <title>Untitled Document</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <style type="text/css"> <!-- .tableBorder { border: 1px solid #0000FF; } --> </style> </head> <body> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td class="tableBorder"> </td> <td class="tableBorder"> </td> </tr> <tr> <td> </td> <td> </td> </tr> </table> </body> </html>
Et utilises autre chose que FP, c'est d'la me**e!
Ghorghor. |