hoi, waarom is deze tabel niet schermvullend? (bij mij tenminste niet)
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
| <html> <head> </head> <body> <table width='100%' border='1' cellpadding='0' cellspacing='0'> <tr> <td align='center' width='100%'> Rolf is een mietje </td> </tr> </table> </body> </html> |