Hui, heut will ich auch mal eine frage stellen.


Ich werd hier noch bekloppt, ich verstehe einfach nicht warum mir der http://validator.w3.org/ kein richtiges UTF-8 Encoding ausgibt.

Bekomme immer diese Meldung:
Zitat Zitat
The character encoding specified in the HTTP header (iso-8859-1) is different from the value in the XML declaration (utf-8). I will use the value from the HTTP header (iso-8859-1).
So und hier der Quelltext:

HTML-Code:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de">
<head>
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
	<title>{title}</title>
	<link rel="stylesheet" type="text/css" href="firmen/{firma}/style/style.css" />
</head>
<body>
	<div id="head">
		<div id="headTwo">
			<h1>{title}</h1>
			<h2>wushu</h2>
		</div>
	</div>
	<ul id="navi">
		<li><a href="?page=0">Start</a></li>
	</ul>
	<div id="content">
		{content}
	</div>
</body>
</html>
Koennt ihr mir da weiterhelfen? Werd hier bald kirre.

gruss deadshox