Verwijderd schreef op donderdag 17 maart 2005 @ 18:25:
[...]
code:
1
2
3
4
5
6
7
8
9
10
11
| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>untitled</title>
<style type="text/css">
<!--
body,td,th {background-color: #CCCCCC; margin-top: 0px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;}
etc... |
Probeer dit eens

Dit werkt, maar nu werken de achtergrondkleuren van mijn tabel niet meer ???
Hoe kan het anders?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>untitled</title>
<style type="text/css">
<!--
body,td,th {background-color: #CCCCCC; margin-top: 0px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;}
-->
</style>
</head>
<body>
<table width="745" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
<tr>
<td> </td>
</tr>
</table>
</body>
</html>