
Zitat von
sponge
hast aber schon erst vor <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0....
geschrieben?
Code:
?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN usw
nein =)
Nun steht in der index2.php (in der index.php gab's kein doctype) es so da:
HTML-Code:
if ( $no_html == 0 ) {
// needed to seperate the ISO number from the language file constant _ISO
$iso = split( '=', _ISO );
// xml prolog
<?xml version="1.0" encoding="ISO-8859-1"?>
<!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>
<link href="http://www.vgcc.de/templates/uwf_rounded/css/template_css.css" rel="stylesheet" type="text/css" />
aber bringen tuts nix =(
Lesezeichen