gastenboek titel rechts uitlijnen
Code (php)
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
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
<table border='0' align='center' cellpadding='0' cellspacing='0'>
<tr>
<td class='mcheader'>
Test
2007-8-23 19:15:49 <A HREF='mailto:[email protected]' border='0' ><img src='mail.jpg' /></a> <a href='Http://' border='0' ><img src='website.gif' /></a>
</td>
</tr>
<tr>
<td class='maincbbg'><table width='97%' border='0' align='center' cellpadding='0' cellspacing='0'>
<tr>
<td> Test
<br>
</td>
</tr>
</table></td>
</tr>
<tr>
<td><img src='../../images/mcb_footer.gif' alt='footer' width='368' height='10' /></td>
</tr>
</table>
hoe krijg ik die datum en tijd en website enzo aan de rechterkant
dit is html het is voor een gastenboek....
de css
Code (php)
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
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
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
background-image: url(images/bgmain.gif);
margin: 0px;
}
td {
font-size: 10px;
}
.navon {
background-image: url(images/nav_on.gif);
background-repeat: no-repeat;
background-position: left;
height: 23px;
width: 152px;
text-indent: 25px;
}
.bgmain {
background-image: url(images/main_bg2.gif);
background-repeat: repeat-x;
height: 287px;
}
.loginbg {
background-image: url(images/header_01.gif);
background-repeat: no-repeat;
height: 40px;
width: 368px;
}
.navt1 {
background-image: url(images/header_05.gif);
height: 41px;
width: 131px;
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
text-align: center;
padding-bottom:7px;
}
a:link {
color: #000000;
text-decoration: none;
}
.navt2 {
background-image: url(images/header_06.gif);
height: 41px;
width: 129px;
color: #FFFFFF;
text-align: center;
padding-bottom:7px;
text-decoration: none;
font-size: 12px;
font-weight: bold;
}
.crbg {
background-image: url(images/crbg.gif);
height: 22px;
padding-top: 2px;
padding-bottom: 2px;
font-weight: bold;
color: #FFFFFF;
}
.navt3 {
background-image: url(images/header_07.gif);
height: 41px;
width: 129px;
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
text-align: center;
padding-bottom:7px;
}
.navt4 {
background-image: url(images/header_08.gif);
width: 131px;
height: 41px;
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
text-align: center;
padding-bottom:7px;
}
.navt5 {
background-image: url(images/header_09.gif);
width: 130px;
height: 41px;
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
text-align: center;
padding-bottom:7px;
}
.navt6 {
background-image: url(images/header_10.gif);
height: 41px;
width: 127px;
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
text-align: center;
padding-bottom:7px;
}
.mcbg {
background-image: url(images/mcbg.gif);
background-repeat: repeat-y;
width: 779px;
padding: 0px;
}
.navoff {
background-image: url(images/nav_off.gif);
text-indent: 20px;
height: 23px;
width: 152px;
background-repeat: no-repeat;
font-weight: bold;
}
.leftcolheader {
background-image: url(images/left_box_head.gif);
background-repeat: no-repeat;
height: 26px;
width: 151px;
color: #FFFFFF;
text-indent: 20px;
padding-top: 6px;
}
.lcolbg {
background-image: url(images/lcolmcbg.gif);
background-repeat: repeat-y;
width: 152px;
padding-top: 3px;
}
.mcheader {
background-image: url(images/mc_header.gif);
background-repeat: no-repeat;
height: 21px;
width: 368px;
text-indent: 20px;
color: #FFFFFF;
font-weight: bold;
}
.rightboxheader {
background-image: url(images/right_col_header.gif);
background-repeat: no-repeat;
height: 22px;
width: 215px;
text-indent: 20px;
padding-top: 1px;
color: #FFFFFF;
}
.rightcolboxbg {
background-image: url(images/right_col_box_bg.gif);
background-repeat: repeat-y;
width: 215px;
padding-top: 4px;
}
.maincbbg {
background-image: url(images/mcb_bg.gif);
background-repeat: repeat-y;
width: 368px;
}
input {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFFFFF;
background-image: url(images/input_bg.gif);
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
text-indent: 3px;
margin: 0px;
padding: 0px;
font-weight: bold;
}
a:link {
text-decoration: none;
}
a:visited {
color: #000000;
text-decoration: none;
}
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
background-image: url(images/bgmain.gif);
margin: 0px;
}
td {
font-size: 10px;
}
.navon {
background-image: url(images/nav_on.gif);
background-repeat: no-repeat;
background-position: left;
height: 23px;
width: 152px;
text-indent: 25px;
}
.bgmain {
background-image: url(images/main_bg2.gif);
background-repeat: repeat-x;
height: 287px;
}
.loginbg {
background-image: url(images/header_01.gif);
background-repeat: no-repeat;
height: 40px;
width: 368px;
}
.navt1 {
background-image: url(images/header_05.gif);
height: 41px;
width: 131px;
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
text-align: center;
padding-bottom:7px;
}
a:link {
color: #000000;
text-decoration: none;
}
.navt2 {
background-image: url(images/header_06.gif);
height: 41px;
width: 129px;
color: #FFFFFF;
text-align: center;
padding-bottom:7px;
text-decoration: none;
font-size: 12px;
font-weight: bold;
}
.crbg {
background-image: url(images/crbg.gif);
height: 22px;
padding-top: 2px;
padding-bottom: 2px;
font-weight: bold;
color: #FFFFFF;
}
.navt3 {
background-image: url(images/header_07.gif);
height: 41px;
width: 129px;
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
text-align: center;
padding-bottom:7px;
}
.navt4 {
background-image: url(images/header_08.gif);
width: 131px;
height: 41px;
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
text-align: center;
padding-bottom:7px;
}
.navt5 {
background-image: url(images/header_09.gif);
width: 130px;
height: 41px;
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
text-align: center;
padding-bottom:7px;
}
.navt6 {
background-image: url(images/header_10.gif);
height: 41px;
width: 127px;
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
text-align: center;
padding-bottom:7px;
}
.mcbg {
background-image: url(images/mcbg.gif);
background-repeat: repeat-y;
width: 779px;
padding: 0px;
}
.navoff {
background-image: url(images/nav_off.gif);
text-indent: 20px;
height: 23px;
width: 152px;
background-repeat: no-repeat;
font-weight: bold;
}
.leftcolheader {
background-image: url(images/left_box_head.gif);
background-repeat: no-repeat;
height: 26px;
width: 151px;
color: #FFFFFF;
text-indent: 20px;
padding-top: 6px;
}
.lcolbg {
background-image: url(images/lcolmcbg.gif);
background-repeat: repeat-y;
width: 152px;
padding-top: 3px;
}
.mcheader {
background-image: url(images/mc_header.gif);
background-repeat: no-repeat;
height: 21px;
width: 368px;
text-indent: 20px;
color: #FFFFFF;
font-weight: bold;
}
.rightboxheader {
background-image: url(images/right_col_header.gif);
background-repeat: no-repeat;
height: 22px;
width: 215px;
text-indent: 20px;
padding-top: 1px;
color: #FFFFFF;
}
.rightcolboxbg {
background-image: url(images/right_col_box_bg.gif);
background-repeat: repeat-y;
width: 215px;
padding-top: 4px;
}
.maincbbg {
background-image: url(images/mcb_bg.gif);
background-repeat: repeat-y;
width: 368px;
}
input {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFFFFF;
background-image: url(images/input_bg.gif);
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
text-indent: 3px;
margin: 0px;
padding: 0px;
font-weight: bold;
}
a:link {
text-decoration: none;
}
a:visited {
color: #000000;
text-decoration: none;
}
"datum tijd mail website" moet rechts
Code (php)
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
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
<table border='0' align='center' cellpadding='0' cellspacing='0'>
<tr>
<td class='mcheader'>
> LINKS>>>Test <<<LINKS <
> RECHTS>>>2007-8-23 19:15:49 <A HREF='mailto:[email protected]' border='0' ><img src='mail.jpg' /></a> <a href='Http://' border='0' ><img src='website.gif' /></a> <<< RECHTS <
</td>
</tr>
<tr>
<td class='maincbbg'><table width='97%' border='0' align='center' cellpadding='0' cellspacing='0'>
<tr>
<td> Test
<br>
</td>
</tr>
</table></td>
</tr>
<tr>
<td><img src='../../images/mcb_footer.gif' alt='footer' width='368' height='10' /></td>
</tr>
</table>
<tr>
<td class='mcheader'>
> LINKS>>>Test <<<LINKS <
> RECHTS>>>2007-8-23 19:15:49 <A HREF='mailto:[email protected]' border='0' ><img src='mail.jpg' /></a> <a href='Http://' border='0' ><img src='website.gif' /></a> <<< RECHTS <
</td>
</tr>
<tr>
<td class='maincbbg'><table width='97%' border='0' align='center' cellpadding='0' cellspacing='0'>
<tr>
<td> Test
<br>
</td>
</tr>
</table></td>
</tr>
<tr>
<td><img src='../../images/mcb_footer.gif' alt='footer' width='368' height='10' /></td>
</tr>
</table>
Gewijzigd op 01/01/1970 01:00:00 door Arco
Code (php)
1
2
3
4
5
6
7
8
9
10
2
3
4
5
6
7
8
9
10
.mcheader {
background-image: url(images/mc_header.gif);
background-repeat: no-repeat;
height: 21px;
width: 368px;
text-indent: 20px;
color: #FFFFFF;
font-weight: bold;
text-align: right; <<<<<<<<<
}
background-image: url(images/mc_header.gif);
background-repeat: no-repeat;
height: 21px;
width: 368px;
text-indent: 20px;
color: #FFFFFF;
font-weight: bold;
text-align: right; <<<<<<<<<
}
Edit:
Lees net dat je de naam links wilt. Ik zou niet weten hoe dit met css moet als het om 1 regel gaat maar anders moet je even twee kollommen maken ipv 1 die je nu hebt.
Gewijzigd op 01/01/1970 01:00:00 door remco
heb van alles geprobeert ik krijg het de heletijd wel rechts aleen buiten de "titel" balk
klik
edit: ik heb dit ook zo gedaan in mijn gastenboek :)
Gewijzigd op 01/01/1970 01:00:00 door Jan H
http://www.onsureterp.nl/includes/gb/gb.php is de mijne ik zal ff wat probeeren;) thx alvast
oke, dat werkt wel maar lijkt net als dr een enter tussen komt....
werkt nogsteeds niet heb "float" ook al geprobeerd....