Kod
<?php
session_start();
echo "<!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\" xml:lang=\"pl\" lang=\"pl\">
<head>
<meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-2\" />
<link rel=\"stylesheet\" href=\"./style.css\" type=\"text/css\" />
<title>".$tytul."</title>
</head>
<body>
<center>
<div id=\"strona\">
<div id=\"top\">
top
</div>
<div id=\"middle\">
<div id=\"kolumna_lewa\">
kolumna lewa<br /><br /><br /><br />f
</div>
<div id=\"tresc\">
tresc<br />
tresc<br />
tresc
</div>
</div>
<div id=\"bottom\">
bottom
</div>
</div>
</center>
</body>
</html>";
?>
session_start();
echo "<!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\" xml:lang=\"pl\" lang=\"pl\">
<head>
<meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-2\" />
<link rel=\"stylesheet\" href=\"./style.css\" type=\"text/css\" />
<title>".$tytul."</title>
</head>
<body>
<center>
<div id=\"strona\">
<div id=\"top\">
top
</div>
<div id=\"middle\">
<div id=\"kolumna_lewa\">
kolumna lewa<br /><br /><br /><br />f
</div>
<div id=\"tresc\">
tresc<br />
tresc<br />
tresc
</div>
</div>
<div id=\"bottom\">
bottom
</div>
</div>
</center>
</body>
</html>";
?>
W Operze i internet Explorerze 6 wszystko jest ok, tylko w Firefoxie w lewym górnym rogu strony wyświetla się
Cytat
ďťż
Czemu?