<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title><![CDATA[tutorials.de - HTML & XHTML]]></title>
		<link>http://www.tutorials.de/</link>
		<description><![CDATA[Forum & Hilfe zu HTML (HyperText Markup Language) & XHTML]]></description>
		<language>de</language>
		<lastBuildDate>Thu, 02 Sep 2010 19:39:31 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>30</ttl>
		<image>
			<url>http://style.tutorials.de/v10/images/misc/rss.png</url>
			<title><![CDATA[tutorials.de - HTML & XHTML]]></title>
			<link>http://www.tutorials.de/</link>
		</image>
		<item>
			<title><![CDATA[Hervorhebung mit <em> oder <strong> funktioniert nicht?]]></title>
			<link>http://www.tutorials.de/html-xhtml/365839-hervorhebung-mit-em-oder-strong-funktioniert-nicht.html</link>
			<pubDate>Thu, 02 Sep 2010 16:05:05 GMT</pubDate>
			<description><![CDATA[Servus zusammen,  
 
habe das Problem, dass ich Text im XHTML hervorheben will. Der Code ist laut W3C valide. Aber irgendwie bewirken weder <em> noch <strong> etwas. Ich steh' hier auf dem Schlauch. Hier der Code ...  
 
 
HTML: 
--------- 
	<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"...]]></description>
			<content:encoded><![CDATA[<div>Servus zusammen, <br />
<br />
habe das Problem, dass ich Text im XHTML hervorheben will. Der Code ist laut W3C valide. Aber irgendwie bewirken weder &lt;em&gt; noch &lt;strong&gt; etwas. Ich steh' hier auf dem Schlauch. Hier der Code ... <br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">HTML-Code:</div>
	<hr /><code class="bbcode_code">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;html xmlns=<span style="color:#0000FF">&quot;http://www.w3.org/1999/xhtml&quot;</span> xml:lang=&quot;de&quot; lang=<span style="color:#0000FF">&quot;de&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;head&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;meta name=<span style="color:#0000FF">&quot;language&quot;</span> content=<span style="color:#0000FF">&quot;german, de, deutsch&quot;</span> /&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;meta http-equiv=&quot;Content-Type&quot; content=<span style="color:#0000FF">&quot;text&nbsp; &nbsp; &nbsp; &nbsp; /html;charset=utf-8&quot;</span> /&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;link rel=<span style="color:#0000FF">&quot;stylesheet&quot;</span> media=<span style="color:#0000FF">&quot;screen&quot;</span> href=<span style="color:#0000FF">&quot;CSS/layout.css&quot;</span> /&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; <i><span style="color:#000080">&lt;!--&#91;if IE 6&#93;&gt;</span><br />
&nbsp; &nbsp; <span style="color:#000080">&lt;link rel=<span style="color:#0000FF">&quot;stylesheet&quot;</span> type=<span style="color:#0000FF">&quot;text/css&quot;</span> href=<span style="color:#0000FF">&quot;CSS/ie6.css&quot;</span> /&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;!&#91;endif&#93;--&gt;</span></i><br />
<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; <i><span style="color:#000080">&lt;!--&#91;if IE 7&#93;&gt;</span><br />
&nbsp; &nbsp; <span style="color:#000080">&lt;link rel=<span style="color:#0000FF">&quot;stylesheet&quot;</span> type=<span style="color:#0000FF">&quot;text/css&quot;</span> href=<span style="color:#0000FF">&quot;CSS/ie7.css&quot;</span> /&gt;</span><br />
&nbsp; &nbsp; <span style="color:#000080">&lt;!&#91;endif&#93;--&gt;</span></i><br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; <i><span style="color:#000080">&lt;!--&#91;if lt IE 8&#93;&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#800000">&lt;script src=<span style="color:#0000FF">&quot;http://ie7-js.googlecode.com/svn/version/2.0(beta3)/IE8.js&quot;</span> <br />
&nbsp; &nbsp; &nbsp; &nbsp; type=&quot;text/javascript&quot;&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#800000">&lt;/script&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;!&#91;endif&#93;--&gt;</span></i><br />
&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#800000">&lt;script type=<span style="color:#0000FF">&quot;text/javascript&quot;</span> src=<span style="color:#0000FF">&quot;CSS/javahover.js&quot;</span>&gt;</span><span style="color:#800000">&lt;/script&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;title&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Visionfood Gewürze und Extrakte<br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;/title&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;/head&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;body&gt;</span><br />
<br />
<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;branding&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;h1&gt;</span><span style="color:#008000">&lt;a href=<span style="color:#0000FF">&quot;Qualitaet.htm&quot;</span>&gt;</span>Visionfood<span style="color:#008000">&lt;/a&gt;</span><span style="color:#000080">&lt;/h1&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;/div&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;blockquote class=<span style="color:#0000FF">&quot;info&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;p&gt;</span>Gewürze und Extrakte<span style="color:#000080">&lt;/p&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;/blockquote&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <i><span style="color:#000080">&lt;!-- Branding Ende --&gt;</span></i><br />
&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; <br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; <br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;navi&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;navbar&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;ul&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;li&gt;</span><span style="color:#008000">&lt;a href=<span style="color:#0000FF">&quot;index.htm&quot;</span>&gt;</span>home<span style="color:#008000">&lt;/a&gt;</span><span style="color:#000080">&lt;/li&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;li&gt;</span><span style="color:#008000">&lt;a href=<span style="color:#0000FF">&quot;/&quot;</span> id=<span style="color:#0000FF">&quot;current&quot;</span>&gt;</span>qualität<span style="color:#008000">&lt;/a&gt;</span><span style="color:#000080">&lt;/li&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <span style="color:#000080">&lt;li&gt;</span><span style="color:#008000">&lt;a href=<span style="color:#0000FF">&quot;Leistungen.htm&quot;</span>&gt;</span>leistungen<span style="color:#008000">&lt;/a&gt;</span><span style="color:#000080">&lt;/li&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <span style="color:#000080">&lt;li&gt;</span><span style="color:#008000">&lt;a href=<span style="color:#0000FF">&quot;Produkte.htm&quot;</span>&gt;</span>produkte<span style="color:#008000">&lt;/a&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <span style="color:#000080">&lt;ul&gt;</span><i><span style="color:#000080">&lt;!-- öffnet die Klappnavi von Sortiment --&gt;</span></i><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <span style="color:#000080">&lt;li&gt;</span><span style="color:#008000">&lt;a href=<span style="color:#0000FF">&quot;Gewuerze.htm&quot;</span>&gt;</span>gewürze<span style="color:#008000">&lt;/a&gt;</span><span style="color:#000080">&lt;/li&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <span style="color:#000080">&lt;li&gt;</span><span style="color:#008000">&lt;a href=<span style="color:#0000FF">&quot;Extrakte.htm&quot;</span>&gt;</span>extrakte<span style="color:#008000">&lt;/a&gt;</span><span style="color:#000080">&lt;/li&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <span style="color:#000080">&lt;li&gt;</span><span style="color:#008000">&lt;a href=<span style="color:#0000FF">&quot;Bio-produkte.htm&quot;</span>&gt;</span>bio-produkte<span style="color:#008000">&lt;/a&gt;</span><span style="color:#000080">&lt;/li&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <span style="color:#000080">&lt;li&gt;</span><span style="color:#008000">&lt;a href=<span style="color:#0000FF">&quot;Sonstige_produkte.htm&quot;</span>&gt;</span>sonstige produkte<span style="color:#008000">&lt;/a&gt;</span><span style="color:#000080">&lt;/li&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;/ul&gt;</span><i><span style="color:#000080">&lt;!-- schließt die Klappnavi von Sortiment --&gt;</span></i><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;/li&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <span style="color:#000080">&lt;li&gt;</span><span style="color:#008000">&lt;a href=<span style="color:#0000FF">&quot;Kontakt.htm&quot;</span>&gt;</span>kontakt<span style="color:#008000">&lt;/a&gt;</span><span style="color:#000080">&lt;/li&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;/ul&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;/div&gt;</span><i><span style="color:#000080">&lt;!--Ende Navbar--&gt;</span></i>&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;/div&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <i><span style="color:#000080">&lt;!--Ende Navi--&gt;</span></i>&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; <br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;content_subpage&quot;</span>&gt;</span><br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;h2&gt;</span>Qualität<span style="color:#000080">&lt;/h2&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;p&gt;</span>Lebensmittel sind Vertrauenssache. Deshalb setzen wir ausschließlich akkreditierte Labore ein. <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Das gibt Ihnen und Ihren Kunden die größtmögliche Sicherheit in Bezug auf die Qualität der Ware. <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Sie haben auch die Möglichkeit nahezu alle Produkte in dampfentkeimter Qualität zu beziehen.<span style="color:#000080">&lt;/p&gt;</span><span style="color:#000080">&lt;br /&gt;</span> <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;p&gt;</span>Profitieren Sie von rund 20 Jahren Erfahrung innerhalb der Gewürzbranche.<span style="color:#000080">&lt;/p&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;br /&gt;</span><span style="color:#000080">&lt;br /&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;p&gt;</span><span style="color:#000080">&lt;strong&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <b><i>&amp;gt;</i></b> ausschließlich akkreditierte Labore<span style="color:#000080">&lt;br /&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <b><i>&amp;gt;</i></b> nahezu alle Produkte auch dampfentkeimt<span style="color:#000080">&lt;br /&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <b><i>&amp;gt;</i></b> rund zwanzigjährige Branchenerfahrung<span style="color:#000080">&lt;br /&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;/strong&gt;</span><span style="color:#000080">&lt;/p&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;/div&gt;</span><i><span style="color:#000080">&lt;!--Ende content--&gt;</span></i><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;footer&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;p&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#008000">&lt;a href=<span style="color:#0000FF">&quot;AGB.htm&quot;</span>&gt;</span>agb<span style="color:#008000">&lt;/a&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  - <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#008000">&lt;a href=<span style="color:#0000FF">&quot;Impressum.htm&quot;</span>&gt;</span>impressum<span style="color:#008000">&lt;/a&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;/p&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;/div&gt;</span><i><span style="color:#000080">&lt;!--Ende footer--&gt;</span></i><br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;/body&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;/html&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; </code><hr />
</div> Und das zugehörige CSS ... <br />
<div class="bbcode_container">
                <div class="bbcode_description">Code :</div>
                <hr /><code class="bbcode_code"><table class="" style="font-family:monospace;"><tbody><tr><td class="bbcode_code_linenumbers"><pre>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
</pre></td><td class="bbcode_code_highlight"><pre>/*importiert norm.css*/
&nbsp;
@import url(&quot;norm.css&quot;);
&nbsp;
&nbsp;
body {
&nbsp; &nbsp; position: relative;
&nbsp; &nbsp; background: url(../images/Background-Verlauf.jpg) repeat-x;
&nbsp; &nbsp; background-position: 0px 100px;
&nbsp; &nbsp; margin: 0 auto;
&nbsp; &nbsp; text-align:center;
&nbsp; &nbsp; width: 950px;
&nbsp; &nbsp; top: 5px;
&nbsp; &nbsp; font-size: 100.01%;
&nbsp; &nbsp; font-family: Arial, Tahoma, &quot;Lucida Sans&quot;, &quot;Lucida Grande&quot;, &quot;Lucida Sans Unicode&quot;, sans-serif;
&nbsp; &nbsp; }
&nbsp;
&nbsp;
&nbsp;
#branding {
&nbsp; &nbsp; background: url(../images/VisionfoodLogo3.jpg) no-repeat;
&nbsp; &nbsp; text-indent:-9999px;
&nbsp; &nbsp; position: relative; 
&nbsp; &nbsp; left: 25px;
&nbsp; &nbsp; top: 15px;
&nbsp; &nbsp; width: 950px;
&nbsp; &nbsp; height: 60px;
&nbsp; &nbsp; }
&nbsp;
&nbsp;
blockquote.info {
&nbsp; &nbsp; text-indent: -9999px;
&nbsp; &nbsp; height:0;
&nbsp; &nbsp; }
&nbsp;
&nbsp;
&nbsp;
/*--Definiert den Navi Div--*/
#navi {
&nbsp; &nbsp; border-left: solid 1px #cbdce4;
&nbsp; &nbsp; border-right: solid 1px #cbdce4;
&nbsp; &nbsp; position: relative;
&nbsp; &nbsp; top: 35px;
&nbsp; &nbsp; width: 948px;
&nbsp; &nbsp; height: 230px;
&nbsp; &nbsp; font-family: Arial, Tahoma, &quot;Lucida Sans&quot;, &quot;Lucida Grande&quot;, &quot;Lucida Sans Unicode&quot;, sans-serif;
&nbsp; &nbsp; font-variant: small-caps;
&nbsp; &nbsp; font-size: 0.8em;
&nbsp; &nbsp; letter-spacing:0.1em;
&nbsp; &nbsp; }
&nbsp;
&nbsp;
#navbar {
&nbsp; &nbsp; background: url(../images/Navbar_Balken.png) no-repeat;
&nbsp; &nbsp; margin: 0;
&nbsp; &nbsp; padding: 0;
&nbsp; &nbsp; height: 27px;
&nbsp; &nbsp; }
&nbsp; &nbsp; 
#navbar li {
&nbsp; &nbsp; list-style: none;
&nbsp; &nbsp; float: left;
&nbsp; &nbsp; }
&nbsp; &nbsp; 
#navbar li a {
&nbsp; &nbsp; display: block;
&nbsp; &nbsp; padding: 4px 0px;
&nbsp; &nbsp; height: 19px;
&nbsp; &nbsp; width: 189.6px;
&nbsp; &nbsp; color: #ffffff; 
&nbsp; &nbsp; text-decoration: none; 
&nbsp; &nbsp; }
&nbsp;
&nbsp;
#navbar li a:hover, #navbar li a#current {
&nbsp; &nbsp; background-color: #e1ffd2;
&nbsp; &nbsp; color: #2a6e91;
&nbsp; &nbsp; font-weight: bold;
&nbsp; &nbsp; font-size: 1.1em;
&nbsp; &nbsp; }
&nbsp;
&nbsp;
#navbar li ul {
&nbsp; &nbsp; display: none;
&nbsp; &nbsp; width: 10em;
&nbsp; &nbsp; }
&nbsp;
&nbsp;
&nbsp;
#navbar li:hover ul, #navbar li.hover ul {
&nbsp; &nbsp; display: block;
&nbsp; &nbsp; position: absolute;
&nbsp; &nbsp; margin: 0;
&nbsp; &nbsp; padding: 0;
&nbsp; &nbsp; }
&nbsp; &nbsp; 
#navbar li:hover li, #navbar li.hover li {
&nbsp; &nbsp; float: none;
&nbsp; &nbsp; } 
&nbsp;
&nbsp;
&nbsp; &nbsp; 
#navbar li:hover li a, #navbar li.hover li a {
&nbsp; &nbsp; background-color: #e1ffd2;
&nbsp; &nbsp; color: #2a6e91;
&nbsp; &nbsp; height: 19px; 
&nbsp; &nbsp; border-top: 1px solid #6ea876;
&nbsp; &nbsp; }
&nbsp;
#navbar li li a:hover {
&nbsp; &nbsp; font-weight: bold;
&nbsp; &nbsp; font-size: 1.1em;
&nbsp; &nbsp; }
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
div#content {
&nbsp; &nbsp; clear: both; 
&nbsp; &nbsp; position: relative;
&nbsp; &nbsp; background: #ffffff;
&nbsp; &nbsp; border-left: solid 1px #cbdce4;
&nbsp; &nbsp; border-right: solid 1px #cbdce4;
&nbsp; &nbsp; border-top: 1px solid #195098;
&nbsp; &nbsp; text-align: left;
&nbsp; &nbsp; top: 35px;
&nbsp; &nbsp; height: 85px;
&nbsp; &nbsp; color: #195098;
&nbsp; &nbsp; padding: 25px 20px 20px 20px;
&nbsp; &nbsp; line-height:1.0em;
&nbsp; &nbsp; 
&nbsp; &nbsp; }
&nbsp;
#content p {
&nbsp; &nbsp; line-height:1.2em;
&nbsp; &nbsp; font-weight:100;
&nbsp; &nbsp; font-size: 0.8em;
&nbsp; &nbsp; }
&nbsp;
#content h2 {
&nbsp; &nbsp; font-weight:100;
&nbsp; &nbsp; font-size: 1.2em;
&nbsp; &nbsp; word-spacing: 0.1em;
&nbsp; &nbsp; padding: 0px 0px 20px 0px;
&nbsp; &nbsp; }
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
#content_main {
&nbsp; &nbsp; position: relative;
&nbsp; &nbsp; background: #ffffff;
&nbsp; &nbsp; border-left: solid 1px #cbdce4;
&nbsp; &nbsp; border-right: solid 1px #cbdce4;
&nbsp; &nbsp; top: 35px;
&nbsp; &nbsp; height: 340px;
&nbsp; &nbsp; width: 948px;
&nbsp; &nbsp; border-top: 1px solid #cbdce4;
&nbsp; &nbsp; text-align: left;
&nbsp; &nbsp; color: #195098;
&nbsp; &nbsp; font-size: 0.7em;
&nbsp; &nbsp; letter-spacing:0.0em;
&nbsp; &nbsp; word-spacing:0.0em;
&nbsp; &nbsp; }
&nbsp;
#content_main a:link, a:visited, a:active, a:hover {
&nbsp; &nbsp; color: #195098;
&nbsp; &nbsp; text-decoration: none;
&nbsp; &nbsp; }
&nbsp;
#qualitaet {
&nbsp; &nbsp; background: url(../images/Female_ScientistVIX.jpg) no-repeat;
&nbsp; &nbsp; background-position: 20px 65px;
&nbsp; &nbsp; position: relative;
&nbsp; &nbsp; width: 28%;
&nbsp; &nbsp; float: left;
&nbsp; &nbsp; height: 300px;
&nbsp; &nbsp; padding: 25px 20px 23px 20px;
&nbsp; &nbsp; color: #195098;
&nbsp; &nbsp; }
&nbsp;
#produkte {
&nbsp; &nbsp; position: relative;
&nbsp; &nbsp; background: url(../images/Bild_Sortiment_Chili_PepperXI.jpg) no-repeat left top;
&nbsp; &nbsp; border-left: solid 1px #cbdce4;
&nbsp; &nbsp; width: 28%;
&nbsp; &nbsp; float: right;
&nbsp; &nbsp; height: 300px;
&nbsp; &nbsp; padding: 25px 20px 23px 20px;
&nbsp; &nbsp; }
&nbsp;
#leistungen {
&nbsp; &nbsp; background: url(../images/ContainerschiffVII.jpg) no-repeat;
&nbsp; &nbsp; background-position: 20px 65px;
&nbsp; &nbsp; border-left: solid 1px #cbdce4;
&nbsp; &nbsp; position: relative;
&nbsp; &nbsp; float: left;
&nbsp; &nbsp; width: 28%;
&nbsp; &nbsp; height: 300px;
&nbsp; &nbsp; left: 15px;
&nbsp; &nbsp; padding: 25px 20px 23px 20px;
&nbsp; &nbsp; }
&nbsp;
#content_main p {
&nbsp; &nbsp; line-height:1.2em;
&nbsp; &nbsp; font-weight:100;
&nbsp; &nbsp; }
&nbsp;
#content_main h3 {
&nbsp; &nbsp; font-weight: bold;
&nbsp; &nbsp; padding: 0px 0px 200px 0px;
&nbsp; &nbsp; line-height: 1.0em;
&nbsp; &nbsp; font-size: 1.3em;
&nbsp; &nbsp; }
&nbsp;
&nbsp;
&nbsp;
#content_subpage {
&nbsp; &nbsp; clear: both; 
&nbsp; &nbsp; position: relative;
&nbsp; &nbsp; background: #ffffff;
&nbsp; &nbsp; border-left: solid 1px #cbdce4;
&nbsp; &nbsp; border-right: solid 1px #cbdce4;
&nbsp; &nbsp; border-top: 1px solid #195098;
&nbsp; &nbsp; text-align: left;
&nbsp; &nbsp; top: 35px;
&nbsp; &nbsp; height: 250px;
&nbsp; &nbsp; color: #195098;
&nbsp; &nbsp; padding: 50px 50px 30px 75px;
&nbsp; &nbsp; line-height:1.0em;
&nbsp; &nbsp; }
&nbsp; &nbsp; 
#content_subpage p {
&nbsp; &nbsp; line-height:1.2em;
&nbsp; &nbsp; font-weight:100;
&nbsp; &nbsp; font-size: 0.8em;
&nbsp; &nbsp; }
&nbsp;
#content_subpage h2 {
&nbsp; &nbsp; font-weight:100;
&nbsp; &nbsp; font-size: 1.2em;
&nbsp; &nbsp; word-spacing: 0.1em;
&nbsp; &nbsp; padding: 0px 0px 20px 0px;
&nbsp; &nbsp; }
&nbsp;
&nbsp;
#content_subpage a {
&nbsp; &nbsp; color: #195098;
&nbsp; &nbsp; }
&nbsp;
&nbsp;
&nbsp;
#contact {
&nbsp; &nbsp; position: relative;
&nbsp; &nbsp; float: left;
&nbsp; &nbsp; background: #ffffff;
&nbsp; &nbsp; text-align: left;
&nbsp; &nbsp; color: #195098;
&nbsp; &nbsp; line-height:1.0em;
&nbsp; &nbsp; padding: 50px 50px 30px 0;
&nbsp; &nbsp; }
&nbsp;
&nbsp;
#picture {
&nbsp; &nbsp; position: relative;
&nbsp; &nbsp; float: right;
&nbsp; &nbsp; background: #ffffff;
&nbsp; &nbsp; padding: 50px 162px 30px 0;
&nbsp; &nbsp; }
&nbsp;
&nbsp;
div#footer {
&nbsp; &nbsp; position: relative; 
&nbsp; &nbsp; clear: both;
&nbsp; &nbsp; background: url(../images/Navibalken950T.png) no-repeat center;
&nbsp; &nbsp; top: 26px;
&nbsp; &nbsp; width: 950px;
&nbsp; &nbsp; height: 28px;
&nbsp; &nbsp; color: #ffffff; 
&nbsp; &nbsp; }
&nbsp;
&nbsp;
&nbsp;
#footer a:link, #footer a:visited, #footer a:active {
&nbsp; &nbsp; color: #ffffff; 
&nbsp; &nbsp; text-decoration:none;
&nbsp; &nbsp; font-variant: small-caps;
&nbsp; &nbsp; font-size:0.8em;
&nbsp; &nbsp; letter-spacing: 0.1em;
&nbsp; &nbsp; padding: 0px 20px 0px 20px;
&nbsp; &nbsp; }
&nbsp;
&nbsp;
#footer a:hover, #footer a#current {
&nbsp; &nbsp; font-weight:bold;
&nbsp; &nbsp; color: #e1ffd2;
&nbsp; &nbsp; }</pre></td></tr></tbody></table></code><hr />
</div> <br />
Ich wäre euch wirklich dankbar, wenn ihr mir hier weiterhelfen könntet. <br />
<br />
Beste Grüße<br />
Steve</div>

 ]]></content:encoded>
			<category domain="http://www.tutorials.de/html-xhtml/"><![CDATA[HTML & XHTML]]></category>
			<dc:creator>Steve2010</dc:creator>
			<guid isPermaLink="true">http://www.tutorials.de/html-xhtml/365839-hervorhebung-mit-em-oder-strong-funktioniert-nicht.html</guid>
		</item>
		<item>
			<title>select - Formular absenden</title>
			<link>http://www.tutorials.de/html-xhtml/365782-select-formular-absenden.html</link>
			<pubDate>Wed, 01 Sep 2010 17:45:40 GMT</pubDate>
			<description><![CDATA[Hallo! 
Also mein Programm sieht im Moment so aus, dass ich eine Liste von Namen durch ein select darstelle: 
 
 
HTML: 
--------- 
<html> 
  <head> 
    <title>Namenliste</title> 
  </head>]]></description>
			<content:encoded><![CDATA[<div>Hallo!<br />
Also mein Programm sieht im Moment so aus, dass ich eine Liste von Namen durch ein select darstelle:<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">HTML-Code:</div>
	<hr /><code class="bbcode_code"><span style="color:#000080">&lt;html&gt;</span><br />
&nbsp; <span style="color:#000080">&lt;head&gt;</span><br />
&nbsp; &nbsp; <span style="color:#000080">&lt;title&gt;</span>Namenliste<span style="color:#000080">&lt;/title&gt;</span><br />
&nbsp; <span style="color:#000080">&lt;/head&gt;</span><br />
&nbsp; <span style="color:#000080">&lt;body&gt;</span><br />
<br />
&nbsp; <span style="color:#FF8000">&lt;form action=<span style="color:#0000FF">&quot;select.htm&quot;</span>&gt;</span><br />
&nbsp; &nbsp; <span style="color:#000080">&lt;p&gt;</span><br />
&nbsp; &nbsp; &nbsp; <span style="color:#FF8000">&lt;select name=<span style="color:#0000FF">&quot;Names&quot;</span> size=<span style="color:#0000FF">&quot;2&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#FF8000">&lt;option&gt;</span>Hans<span style="color:#FF8000">&lt;/option&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#FF8000">&lt;option&gt;</span>Horst<span style="color:#FF8000">&lt;/option&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#FF8000">&lt;option&gt;</span>Felix<span style="color:#FF8000">&lt;/option&gt;</span><br />
&nbsp; &nbsp; &nbsp; <span style="color:#FF8000">&lt;/select&gt;</span><br />
&nbsp; &nbsp; <span style="color:#000080">&lt;/p&gt;</span><br />
&nbsp; <span style="color:#FF8000">&lt;/form&gt;</span><br />
&nbsp; <span style="color:#000080">&lt;/body&gt;</span><br />
<span style="color:#000080">&lt;/html&gt;</span></code><hr />
</div> Nun würde ich das Programm aber gerne erweitern, wie folgt:<br />
Ich wüsste gerne, wie ich einen Button zum abschicken, des Formulars einbaue. Wenn man auf den Button klickt, soll ein neues Fenster aufgehen und der Name, der ausgewählt wurde, soll als value übergeben werden.<br />
<br />
mfg. Legolas</div>

 ]]></content:encoded>
			<category domain="http://www.tutorials.de/html-xhtml/"><![CDATA[HTML & XHTML]]></category>
			<dc:creator>xX_Legolas_Xx</dc:creator>
			<guid isPermaLink="true">http://www.tutorials.de/html-xhtml/365782-select-formular-absenden.html</guid>
		</item>
		<item>
			<title>Darstellungsprobleme des IE 8 unter Windows 7 64bit</title>
			<link>http://www.tutorials.de/html-xhtml/365770-darstellungsprobleme-des-ie-8-unter-windows-7-64bit.html</link>
			<pubDate>Wed, 01 Sep 2010 14:22:18 GMT</pubDate>
			<description><![CDATA[Hallo, 
 
ich arbeite auf unserer Firmenwebseite mit Layern. 
Diese funktionierten bisher einwandfrei. 
 
Bei Windows 7 64bit und dem aktuellen IE in der 32bit oder 64bit Variante werden die Layer nicht mehr aufgeklappt. 
 
Mal eine Beispielseite: 
http://www.sensorik-bayern.de/?lang=de&site_id=459]]></description>
			<content:encoded><![CDATA[<div>Hallo,<br />
<br />
ich arbeite auf unserer Firmenwebseite mit Layern.<br />
Diese funktionierten bisher einwandfrei.<br />
<br />
Bei Windows 7 64bit und dem aktuellen IE in der 32bit oder 64bit Variante werden die Layer nicht mehr aufgeklappt.<br />
<br />
Mal eine Beispielseite:<br />
<a href="http://www.sensorik-bayern.de/?lang=de&amp;site_id=459" target="_blank">http://www.sensorik-bayern.de/?lang=de&amp;site_id=459</a><br />
<br />
Bei einem Klick auf Firmendetails werden im FF oder auch im IE unter Vista und XP<br />
kleine Infofenster angezeigt.<br />
<br />
Über Tipps oder Ideen, wie man das Problem beheben könnte, würde ich mich sehr freuen.<br />
<br />
Danke<br />
nimenn</div>

 ]]></content:encoded>
			<category domain="http://www.tutorials.de/html-xhtml/"><![CDATA[HTML & XHTML]]></category>
			<dc:creator>nimenn</dc:creator>
			<guid isPermaLink="true">http://www.tutorials.de/html-xhtml/365770-darstellungsprobleme-des-ie-8-unter-windows-7-64bit.html</guid>
		</item>
		<item>
			<title>kriege den w3c-error nicht weg</title>
			<link>http://www.tutorials.de/html-xhtml/365734-kriege-den-w3c-error-nicht-weg.html</link>
			<pubDate>Tue, 31 Aug 2010 16:41:54 GMT</pubDate>
			<description><![CDATA[Hallo, 
 
sieht jemand den Fehler in folgendem schnipsel, der die w3c-error 
"EntityRef: expecting ';' " und "reference not terminated by REFC delimiter" erzeugt? 
 
Es muss irgendwas mit dem Bereich ".php?id=33008&lang=de');"" zu tun haben, soweit ich weiß. 
Ich habe schon einiges ausprobiert mit...]]></description>
			<content:encoded><![CDATA[<div>Hallo,<br />
<br />
sieht jemand den Fehler in folgendem schnipsel, der die w3c-error<br />
&quot;EntityRef: expecting ';' &quot; und &quot;reference not terminated by REFC delimiter&quot; erzeugt?<br />
<br />
Es muss irgendwas mit dem Bereich &quot;.php?id=33008&amp;lang=de');&quot;&quot; zu tun haben, soweit ich weiß.<br />
Ich habe schon einiges ausprobiert mit allen möglichen Varianten mit und ohne ';', aber der error bleibt.<br />
<br />
mfg,<br />
David<br />
<div class="bbcode_container">
	<div class="bbcode_description">HTML-Code:</div>
	<hr /><code class="bbcode_code"><span style="color:#008000">&lt;a rel=<span style="color:#0000FF">&quot;nofollow&quot;</span> href=<span style="color:#0000FF">&quot;javascript<b></b>:void(0);&quot;</span> onclick=<span style="color:#0000FF">&quot;fullScreen01('dt/kalender/preisliste/price_list.php?id=33008&amp;lang=de');&quot;</span>&gt;</span>Preise<span style="color:#008000">&lt;/a&gt;</span></code><hr />
</div> </div>

 ]]></content:encoded>
			<category domain="http://www.tutorials.de/html-xhtml/"><![CDATA[HTML & XHTML]]></category>
			<dc:creator>DrBonsai</dc:creator>
			<guid isPermaLink="true">http://www.tutorials.de/html-xhtml/365734-kriege-den-w3c-error-nicht-weg.html</guid>
		</item>
		<item>
			<title>Login Seite erstellen</title>
			<link>http://www.tutorials.de/html-xhtml/365722-login-seite-erstellen.html</link>
			<pubDate>Tue, 31 Aug 2010 12:04:35 GMT</pubDate>
			<description>Hallo, ich habe mir überlegt, dass es gut wäre, wenn ich meine Seite für Kunden mit einem Loginfeld verbessere. So können Kunden direkt sich einloggen und Ihre Daten runterziehen. Jedoch wie erstelle ich ein solches Loginfeld, ohne grossen Aufwand? 
 
Danke euch</description>
			<content:encoded><![CDATA[<div>Hallo, ich habe mir überlegt, dass es gut wäre, wenn ich meine Seite für Kunden mit einem Loginfeld verbessere. So können Kunden direkt sich einloggen und Ihre Daten runterziehen. Jedoch wie erstelle ich ein solches Loginfeld, ohne grossen Aufwand?<br />
<br />
Danke euch</div>

 ]]></content:encoded>
			<category domain="http://www.tutorials.de/html-xhtml/"><![CDATA[HTML & XHTML]]></category>
			<dc:creator>perle93</dc:creator>
			<guid isPermaLink="true">http://www.tutorials.de/html-xhtml/365722-login-seite-erstellen.html</guid>
		</item>
		<item>
			<title>Button der Link in Zwischenablage kopiert</title>
			<link>http://www.tutorials.de/html-xhtml/365657-button-der-link-zwischenablage-kopiert.html</link>
			<pubDate>Mon, 30 Aug 2010 09:08:48 GMT</pubDate>
			<description><![CDATA[Hallo miteinander, 
 
hab das Forum schon durchsucht, aber so richtig das passende gefunden leider nicht. 
 
Ich will einen Button auf meiner Seite, und wenn ich den anklicke soll mir der link in die zwischenablage kopiert werden. (am besten popt dann noch so ein fensterchen auf, dass sagt "link...]]></description>
			<content:encoded><![CDATA[<div>Hallo miteinander,<br />
<br />
hab das Forum schon durchsucht, aber so richtig das passende gefunden leider nicht.<br />
<br />
Ich will einen Button auf meiner Seite, und wenn ich den anklicke soll mir der link in die zwischenablage kopiert werden. (am besten popt dann noch so ein fensterchen auf, dass sagt &quot;link kopiert&quot;).<br />
<br />
arbeite momentan noch dran überhaupt was in die zwischenablage zubekommen =/ Bin für jeden Tipp dankbar, da stehe ich momentan:<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">HTML-Code:</div>
	<hr /><code class="bbcode_code"><span style="color:#FF8000">&lt;form&gt;</span><br />
<span style="color:#FF8000">&lt;input type=<span style="color:#0000FF">&quot;button&quot;</span> OnClick=Clipboard.SetText('bla') value=<span style="color:#0000FF">&quot;test&quot;</span> name=<span style="color:#0000FF">&quot;test&quot;</span> id=<span style="color:#0000FF">&quot;test&quot;</span>&gt;</span><br />
<span style="color:#FF8000">&lt;/form&gt;</span></code><hr />
</div> Fehlermeldung ist immer <br />
Fehler: Clipboard is not defined<br />
Quelldatei: xyz<br />
Zeile: 1<br />
<br />
Zeile 1 ist:<br />
&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;<br />
<br />
<br />
Muss ich da vielleicht noch was einfügen, damit er clipboard kennt?</div>

 ]]></content:encoded>
			<category domain="http://www.tutorials.de/html-xhtml/"><![CDATA[HTML & XHTML]]></category>
			<dc:creator>kirina</dc:creator>
			<guid isPermaLink="true">http://www.tutorials.de/html-xhtml/365657-button-der-link-zwischenablage-kopiert.html</guid>
		</item>
		<item>
			<title>Ticket-Verkauf für Website</title>
			<link>http://www.tutorials.de/html-xhtml/365581-ticket-verkauf-fuer-website.html</link>
			<pubDate>Fri, 27 Aug 2010 16:50:01 GMT</pubDate>
			<description>Hallo liebes Forum, 
 
ich wollte euch fragen ob ihr irgendwelche Seiten oder Scripte kennt die man einbauen kann um über seine eigene HP Tickets zu verkaufen. Entweder Bankeinzug, Überweisung, Paypal oder Kreditkarte.... 
Mit Platzauswahl / Reservierung... 
 
Sowas wie hier?...</description>
			<content:encoded><![CDATA[<div>Hallo liebes Forum,<br />
<br />
ich wollte euch fragen ob ihr irgendwelche Seiten oder Scripte kennt die man einbauen kann um über seine eigene HP Tickets zu verkaufen. Entweder Bankeinzug, Überweisung, Paypal oder Kreditkarte....<br />
Mit Platzauswahl / Reservierung...<br />
<br />
Sowas wie hier? <a href="http://www.packhaustheater.de/spielplan.html" target="_blank">http://www.packhaustheater.de/spielplan.html</a><br />
<br />
Aber bitte nicht den Anbieter, der es auch fürs Packhaustheater anbietet Lächel<br />
<br />
Danke und Grüße</div>

 ]]></content:encoded>
			<category domain="http://www.tutorials.de/html-xhtml/"><![CDATA[HTML & XHTML]]></category>
			<dc:creator>Mogli-Designz</dc:creator>
			<guid isPermaLink="true">http://www.tutorials.de/html-xhtml/365581-ticket-verkauf-fuer-website.html</guid>
		</item>
		<item>
			<title>Weiterleitung mit Besucherzähler</title>
			<link>http://www.tutorials.de/html-xhtml/365522-weiterleitung-mit-besucherzaehler.html</link>
			<pubDate>Thu, 26 Aug 2010 12:30:25 GMT</pubDate>
			<description>Schönen guten Tag, 
 
da ich nach erfolgloser Suche des Forum, sowie google, nichts gefunden habe, wende ich mich nun an Euch. 
Ich versuch kurz das Szenario darzustellen. 
Ein User gibt die URL blaa.de in seinen Browser ein, nach dem er dies URL eingegeben hat soll er automatisch auf die URL...</description>
			<content:encoded><![CDATA[<div>Schönen guten Tag,<br />
<br />
da ich nach erfolgloser Suche des Forum, sowie google, nichts gefunden habe, wende ich mich nun an Euch.<br />
Ich versuch kurz das Szenario darzustellen.<br />
Ein User gibt die URL blaa.de in seinen Browser ein, nach dem er dies URL eingegeben hat soll er automatisch auf die URL blub.de weitergeleitert werden. Zudem soll ein Zähler im Hintergrund laufen, welche die Aufrufe der blaa.de festhält. <br />
Ist die überhaupt möglich und wenn ja, könnte mir bitte jemand einen Tipp geben, wo ich am besten mit der Suche anfange.<br />
<br />
Besten Dank</div>

 ]]></content:encoded>
			<category domain="http://www.tutorials.de/html-xhtml/"><![CDATA[HTML & XHTML]]></category>
			<dc:creator>Male</dc:creator>
			<guid isPermaLink="true">http://www.tutorials.de/html-xhtml/365522-weiterleitung-mit-besucherzaehler.html</guid>
		</item>
		<item>
			<title><![CDATA[Webcrawler, Javascript und <noscript>...]]></title>
			<link>http://www.tutorials.de/html-xhtml/365456-webcrawler-javascript-und-noscript.html</link>
			<pubDate>Tue, 24 Aug 2010 18:10:04 GMT</pubDate>
			<description><![CDATA[Hallo,  
momentan ist meine Website durch das Layout bedingt nur mit Javascript nutzbar, allerdings ist der inhalt, links etc. wie bei einer normalen html Homepage. Nun habe ich  in meiner Start-datei dieses hier drinnen: 
 
<noscript> <meta http-equiv="refresh" content="0; URL=jsmissing.php">...]]></description>
			<content:encoded><![CDATA[<div>Hallo, <br />
momentan ist meine Website durch das Layout bedingt nur mit Javascript nutzbar, allerdings ist der inhalt, links etc. wie bei einer normalen html Homepage. Nun habe ich  in meiner Start-datei dieses hier drinnen:<br />
<br />
&lt;noscript&gt; &lt;meta http-equiv=&quot;refresh&quot; content=&quot;0; URL=jsmissing.php&quot;&gt; &lt;/noscript&gt;<br />
<br />
Würde ein Webcrawler nun dorthin weitergeleitet werden, oder kann er trotzdem den (eigentlich normal verarbeitbaren) Inhalt verarbeiten?</div>

 ]]></content:encoded>
			<category domain="http://www.tutorials.de/html-xhtml/"><![CDATA[HTML & XHTML]]></category>
			<dc:creator>JBJHJM</dc:creator>
			<guid isPermaLink="true">http://www.tutorials.de/html-xhtml/365456-webcrawler-javascript-und-noscript.html</guid>
		</item>
		<item>
			<title>Div ganzseitig links verwenden als Hintergrund</title>
			<link>http://www.tutorials.de/html-xhtml/365420-div-ganzseitig-links-verwenden-als-hintergrund.html</link>
			<pubDate>Tue, 24 Aug 2010 03:44:11 GMT</pubDate>
			<description><![CDATA[Ich habe mir etwas zusammen gebaut das zur Zeit so aussieht 
 
Klick (http://www.philipp-offenbach.de/images/foto1.png) 
 
Dummerweise ist das ein wenig geschummelt. Im CSS sieht das ganze nämlich so aus: 
 
<div class="bbcode_container"> 
                <div class="bbcode_description">Code...]]></description>
			<content:encoded><![CDATA[<div>Ich habe mir etwas zusammen gebaut das zur Zeit so aussieht<br />
<br />
<a href="http://www.philipp-offenbach.de/images/foto1.png" target="_blank">Klick</a><br />
<br />
Dummerweise ist das ein wenig geschummelt. Im CSS sieht das ganze nämlich so aus:<br />
<br />
<div class="bbcode_container">
                <div class="bbcode_description">Code :</div>
                <hr /><code class="bbcode_code"><table class="" style="font-family:monospace;"><tbody><tr><td class="bbcode_code_linenumbers"><pre>1
2
3
4
5
6
7
8
9
</pre></td><td class="bbcode_code_highlight"><pre>#navi-bg {
&nbsp; &nbsp; width: 350px;
&nbsp; &nbsp; height: 100%;
&nbsp; &nbsp; z-index: -100;
&nbsp; &nbsp; position: absolute;
&nbsp; &nbsp; top: 0;
&nbsp; &nbsp; left: 0;
&nbsp; &nbsp; background-color: #e6ffee;
}</pre></td></tr></tbody></table></code><hr />
</div> <br />
Jeder kann sich jetzt denken was passiert wenn ich das Browserfenster größer mache? Richtig! Der komplette grüne &lt;div&gt; bleibt links während Navigation und Text zentriert bleiben, was dann natürlich sehr unvorteilhaft bei größerem Browserfenster aussieht.<br />
<br />
Wie kann ich es möglich machen das der &lt;div&gt; den ich verwende immer so 30px vor dem eigentlichen Content aufhört und nach links immer größer wird wenn ich das Fenster größer ziehe.<br />
<br />
Vielleicht hat auch jemand von euch einen Anreiz für eine komplett andere Lösung des Problems wie z.b. gleich background-color setzen und nur den &lt;div&gt; mit dem eigentlichen Inhalt weiß färben?</div>

 ]]></content:encoded>
			<category domain="http://www.tutorials.de/html-xhtml/"><![CDATA[HTML & XHTML]]></category>
			<dc:creator>Amr0d</dc:creator>
			<guid isPermaLink="true">http://www.tutorials.de/html-xhtml/365420-div-ganzseitig-links-verwenden-als-hintergrund.html</guid>
		</item>
		<item>
			<title>Wie groß muss width sein****</title>
			<link>http://www.tutorials.de/html-xhtml/365409-wie-gross-muss-width-sein.html</link>
			<pubDate>Mon, 23 Aug 2010 17:53:25 GMT</pubDate>
			<description>Hallo, 
 
wie groß muss hier das  width:1500px sein? Habe es so gemacht, wenn man den Browser kleiner macht, das sich das nicht untereinander verschiebt sondern der scroll Balken kommt. Wer kann mir das bitte berechnen? 
 
LINK: http://wakeboarder.lima-city.de/ 
 
 
PHP: 
--------- 
.teaser_holder...</description>
			<content:encoded><![CDATA[<div>Hallo,<br />
<br />
wie groß muss hier das  width:1500px sein? Habe es so gemacht, wenn man den Browser kleiner macht, das sich das nicht untereinander verschiebt sondern der scroll Balken kommt. Wer kann mir das bitte berechnen?<br />
<br />
LINK: <a href="http://wakeboarder.lima-city.de/" target="_blank">http://wakeboarder.lima-city.de/</a><br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">PHP-Code:</div>
	<hr /><code class="bbcode_code"><code><span style="color: #000000">
<span style="color: #0000BB"></span><span style="color: #007700">.</span><span style="color: #0000BB">teaser_holder&nbsp;</span><span style="color: #007700">{&nbsp;</span><span style="color: #0000BB">position</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">fixed</span><span style="color: #007700">;&nbsp;</span><span style="color: #0000BB">bottom</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">10px</span><span style="color: #007700">;&nbsp;</span><span style="color: #0000BB">width</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">1000px</span><span style="color: #007700">;&nbsp;</span><span style="color: #0000BB">height</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">330px</span><span style="color: #007700">;&nbsp;</span><span style="color: #0000BB">margin</span><span style="color: #007700">-</span><span style="color: #0000BB">left</span><span style="color: #007700">:&nbsp;-</span><span style="color: #0000BB">500px</span><span style="color: #007700">;&nbsp;</span><span style="color: #0000BB">left</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">50</span><span style="color: #007700">%;}<br />.</span><span style="color: #0000BB">teaser_background&nbsp;</span><span style="color: #007700">{&nbsp;</span><span style="color: #0000BB">position</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">fixed</span><span style="color: #007700">;&nbsp;</span><span style="color: #0000BB">bottom</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">10px</span><span style="color: #007700">;&nbsp;</span><span style="color: #0000BB">width</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">1000px</span><span style="color: #007700">;&nbsp;</span><span style="color: #0000BB">height</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">125px</span><span style="color: #007700">;&nbsp;</span><span style="color: #0000BB">margin</span><span style="color: #007700">-</span><span style="color: #0000BB">left</span><span style="color: #007700">:&nbsp;-</span><span style="color: #0000BB">500px</span><span style="color: #007700">;&nbsp;</span><span style="color: #0000BB">left</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">50</span><span style="color: #007700">%;&nbsp;</span><span style="color: #0000BB">background</span><span style="color: #007700">-</span><span style="color: #0000BB">color</span><span style="color: #007700">:&nbsp;</span><span style="color: #FF8000">#333;&nbsp;z-index:110;&nbsp;}<br /></span><span style="color: #007700">.</span><span style="color: #0000BB">teaser_content&nbsp;</span><span style="color: #007700">{</span><span style="color: #0000BB">position</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">relative</span><span style="color: #007700">;&nbsp;</span><span style="color: #0000BB">top</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">45px</span><span style="color: #007700">;&nbsp;</span><span style="color: #0000BB">width</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">262px</span><span style="color: #007700">;&nbsp;</span><span style="color: #0000BB">z</span><span style="color: #007700">-</span><span style="color: #0000BB">index</span><span style="color: #007700">:</span><span style="color: #0000BB">120</span><span style="color: #007700">;&nbsp;</span><span style="color: #0000BB">float</span><span style="color: #007700">:</span><span style="color: #0000BB">left</span><span style="color: #007700">;&nbsp;</span><span style="color: #0000BB">text</span><span style="color: #007700">-</span><span style="color: #0000BB">transform</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">uppercase</span><span style="color: #007700">;&nbsp;</span><span style="color: #0000BB">font</span><span style="color: #007700">-</span><span style="color: #0000BB">size</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">9px</span><span style="color: #007700">;&nbsp;</span><span style="color: #0000BB">margin</span><span style="color: #007700">-</span><span style="color: #0000BB">left</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">120px</span><span style="color: #007700">;}<br />.</span><span style="color: #0000BB">teaser_content_image&nbsp;</span><span style="color: #007700">{</span><span style="color: #0000BB">position</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">relative</span><span style="color: #007700">;&nbsp;</span><span style="color: #0000BB">padding</span><span style="color: #007700">:</span><span style="color: #0000BB">6px&nbsp;6px&nbsp;14px&nbsp;6px</span><span style="color: #007700">;&nbsp;</span><span style="color: #0000BB">background</span><span style="color: #007700">-</span><span style="color: #0000BB">color</span><span style="color: #007700">:&nbsp;</span><span style="color: #FF8000">#000;&nbsp;font-size:&nbsp;&nbsp;11px;&nbsp;}<br /></span><span style="color: #007700">.</span><span style="color: #0000BB">teaser_content&nbsp;img&nbsp;</span><span style="color: #007700">{&nbsp;</span><span style="color: #0000BB">margin</span><span style="color: #007700">-</span><span style="color: #0000BB">bottom</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">4px</span><span style="color: #007700">;&nbsp;&nbsp;&nbsp;}<br />.</span><span style="color: #0000BB">teaser_content_navigation&nbsp;</span><span style="color: #007700">{&nbsp;</span><span style="color: #0000BB">margin</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">6px&nbsp;2px&nbsp;0px&nbsp;6px</span><span style="color: #007700">;&nbsp;</span><span style="color: #0000BB">font</span><span style="color: #007700">-</span><span style="color: #0000BB">size</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">11px</span><span style="color: #007700">;&nbsp;}<br />.</span><span style="color: #0000BB">teaser_content_navigation&nbsp;ul&nbsp;</span><span style="color: #007700">{&nbsp;list-</span><span style="color: #0000BB">style</span><span style="color: #007700">-</span><span style="color: #0000BB">type</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">none</span><span style="color: #007700">;&nbsp;</span><span style="color: #0000BB">padding</span><span style="color: #007700">-</span><span style="color: #0000BB">left</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">10px</span><span style="color: #007700">;&nbsp;</span><span style="color: #0000BB">margin</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">0px</span><span style="color: #007700">;&nbsp;}<br />.</span><span style="color: #0000BB">teaser_content_navigation&nbsp;li&nbsp;</span><span style="color: #007700">{&nbsp;</span><span style="color: #0000BB">display</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">block</span><span style="color: #007700">;&nbsp;</span><span style="color: #0000BB">line</span><span style="color: #007700">-</span><span style="color: #0000BB">height</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">15px</span><span style="color: #007700">;&nbsp;</span><span style="color: #0000BB">font</span><span style="color: #007700">-</span><span style="color: #0000BB">style</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">bold</span><span style="color: #007700">;&nbsp;</span><span style="color: #0000BB">color</span><span style="color: #007700">:</span><span style="color: #FF8000">#CCC&nbsp;}<br /></span><span style="color: #0000BB">body&nbsp;</span><span style="color: #007700">{&nbsp;</span><span style="color: #0000BB">width</span><span style="color: #007700">:</span><span style="color: #0000BB">1500px</span><span style="color: #007700">;&nbsp;}&nbsp;<br /></span><span style="color: #0000BB"></span>
</span>
</code></code><hr />
</div> </div>

 ]]></content:encoded>
			<category domain="http://www.tutorials.de/html-xhtml/"><![CDATA[HTML & XHTML]]></category>
			<dc:creator>EuropaChat</dc:creator>
			<guid isPermaLink="true">http://www.tutorials.de/html-xhtml/365409-wie-gross-muss-width-sein.html</guid>
		</item>
		<item>
			<title>Mehrsprachige Website ohne CMS</title>
			<link>http://www.tutorials.de/html-xhtml/365394-mehrsprachige-website-ohne-cms.html</link>
			<pubDate>Mon, 23 Aug 2010 14:38:25 GMT</pubDate>
			<description>Hallo liebe Community, 
 
wie kann man eine mehrsprachige Website ohne CMS realisieren? Muss das alles statisch sein? Welche Möglichkeiten habe ich?</description>
			<content:encoded><![CDATA[<div>Hallo liebe Community,<br />
<br />
wie kann man eine mehrsprachige Website ohne CMS realisieren? Muss das alles statisch sein? Welche Möglichkeiten habe ich?</div>

 ]]></content:encoded>
			<category domain="http://www.tutorials.de/html-xhtml/"><![CDATA[HTML & XHTML]]></category>
			<dc:creator>Anfänger123</dc:creator>
			<guid isPermaLink="true">http://www.tutorials.de/html-xhtml/365394-mehrsprachige-website-ohne-cms.html</guid>
		</item>
		<item>
			<title>Richtige frame Weiterleitung</title>
			<link>http://www.tutorials.de/html-xhtml/365358-richtige-frame-weiterleitung.html</link>
			<pubDate>Sun, 22 Aug 2010 16:46:57 GMT</pubDate>
			<description><![CDATA[Hallo Community, 
 
ich habe ein Problem und zwar habe ich einen Link in einem frame 
also z.B. <a href="index.php">Startseite</a> und wenn ich diesen anklicke öffnet sich  
die Startseite in diesem frame. Ich will aber das sich die ganze Seite lädt. Also nicht in dem Frame. Vielen Dank im Voraus.]]></description>
			<content:encoded><![CDATA[<div>Hallo Community,<br />
<br />
ich habe ein Problem und zwar habe ich einen Link in einem frame<br />
also z.B. &lt;a href=&quot;index.php&quot;&gt;Startseite&lt;/a&gt; und wenn ich diesen anklicke öffnet sich <br />
die Startseite in diesem frame. Ich will aber das sich die ganze Seite lädt. Also nicht in dem Frame. Vielen Dank im Voraus.</div>

 ]]></content:encoded>
			<category domain="http://www.tutorials.de/html-xhtml/"><![CDATA[HTML & XHTML]]></category>
			<dc:creator>Ninjasturm</dc:creator>
			<guid isPermaLink="true">http://www.tutorials.de/html-xhtml/365358-richtige-frame-weiterleitung.html</guid>
		</item>
		<item>
			<title>Fehler im HTML Code, bitte um Hilfe ;)</title>
			<link>http://www.tutorials.de/html-xhtml/365310-fehler-im-html-code-bitte-um-hilfe.html</link>
			<pubDate>Sat, 21 Aug 2010 10:56:28 GMT</pubDate>
			<description>Hallo, habe hier einen HTML Code, dort sind noch paar Fehler enthalten z.B. im FF funktioniert es im IE nicht usw. habe es schon mit einem Validator teils bearbeitet. Könnte mir bitte jemand helfen noch die restlichen Bugs zu entfernen, das es so wird wie auf dem Screen. 
...</description>
			<content:encoded><![CDATA[<div>Hallo, habe hier einen HTML Code, dort sind noch paar Fehler enthalten z.B. im FF funktioniert es im IE nicht usw. habe es schon mit einem Validator teils bearbeitet. Könnte mir bitte jemand helfen noch die restlichen Bugs zu entfernen, das es so wird wie auf dem Screen.<br />
<br />
<a href="http://www.europachat.ibitlive.eu/Bild2.jpg" target="_blank">http://www.europachat.ibitlive.eu/Bild2.jpg</a><br />
<br />
Hier ist der Code:<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">PHP-Code:</div>
	<hr /><code class="bbcode_code"><code><span style="color: #000000">
<span style="color: #0000BB"></span><span style="color: #007700">&lt;!</span><span style="color: #0000BB">DOCTYPE&nbsp;html&nbsp;</span><span style="color: #007700">PUBLIC&nbsp;</span><span style="color: #DD0000">"-//W3C//DTD&nbsp;HTML&nbsp;4.01&nbsp;Transitional//EN"</span><span style="color: #007700">&gt;<br />&lt;</span><span style="color: #0000BB">html</span><span style="color: #007700">&gt;<br />&lt;</span><span style="color: #0000BB">head</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">meta&nbsp;http</span><span style="color: #007700">-</span><span style="color: #0000BB">equiv</span><span style="color: #007700">=</span><span style="color: #DD0000">"Content-Type"<br />&nbsp;</span><span style="color: #0000BB">content</span><span style="color: #007700">=</span><span style="color: #DD0000">"text/html;&nbsp;charset=utf-8"</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">link&nbsp;type</span><span style="color: #007700">=</span><span style="color: #DD0000">"text/css"&nbsp;</span><span style="color: #0000BB">rel</span><span style="color: #007700">=</span><span style="color: #DD0000">"stylesheet"<br />&nbsp;</span><span style="color: #0000BB">href</span><span style="color: #007700">=</span><span style="color: #DD0000">"http://europachat.ibitlive.eu/css/main.css"</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">style&nbsp;type</span><span style="color: #007700">=</span><span style="color: #DD0000">"text/css"</span><span style="color: #007700">&gt;<br /></span><span style="color: #FF8000">#teaser_content_navigation&nbsp;ul&nbsp;{&nbsp;list-style-type:&nbsp;none;&nbsp;padding-left:&nbsp;10px;&nbsp;margin:&nbsp;0px;&nbsp;}<br />#teaser_content_navigation&nbsp;li&nbsp;{&nbsp;display:&nbsp;block;&nbsp;line-height:&nbsp;15px;&nbsp;font-style:&nbsp;bold;&nbsp;color:#CCC&nbsp;}<br />&nbsp;&nbsp;</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">style</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&lt;/</span><span style="color: #0000BB">html</span><span style="color: #007700">&gt;<br />&lt;</span><span style="color: #0000BB">body</span><span style="color: #007700">&gt;<br />&lt;</span><span style="color: #0000BB">div&nbsp;id</span><span style="color: #007700">=</span><span style="color: #DD0000">"teaser_holder"</span><span style="color: #007700">&gt;<br />&lt;</span><span style="color: #0000BB">div&nbsp;id</span><span style="color: #007700">=</span><span style="color: #DD0000">"teaser_content"</span><span style="color: #007700">&gt;<br />&lt;</span><span style="color: #0000BB">div&nbsp;id</span><span style="color: #007700">=</span><span style="color: #DD0000">"teaser_content_image"</span><span style="color: #007700">&gt;&nbsp;&lt;</span><span style="color: #0000BB">img<br />&nbsp;style</span><span style="color: #007700">=</span><span style="color: #DD0000">"border:&nbsp;0px&nbsp;solid&nbsp;;&nbsp;width:&nbsp;250px;&nbsp;height:&nbsp;145px;"&nbsp;</span><span style="color: #0000BB">alt</span><span style="color: #007700">=</span><span style="color: #DD0000">""<br />&nbsp;</span><span style="color: #0000BB">src</span><span style="color: #007700">=</span><span style="color: #DD0000">"http://www.europachat.ibitlive.eu/images/www/Bild1.jpg"</span><span style="color: #007700">&gt;&lt;</span><span style="color: #0000BB">br<br />&nbsp;style</span><span style="color: #007700">=</span><span style="color: #DD0000">"color:&nbsp;rgb(255,&nbsp;0,&nbsp;0);"</span><span style="color: #007700">&gt;<br />&lt;</span><span style="color: #0000BB">span&nbsp;style</span><span style="color: #007700">=</span><span style="color: #DD0000">"color:&nbsp;rgb(255,&nbsp;0,&nbsp;0);"</span><span style="color: #007700">&gt;<br />&amp;</span><span style="color: #0000BB">gt</span><span style="color: #007700">;&amp;</span><span style="color: #0000BB">nbsp</span><span style="color: #007700">;</span><span style="color: #0000BB">Clubnight&nbsp;</span><span style="color: #FF8000">//&nbsp;21.&nbsp;August&lt;/span&gt;&nbsp;&lt;/div&gt;<br /></span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">div</span><span style="color: #007700">&gt;<br />&lt;/</span><span style="color: #0000BB">div</span><span style="color: #007700">&gt;<br />&lt;/</span><span style="color: #0000BB">body</span><span style="color: #007700">&gt;<br />&lt;/</span><span style="color: #0000BB">html</span><span style="color: #007700">&gt;&nbsp;<br /></span><span style="color: #0000BB"></span>
</span>
</code></code><hr />
</div> <br />
<br />
Danke Gruß Markus K. :)</div>

 ]]></content:encoded>
			<category domain="http://www.tutorials.de/html-xhtml/"><![CDATA[HTML & XHTML]]></category>
			<dc:creator>EuropaChat</dc:creator>
			<guid isPermaLink="true">http://www.tutorials.de/html-xhtml/365310-fehler-im-html-code-bitte-um-hilfe.html</guid>
		</item>
		<item>
			<title>Spaltenbreite bei Tabelle in PHP</title>
			<link>http://www.tutorials.de/html-xhtml/365260-spaltenbreite-bei-tabelle-php.html</link>
			<pubDate>Fri, 20 Aug 2010 09:47:05 GMT</pubDate>
			<description>Hallo Jungs, 
 
ich hab ein kleines Problem. 
 
Mit folgendem Code werden Infos in einer Tabelle mit einer Zeile und 2 Spalten 
geschrieben. Das Problem ist, daß die erste Spalte immer ca. 80% der Breite ist, 
und die zweite der Rest. Ich möchte aber genau die umgekehrte Reihenfolge haben, 
also...</description>
			<content:encoded><![CDATA[<div>Hallo Jungs,<br />
<br />
ich hab ein kleines Problem.<br />
<br />
Mit folgendem Code werden Infos in einer Tabelle mit einer Zeile und 2 Spalten<br />
geschrieben. Das Problem ist, daß die erste Spalte immer ca. 80% der Breite ist,<br />
und die zweite der Rest. Ich möchte aber genau die umgekehrte Reihenfolge haben,<br />
also daß die erste Spalte 20% und die zweite 80% hat. Leider bekomme ich das<br />
nicht hin. Mit witdh funktionierts auch nicht.<br />
<br />
Habt Ihr einen Tipp ?<br />
Danke schon mal!<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">PHP-Code:</div>
	<hr /><code class="bbcode_code"><code><span style="color: #000000">
<span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">echo&nbsp;</span><span style="color: #DD0000">'&lt;td&nbsp;align="center"&nbsp;background="http://www.tutorials.de/images/tablebg_blue.gif"&nbsp;style="font-size:&nbsp;11px;font-weight:normal;&nbsp;vertical-align:&nbsp;middle;&nbsp;color:#ffffff;&nbsp;border-left-style:solid;&nbsp;border-left-width:1px;&nbsp;border-bottom-style:solid;&nbsp;border-bottom-width:1px;&nbsp;border-color:#000000;"&gt;'</span><span style="color: #007700">.</span><span style="color: #DD0000">'&lt;img&nbsp;style="vertical-align:&nbsp;middle;"&nbsp;src="../images/user.gif"&nbsp;alt="user"&nbsp;/&gt;'</span><span style="color: #007700">.</span><span style="color: #DD0000">"&amp;nbsp;"</span><span style="color: #007700">.</span><span style="color: #0000BB">$daten</span><span style="color: #007700">&#91;</span><span style="color: #DD0000">'name'</span><span style="color: #007700">&#93;.</span><span style="color: #DD0000">"&lt;br&gt;"</span><span style="color: #007700">.</span><span style="color: #DD0000">"am:&nbsp;"</span><span style="color: #007700">.</span><span style="color: #0000BB">$daten</span><span style="color: #007700">&#91;</span><span style="color: #DD0000">'datum'</span><span style="color: #007700">&#93;.</span><span style="color: #DD0000">"&lt;br&gt;"</span><span style="color: #007700">.</span><span style="color: #DD0000">'&lt;a&nbsp;href="mailto:'</span><span style="color: #007700">.</span><span style="color: #0000BB">$daten</span><span style="color: #007700">&#91;</span><span style="color: #DD0000">'email'</span><span style="color: #007700">&#93;.</span><span style="color: #DD0000">'?subject=Anfrage&nbsp;an:&nbsp;'</span><span style="color: #007700">.</span><span style="color: #0000BB">$daten</span><span style="color: #007700">&#91;</span><span style="color: #DD0000">'name'</span><span style="color: #007700">&#93;.</span><span style="color: #DD0000">'"&nbsp;method="post"&nbsp;target=""&nbsp;enctype="text/plain"&gt;&lt;img&nbsp;style="border:none;&nbsp;border:&nbsp;0px;&nbsp;vertical-align:&nbsp;middle;"&nbsp;src="../images/mail.gif"&nbsp;alt="mail"&nbsp;/&gt;&lt;/a&gt;'</span><span style="color: #007700">.</span><span style="color: #DD0000">"&lt;br&gt;"</span><span style="color: #007700">.</span><span style="color: #0000BB">$daten</span><span style="color: #007700">&#91;</span><span style="color: #DD0000">'email'</span><span style="color: #007700">&#93;.</span><span style="color: #DD0000">"&lt;br&gt;"</span><span style="color: #007700">.</span><span style="color: #DD0000">"Homepage:&nbsp;"</span><span style="color: #007700">.</span><span style="color: #0000BB">$daten</span><span style="color: #007700">&#91;</span><span style="color: #DD0000">'url'</span><span style="color: #007700">&#93;.</span><span style="color: #DD0000">'&lt;/td&gt;'</span><span style="color: #007700">.</span><span style="color: #DD0000">"\r\n"</span><span style="color: #007700">;<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;echo&nbsp;</span><span style="color: #DD0000">'&lt;td&nbsp;align="center"&nbsp;style="border-right-style:solid;&nbsp;border-right-width:1px;&nbsp;border-bottom-style:solid;&nbsp;border-bottom-width:1px;&nbsp;vertical-align:&nbsp;middle;&nbsp;border-color:#000000;&nbsp;font-family:&nbsp;verdana,&nbsp;arial,&nbsp;sans-serif;&nbsp;font-size:&nbsp;.68em;&nbsp;color:&nbsp;#D1D3D7;"&nbsp;bgcolor="#595959"&gt;'</span><span style="color: #007700">.</span><span style="color: #0000BB">$text</span><span style="color: #007700">.</span><span style="color: #DD0000">"&amp;nbsp;"</span><span style="color: #007700">.</span><span style="color: #DD0000">'&lt;/td&gt;'</span><span style="color: #007700">.</span><span style="color: #DD0000">"\r\n"</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;echo&nbsp;</span><span style="color: #DD0000">'&lt;tr&gt;'</span><span style="color: #007700">.</span><span style="color: #DD0000">"\r\n"</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;echo&nbsp;</span><span style="color: #DD0000">'&lt;tr&gt;'</span><span style="color: #007700">.</span><span style="color: #DD0000">"\r\n"</span><span style="color: #007700">;&nbsp;<br /></span><span style="color: #0000BB"></span>
</span>
</code></code><hr />
</div> </div>

 ]]></content:encoded>
			<category domain="http://www.tutorials.de/html-xhtml/"><![CDATA[HTML & XHTML]]></category>
			<dc:creator>exiter28</dc:creator>
			<guid isPermaLink="true">http://www.tutorials.de/html-xhtml/365260-spaltenbreite-bei-tabelle-php.html</guid>
		</item>
	</channel>
</rss>
