body probleem

Overzicht Reageren

Sponsored by: Vacatures door Monsterboard

Francoi gckx

Francoi gckx

25/03/2013 13:53:43
Quote Anchor link
Ik wil body centreren door de width en margin op te geven
maar hij reageert niet op margin of width.
En normaal gesproken met firebug als je over de body hovered krijg je een blauwe selectie
maar ik zie niks.

Graag geen offtopic opmerkingen

Code
Code (php)
PHP script in nieuw venster Selecteer het PHP script
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
<?php
<!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" />
    <
title>059</title>
    <
link rel="stylesheet" type="text/css" href="./index.css" media="all" />
    <!--[
if IE]>
    <
style type="text/css" media="all">.borderitem {border-style: solid;}</style>
    <![endif]-->
<
/head>

<
body>

<
div class="Met_het_oog_op_morgen">
    
        <
p class="lastNode">Met het oog op morgen
    </p>
<
/div>
<
div id="Shape_6">
<
/div>
<
div id="Shape_8">
<
/div>
<
img src="images/img_top.jpg" id="img_top" alt="" />
<
img src="images/btn_home.jpg" id="btn_home" alt="" />
<
img src="images/btn_contact.jpg" id="btn_contact" alt="" />
<
img src="images/img_logo.jpg" id="img_logo" alt="" />
<
img src="images/img_alt0.jpg" id="img_alt0" alt="" />
<
img src="images/img_custom.jpg" id="img_custom" alt="" />
<
img src="images/img_alt1.jpg" id="img_alt1" alt="" />
<
img src="images/img_alt2.jpg" id="img_alt2" alt="" />
<
img src="images/img_menu.jpg" id="img_menu" alt="" />
<
img src="images/mnu_btn_home.jpg" id="mnu_btn_home" alt="" />
<
img src="images/mnu_btn_aboutus.jpg" id="mnu_btn_aboutus" alt="" />
<
img src="images/mnu_btn_vacatures.jpg" id="mnu_btn_vacatures" alt="" />
<
img src="images/mnu_btn_cv.jpg" id="mnu_btn_cv" alt="" />
<
img src="images/mnu_btn_tuts.jpg" id="mnu_btn_tuts" alt="" />
<
img src="images/mnu_btn_controlpanel.jpg" id="mnu_btn_controlpanel" alt="" />
<
img src="images/img_alt3.jpg" id="img_alt3" alt="" />
<
img src="images/index_r6_c8.jpg" id="index_r6_c8" alt="" />
<
img src="images/index_r6_c10.jpg" id="index_r6_c10" alt="" />
<
img src="images/index_r7_c6.jpg" id="index_r7_c6" alt="" />
<
img src="images/index_r7_c9.jpg" id="index_r7_c9" alt="" />
<
img src="images/code_left.jpg" id="code_left" alt="" />
<
img src="images/img_alt4.jpg" id="img_alt4" alt="" />
<
img src="images/main_content.jpg" id="main_content" alt="" />
<
img src="images/img_login.jpg" id="img_login" alt="" />
<
img src="images/img_lgnpw.jpg" id="img_lgnpw" alt="" />
<
img src="images/inp_username.jpg" id="inp_username" alt="" />
<
img src="images/img_alt5.jpg" id="img_alt5" alt="" />
<
img src="images/index_r11_c2.jpg" id="index_r11_c2" alt="" />
<
img src="images/inp_password.jpg" id="inp_password" alt="" />
<
img src="images/img_alt6.jpg" id="img_alt6" alt="" />
<
/body>
<
/html>
?>
 
PHP hulp

PHP hulp

03/01/2025 15:47:48
 
Ward van der Put
Moderator

Ward van der Put

25/03/2013 14:04:44
Quote Anchor link
Kun je het CSS-bestand posten?
 
Francoi gckx

Francoi gckx

25/03/2013 14:05:42
Quote Anchor link
ja hoor!

Code (php)
PHP script in nieuw venster Selecteer het PHP script
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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
<?php
@charset "utf-8";

body {
    background-color: #fff;
    font-size: 62.5%;
    margin: 0;
    padding: 0;
}

body * {
    font-size: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

p {
    margin-bottom: 1.1em;
    margin-top: 0;
}

#main p.lastNode {
    margin-bottom: 0;
}

a:link img, a:visited img {
    border: none;
}

div.clearFloat {
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0px;
}

li.clearFloat {
    clear: both;
}

ul.symbolList {
    display: inline;
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.
AbsWrap {
    position: relative;
    width: 100%;
}
.
rowWrap {
    width: 100%;
}
.
Met_het_oog_op_morgen {
    font-family: 'Letter Gothic Std', Arial, Helvetica, sans-serif;
    font-size: 140%;
    font-weight: bold;
    text-align: center;
    color: #464646;
    line-height: 0%;
    padding-bottom: 2px;
    padding-top: 1px;
    left: 0px;
    position: absolute;
    top: 108px;
    margin-bottom: 0;
    width: 339px;
}

#Shape_6 {
    left: 5px;
    position: absolute;
    top: 228px;
    margin-bottom: 0;
    background-color: #000;
    width: 202px;
    padding-top: 0px;
    height: 428px;
}

html > body #Shape_6 {
    height: auto;
    min-height: 429px;
}

#Shape_8 {
    left: 13px;
    position: absolute;
    top: 494px;
    margin-bottom: 0;
    background-color: #000;
    width: 185px;
    padding-top: 0px;
    height: 140px;
}

html > body #Shape_8 {
    height: auto;
    min-height: 141px;
}

#img_top {
    left: 0px;
    position: absolute;
    top: 0px;
    height: 41px;
    margin-bottom: 0;
    width: 811px;
}

#btn_home {
    left: 811px;
    position: absolute;
    top: 0px;
    height: 41px;
    margin-bottom: 0;
    width: 43px;
}

#btn_contact {
    left: 854px;
    position: absolute;
    top: 0px;
    height: 41px;
    margin-bottom: 0;
    width: 46px;
}

#img_logo {
    left: 0px;
    position: absolute;
    top: 41px;
    height: 135px;
    margin-bottom: 0;
    width: 406px;
}

#img_alt0 {
    left: 406px;
    position: absolute;
    top: 41px;
    height: 15px;
    margin-bottom: 0;
    width: 494px;
}

#img_custom {
    left: 406px;
    position: absolute;
    top: 56px;
    height: 107px;
    margin-bottom: 0;
    width: 448px;
}

#img_alt1 {
    left: 854px;
    position: absolute;
    top: 56px;
    height: 107px;
    margin-bottom: 0;
    width: 46px;
}

#img_alt2 {
    left: 406px;
    position: absolute;
    top: 163px;
    height: 13px;
    margin-bottom: 0;
    width: 494px;
}

#img_menu {
    left: 0px;
    position: absolute;
    top: 176px;
    height: 40px;
    margin-bottom: 0;
    width: 239px;
}

#mnu_btn_home {
    left: 239px;
    position: absolute;
    top: 176px;
    height: 40px;
    margin-bottom: 0;
    width: 91px;
}

#mnu_btn_aboutus {
    left: 330px;
    position: absolute;
    top: 176px;
    height: 41px;
    margin-bottom: 0;
    width: 80px;
}

#mnu_btn_vacatures {
    left: 410px;
    position: absolute;
    top: 176px;
    height: 40px;
    margin-bottom: 0;
    width: 81px;
}

#mnu_btn_cv {
    left: 491px;
    position: absolute;
    top: 176px;
    height: 41px;
    margin-bottom: 0;
    width: 80px;
}

#mnu_btn_tuts {
    left: 571px;
    position: absolute;
    top: 176px;
    height: 40px;
    margin-bottom: 0;
    width: 81px;
}

#mnu_btn_controlpanel {
    left: 652px;
    position: absolute;
    top: 176px;
    height: 40px;
    margin-bottom: 0;
    width: 248px;
}

#img_alt3 {
    left: 0px;
    position: absolute;
    top: 216px;
    height: 13px;
    margin-bottom: 0;
    width: 330px;
}

#index_r6_c8 {
    left: 410px;
    position: absolute;
    top: 216px;
    height: 13px;
    margin-bottom: 0;
    width: 81px;
}

#index_r6_c10 {
    left: 571px;
    position: absolute;
    top: 216px;
    height: 13px;
    margin-bottom: 0;
    width: 329px;
}

#index_r7_c6 {
    left: 330px;
    position: absolute;
    top: 217px;
    height: 12px;
    margin-bottom: 0;
    width: 80px;
}

#index_r7_c9 {
    left: 491px;
    position: absolute;
    top: 217px;
    height: 12px;
    margin-bottom: 0;
    width: 80px;
}

#code_left {
    left: 0px;
    position: absolute;
    top: 229px;
    height: 266px;
    margin-bottom: 0;
    width: 210px;
}

#img_alt4 {
    left: 210px;
    position: absolute;
    top: 229px;
    height: 266px;
    margin-bottom: 0;
    width: 29px;
}

#main_content {
    left: 239px;
    position: absolute;
    top: 229px;
    height: 471px;
    margin-bottom: 0;
    width: 661px;
}

#img_login {
    left: 0px;
    position: absolute;
    top: 495px;
    height: 59px;
    margin-bottom: 0;
    width: 239px;
}

#img_lgnpw {
    left: 0px;
    position: absolute;
    top: 554px;
    height: 146px;
    margin-bottom: 0;
    width: 81px;
}

#inp_username {
    left: 81px;
    position: absolute;
    top: 554px;
    height: 18px;
    margin-bottom: 0;
    width: 101px;
}

#img_alt5 {
    left: 182px;
    position: absolute;
    top: 554px;
    height: 58px;
    margin-bottom: 0;
    width: 57px;
}

#index_r11_c2 {
    left: 81px;
    position: absolute;
    top: 572px;
    height: 22px;
    margin-bottom: 0;
    width: 101px;
}

#inp_password {
    left: 81px;
    position: absolute;
    top: 594px;
    height: 18px;
    margin-bottom: 0;
    width: 101px;
}

#img_alt6 {
    left: 81px;
    position: absolute;
    top: 612px;
    height: 88px;
    margin-bottom: 0;
    width: 158px;
}

?>
 
Ward van der Put
Moderator

Ward van der Put

25/03/2013 14:10:51
Quote Anchor link
margin-left en margin-right moet je op auto zetten als je iets wilt centreren.
 
Francoi gckx

Francoi gckx

25/03/2013 14:13:49
Quote Anchor link
Het was een photoshop/fireworks probleem

Ik heb allelayers gemerged ( wordt nu wel moeilijker om plaatjes te wisselen met een ander layout, so be it)
Gewijzigd op 25/03/2013 15:16:27 door Francoi gckx
 
Wouter J

Wouter J

25/03/2013 16:33:55
Quote Anchor link
Je moet ook geen code genereren met een programma, je moet code zelf schrijven...

Het generen van code door een programma is hetzelfde als het generen van tekst met Google Translate. Het komt ongeveer wel in de buurt, maar het is bar slecht. Waarom is dat zo? Omdat computer nou eenmaal niet slim genoeg zijn om de ingewikkelde grammatica te kunnen toepassen. Code heeft ook grammatica en moeilijke regels, dat kan een programma nooit van zijn leven begrijpen. Niet als het een gratis programma is (frontpage) en niet als het een idioot duur programma is (fireworks).
 
Francoi gckx

Francoi gckx

25/03/2013 17:26:07
Quote Anchor link
het is meer dat ik het gebruik voor een lichte basis

de rest vervang ik alles zelf met divs etc en css
daarna php
 



Overzicht Reageren

 
 

Om de gebruiksvriendelijkheid van onze website en diensten te optimaliseren maken wij gebruik van cookies. Deze cookies gebruiken wij voor functionaliteiten, analytische gegevens en marketing doeleinden. U vindt meer informatie in onze privacy statement.