Code CSS:
Code HTML:
Screenshots:
http://img529.imageshack.us/my.php?image=untitled4cf6.jpg
http://img529.imageshack.us/my.php?image=untitled3mk6.jpg
Wat ik nu wil, is hetvolgende:
1 - De footer moet ook apart van het grote blok, net als het logo.
2 - Ik wil afzonderlijke horizontale blokken, dus dat het blok een ruimte heeft tussen het blok en de Google Adsense. Dat het er dus als volgt uit gaat zien:
http://img253.imageshack.us/img253/5706/untitled5oj0.jpg
Bvd.
edit:
3 - In Internet Explorer verschijnt alles links, in FF alles in het midden. Ik wil dit in het midden hebben, hoe kan dit?
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
| /*------------Basic styles------------*/
b
{
font-weight: bold;
}
table
{
width: 100%;
border: 1px solid gray;
background: white;
}
td
{
padding: 25;
}
body
{
background: #2e3735;
background-image: url("bg.jpg");
}
p
{
color: black;
font-family: verdana, arial;
font-size: 10px;
}
a
{
color: orange;
font-family: verdana, arial;
font-size: 10px;
}
h1
{
color: #9900cc;
font-family: verdana, arial;
font-size: 20px;
}
div
{
}
/*-------------Layout----------------*/
.bigcontainer {
margin: 0px auto;
width: 764px;
text-align:left;
float: center;
margin-bottom: 10px;
}
.footer
{
color: black;
font-family: verdana, arial;
font-size: 8px;
}
.tablefooter
{
width: 100%;
border: 1px solid gray;
background: #465350;
}
.rowcontainer {
float: left;
margin-bottom: 5px;
width: 100%;
overflow: hidden;
background: white;;
}
.logo {
float: center;
width: 762px;
margin-bottom: 10px;
padding: 0px;
background: url('logo.jpg');
height: 133px;
border: 1px solid gray;
}
/*------Columns----------*/
.fullcolumn { float: left; width: 96%;} /* Full width column for a one column site */
.halfcolumn { float: left; width: 47%;} /* Half width column for a two column site. */
.onethirdcolumn { float: left; width: 30%; } /* One third width column for a three column site */
.onethirdcolumn2 { float: left; text-align: right; width: 30%; margin-right: 10px;} /* One third width column for a three column site */
.quartercolumn { float: left; width: 24.5%; } /* One quarter width column for a four column site */
.threequartercolung { float: left; width: 65% }
.somespace { float: left; width: 2%; } |
Code 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
| <html> <head> <title>SnoepPapier</title> <meta author="Arjen Voogt"> <link rel="stylesheet" type="text/css" href="snoeppapier.css"> </head> <body> <div class="bigcontainer"> <div class="logo"></div> <table> <tr> <td> <div class="rowcontainer"> <div class="somespace"></div> <div class="threequartercolung"> <h1>Justin doet waarschijnlijk niet mee</h1> <p><b>Tilburg</b> - Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Sed a diam eu neque faucibus lobortis. Nunc porta eros at nibh. <h1>Nieuws</h1> <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Sed a diam eu neque faucibus lobortis. Nunc porta eros at nibh. Phasellus lobortis libero in urna. Vivamus sapien urna, ultrices a, tempus nec, commodo quis, diam. Quisque placerat ornare erat..</p> <h1>Nog meer tekst</h1> <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Sed a diam eu neque faucibus lobortis. Nunc porta eros at nibh. Phasellus lobortis libero in urna. Vivamus sapien urna, ultrices a, tempus nec, commodo quis, diam. Quisque placerat ornare erat..</p> </div> <div class="onethirdcolumn2"> <script type="text/javascript"><!-- google_ad_client = "pub-3739640654686842"; google_ad_width = 160; google_ad_height = 600; google_ad_format = "160x600_as"; google_ad_type = "text_image"; google_ad_channel = ""; google_color_border = "FFFFFF"; google_color_bg = "FFFFFF"; google_color_link = "9900CC"; google_color_text = "000000"; google_color_url = "9900CC"; google_ui_features = "rc:0"; //--> </script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script> </div> </div> </div> <div class="rowcontainer"> <div class="somespace"></div> <div class="fullcolumn2"> <span class="footer"> Copyright (c) 2007 SnoepPapier. </span> </div> </div> </td> </tr> </table> </div> </body> </html> |
Screenshots:
http://img529.imageshack.us/my.php?image=untitled4cf6.jpg
http://img529.imageshack.us/my.php?image=untitled3mk6.jpg
Wat ik nu wil, is hetvolgende:
1 - De footer moet ook apart van het grote blok, net als het logo.
2 - Ik wil afzonderlijke horizontale blokken, dus dat het blok een ruimte heeft tussen het blok en de Google Adsense. Dat het er dus als volgt uit gaat zien:
http://img253.imageshack.us/img253/5706/untitled5oj0.jpg
Bvd.
edit:
3 - In Internet Explorer verschijnt alles links, in FF alles in het midden. Ik wil dit in het midden hebben, hoe kan dit?
[ Voor 43% gewijzigd door F_J_K op 10-11-2007 14:22 . Reden: op verzoek TS geanonimiseerd ]