Allé 'k zal m'n goed hart een tonen, na een klein halfuurtje heb ik je site ZONDER frames ff gemaakt. Kijk gewoon goed naar de code, het kan nog veeel korter als je nog meer gebruik zou maken van CSS, maar daar had ik weinig zin toe.
URL :
http://users.pandora.be/virtualcreations/GoT/
HTML-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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Tractorke rijden</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="tracktor.css" type="text/css">
</head>
<body>
<table cellspacing="0" cellpadding="0" height="650px">
<tr height="100px" >
<td colspan="8">[img]"http://users.pandora.be/virtualcreations/GoT/top.jpg"></img></td>
[/img]
<tr cellspacing="0" height="20px" >
<td>
<a href="http://www.greenspirit.info/nieuw/index.htm" target="_blank" alt="">
[img]"http://users.pandora.be/virtualcreations/GoT/home.gif"></img>
[/img]
</td>
<td>
<a href="http://www.greenspirit.info/nieuw/nieuws.htm" target="_blank" alt="">
[img]"http://users.pandora.be/virtualcreations/GoT/nieuws.gif"></img>
[/img]
</td>
<td>
<a href="http://www.greenspirit.info/nieuw/team.htm" target="_blank" alt="">
[img]"http://users.pandora.be/virtualcreations/GoT/team.gif"></img>
[/img]
</td>
<td>
<a href="http://www.greenspirit.info/nieuw/tractor.htm" target="_blank" alt="">
[img]"http://users.pandora.be/virtualcreations/GoT/tractor.gif"></img>
[/img]
</td>
<td>
<a href="http://www.greenspirit.info/nieuw/geschiedenis.htm" target="_blank" alt="">
[img]"http://users.pandora.be/virtualcreations/GoT/geschiedenis.gif"></img>
[/img]
</td>
<td>
<a href="http://www.greenspirit.info/nieuw/sponsors.htm" target="_blank" alt="">
[img]"http://users.pandora.be/virtualcreations/GoT/sponsors.gif"></img>
[/img]
</td>
<td>
<a href="http://www.greenspirit.info/nieuw/gastenboek.htm" target="_blank" alt="">
[img]"http://users.pandora.be/virtualcreations/GoT/gastenboek.gif"></img>
[/img]
</td>
<td>
<a href="http://www.greenspirit.info/nieuw/contact.htm" target="_blank" alt="">
[img]"http://users.pandora.be/virtualcreations/GoT/contact.gif"></img>
[/img]
</td>
</tr>
<tr>
<td width="100px" height="530px" bgcolor="#E2C107" rowspan="3"> </td>
<td colspan="8" width="660px">
<tr>
<td width="660px" height="510px" bgcolor="#E0E0E0" colspan="8"> </td>
</tr>
<tr>
<td width="660px" height="20px" bgcolor="#B7B7B7" colspan="8"> </td>
</tr>
</td>
</tr>
</table>
</body>
</html> |
CSS-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
38
39
40
41
42
| body {
background-color: #7B7B7B;
margin: 0px;
padding: 0px;
text-align: center;
margin-top: 10px;
margin-bottom: 10px;
margin-right: auto;
margin-left: auto;
width: 760px;
}
html {
min-height: 0;
margin: 0px;
padding: 0px;
}
img {
border: 0px;
margin: 0px;
padding: 0px;
}
a.links:hover {
color: #9E9E9E;
}
a:link {
text-decoration: none;
color: #000000;
}
a:visited {
text-decoration: none;
color: #000000;
}
a:active {
text-decoration: none;
color: #000000;
} |
'k Hoop dat je er iets kan uit leren. In Firefox werkt hij perfect, in IE moet je er nog wat aan gaan sleutelen. Daar mag jij jezelf mee bezig houden

.
[
Voor 66% gewijzigd door
imp4ct op 05-12-2004 19:24
]