|
|
|
|
|
Hoe doe je dat? Doesn't work in NN 4.78 and similar :-)
<style type="text/css">
<!-- table.tabelblauw{ border : solid 2px #0000ff; background-color: #ffffff; } td.rodecel { border : solid 2px #ff0000; text-align : center; width : 33%; } td.groenecel { border : solid 2px #00ff00; text-align : center; width : 33%; } td.fuchsiacel { border : solid 2px #ff00ff; text-align : center; width : 33%; } // --> </style> <table class="tabelblauw" border="0" width="100%" cellpadding="2" cellspacing="2"> <tr> <td class="rodecel"> Rood</td> <td class="groenecel"> Groen</td> <td class="fuchsiacel"> Fuchsia</td> </tr> </table>
|