Hallo nochmal!
http://validator.w3.org/
Ist in beiden Fällen valides HTML 4.01 Strict...
Wenn ja poste doch einfach mal den komplotten Quelltext
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Foo</title>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" type="text/css" media="screen" href="layout.css">
<link rel="stylesheet" type="text/css" media="print" href="layout_print.css">
<script type="text/javascript" src="icon.js"></script>
</head>
<body onLoad='outline("matlab"), zeigIcon()'>
<div id="page">
<h1>
Titel
</h1>
<script type="text/javascript" src="navi.js"></script>
<div id="content">
<h2>
Heading
</h2>
<p>
Text
</p>
<ul>
<li><span style="font-weight:bold">entweder</span> dies (MCR)</li>
<li><span style="font-weight:bold">oder</span> das.</li>
</ul>
<p>
Text.<br>
<br>
Text.
</p>
<h3>
Heading
</h3>
<p>
Text <a href="linx.ext">Link</a> Text.<br>
Text <a href="link2.ext">Link2</a>.
</p>
<h3>
Heading
</h3>
<p>
1. Text1<br>
<br>
2. Text2 und "Zitat"<br>
<img src="img01.jpg" alt="Bild01"><br>
<br>
3. Text3 und "Zitat"<br>
<img src="img02.jpg" alt="Bild02"><br>
<br>
4. Text4 und "Zitat"<br>
<img src="img03.jpg" alt="Bild03"><br>
<br>
5. Text5 "Zitat" weiterer Text "weiteres Zitat"<br>
<img src="img04.jpg" alt="Bild04"><br>
<br>
6. Text6 und "Zitat"<br>
<br>
7. Text7 <root>\toolbox\foo\bar\win32 weiterer Text "Zitat"<br>
<img src="img05.jpg" alt="Bild05">
</p>
</div>
<p id="footer">
Text
</p>
</div>
</body>
</html>
Ist jetzt die Version, die es mir so anzeigt:
[...]
7. Text7[...]
oder noch besser eine Adresse an der wir uns die ganze Seite mal anschauen können.
Das geht leider nicht, ist eine Intranet-Seite...
Siehst man daran jetzt etwas?!?
Viele Grüße
Damian