ik zit met deze website, alles lijkt het goed te doen, behalve dat de border niet werkt, waarom niet
? kan iemand me hiermee helpen?
alvast bedankt
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
| <html><head>
<style type="text/css">
body {
background-color: #FFFFFF;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
table.index {
border: none;
cell-spacing: none;
}
table.layout {
border: 1px;
background-color: #FAFAFA;
border-color: #CCCCCC;
}
p {
font: 10px verdana
}
</style>
</head><body>
<table class="index" width="100%" height="781">
<tr>
<td align="center" valign="top">
<table class="layout" width="800" height="700">
<tr>
<td width="800" height="20"><p>testing1, testing1</p></td>
</tr>
<tr>
<td width="800" height="680" align="center" valign="top"><p>testing2, testing2</p></td>
</tr>
</table>
</td>
</tr>
</table>
</body></html> |
alvast bedankt