doing this stuff in js and the css doesn't affect the tags in the js writeln
js: document.writeln("<table><tr><td>Nom</td><td>Prénom</td><td>Code Permanent</td><td>Login</td></tr></table>");
css: table, td, tr{border:2px, double;}
i know this is simple, what am i missing ?
oh yeah, it's an external js file, if that changes anything.
thx
Dark