Hey ik heb een probleem met mijn site
Op de een of andere manier laad hij de site niet goed in. Maar na een keer vernieuwen klopt de site gewoon weer

Dit is mijn index.html:
Heeft iemand een oplossing hier voor?
Feedback voor mn site is ook welkom
Op de een of andere manier laad hij de site niet goed in. Maar na een keer vernieuwen klopt de site gewoon weer

Dit is mijn index.html:
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
48
49
50
51
| <html>
<head>
<title>Peter's Place</title>
<base target="index">
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" style='overflow-y: hidden'>
<table id="Table_01" width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td valign="top" align="center" bgcolor="black">
<table id="Table_01" width="856" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="3">
[img]"images/SITE_BOVEN.jpg"[/img]</td>
</tr>
<tr>
<td rowspan="4">
<a href="home.html">[img]"images/LOGO.jpg"[/img]</a></td>
<td>
<a href="home.html">[img]"images/HOME.jpg"[/img]</a></td>
<td rowspan="4">
[img]"images/BANNER.jpg"[/img]</td>
</tr>
<tr>
<td>
<a href="Photoshop.html">[img]"images/PHOTOSHOP.jpg"[/img]</a></td>
</tr>
<tr>
<td>
<a href="Weblog.html">[img]"images/WEBLOG.jpg"[/img]</a></td>
</tr>
<tr>
<td>
<a href="Aboutme.html">[img]"images/ABOUTME.jpg"[/img]</a></td>
</tr>
<tr>
<td colspan="3">
[img]"images/SITE_ONDER.jpg"[/img]</td>
</tr>
<tr>
<td colspan="3" height="100%" align="center">
<iframe width="95%" height="100%" frameborder="0" name="index" src="home.html"></iframe>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html> |
Heeft iemand een oplossing hier voor?
Feedback voor mn site is ook welkom