Jammergenoeg is het topic net gesloten, maar het werkt toch niet helemaal naar behoren. Alle tekst die ik tussen de repeater_cell.gif'ses tables plaats, wordt gecentreerd. Wat is er mis met deze code?
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
| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<head>
<title>Graaf Jansloft</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF">
<center>
<table id="Table_01" width="702" height="309" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="2">
[img]"images/header.gif"[/img]</td>
</tr>
<tr>
<td>
[img]"images/header_navigation.gif"[/img]</td>
<td>
[img]"images/header_content.gif"[/img]</td>
</tr>
<tr>
<td style="background:url('images/repeater_cell_navigation.gif');background-repeat:repeat-y;" width="175" height="1">
</td>
<td style="background:url('images/repeater_cell_content.gif');background-repeat:repeat-y;" width="527" height="1">
</td>
</tr>
<tr>
<td>
[img]"images/footer_navigation.gif"[/img]</td>
<td>
[img]"images/footer_content.gif"[/img]</td>
</tr>
</table>
</center
</body>
</html> |