He, ben ik weer..
Alles loopt vlotjes, maar nu krijg ik plots dit: Found 2 errors in stylesheet.css Maar het probleem is dat ik nergens een fout vind in mijn stylesheet..
De code van m'n template (zonder body)
En de code van m'n stylesheet.css
Iemand ook maar enig idee?!
Bedankt.
Alles loopt vlotjes, maar nu krijg ik plots dit: Found 2 errors in stylesheet.css Maar het probleem is dat ik nergens een fout vind in mijn stylesheet..
De code van m'n template (zonder body)
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <!-- TemplateBeginEditable name="doctitle" --> <title>Untitled</title> <!-- TemplateEndEditable --> <link href="../css/stylesheet.css" rel="stylesheet" type="text/css"/> <script src="../SpryAssets/SpryMenuBar.js" type="text/javascript"></script> <link href="../SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css"/> <!-- TemplateBeginEditable name="head" --> <script type="text/javascript" src="onlyPopupOnce.js"></script> <!-- TemplateEndEditable --> </head> |
En de code van m'n stylesheet.css
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
| @charset "utf-8"; #tekstachtergronddiv { background-color: #4D90BB; width: 760px; max-height: 780px; margin-top: 0px; margin-left: auto; margin-right: auto; margin-bottom: auto; } #tekstdiv { text-align: left; width: 760px; height: 780px; padding-top: 60px; font-family: "Arial Black", Gadget, sans-serif; color: #FFF; font-size: 13px; } #tekst { padding: 1em; width: 734px; height: 680px; overflow: auto; } #trompetdiv { background-image: url(../images/trompetten.png); background-repeat: no-repeat; background-position: center; } div#sunburstdiv { width: 840px; margin-left: auto; margin-right: auto; background-image: url(../images/sunburst.png); background-repeat: no-repeat; background-position: center top; text-align: center; height: 1010px; } body { background-image: url(../images/bgpattern.jpg); background-repeat: repeat; margin: 0px; padding: 0px; font-family: Arial Black, Gadget, sans-serif; color: #FFF; } #loginbalkdiv { background-image: url(../images/loginbalkmain.png); background-repeat: no-repeat; background-position: center top; text-align: right; height: 30px; width: 800px; margin-left: auto; margin-right: auto; padding-right: 1em; padding-top: 3px; font-size: 10px; } #buttonbalk { background-color: #4D90BB; } #line { color: #FFF; padding-top: 0px; padding-right: auto; padding-bottom: 0px; padding-left: auto; margin-top: 0; margin-right: auto; margin-bottom: 0.75em; margin-left: auto; width: 720px; } #buttonbalktottekst { margin-top: 5px; } #banner a img { border: 0; } .head1 { margin: 0; padding: 0; } .head2 { margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 1em; } .wiezijnwij { text-align: center; border: thin; border-color: #FFF; border-style: solid; } #affiche2009 { margin-right: 100px; margin-left: 100px; } |
Iemand ook maar enig idee?!
Bedankt.