Ik heb dus een layout gemaakt in photoshop
Ik heb nu allemaal verschillende plaatjes, en ik heb geprobeerd om er iets van te maken met html erbij
Maar het wil niet echt lukken
http://xenation.endoria.net/site/index.html
Hij repeat het plaatje linksonder niet tot helemaal naar onderen.
En rechtsboven klopt het ook niet echt.
Hier is de code:
Kan iemand me ff ermee helpen, want ik kom er niet uit!
Ik heb nu allemaal verschillende plaatjes, en ik heb geprobeerd om er iets van te maken met html erbij
Maar het wil niet echt lukken
http://xenation.endoria.net/site/index.html
Hij repeat het plaatje linksonder niet tot helemaal naar onderen.
En rechtsboven klopt het ook niet echt.
Hier is de 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
| <html>
<head>
<title>Merc</title>
<link rel="stylesheet" type="text/css" href="style/style.css">
</head>
<body>
<table cellpadding="0" cellspacing="0" width="100%" height="100%">
<tr>
<td width="750" height="100" class="normal" background="images/header.jpg">
</td>
<td class="normal" background="images/bovenrep.jpg">
</td>
</tr>
<tr>
<td class="normal" width="100%" height="100%" colspan="2">
<table cellpadding="0" cellspacing="0" width="100%" height="100%">
<tr>
<td class="normal" width="128" height="100%">
<table cellpadding="0" cellspacing="0" width="128" height="100%">
<tr>
<td class="normal" width="128" height="50" background="images/menuboven.jpg">
</td>
</tr>
<tr>
<td class="normal" width="128" height="90">
[img]"images/homebtn.jpg"[/img]<br>
[img]"images/membersbtn.jpg"[/img]<br>
[img]"images/joinbtn.jpg"[/img]<br>
[img]"images/serverbtn.jpg"[/img]<br>
[img]"images/screenbtn.jpg"[/img]<br>
[img]"images/downloadbtn.jpg"[/img]<br>
</td>
</tr>
<tr>
<td class="normal" width="128" height="260" background="images/menuonder.jpg">
</td>
</tr>
<tr>
<td class="normal" width="128" background="images/menurep.jpg">
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html> |
Kan iemand me ff ermee helpen, want ik kom er niet uit!