Leo: Fehlermeldung

Beitrag lesen

geht nicht. Das Projekt liegt noch auf meinem PC und ist noch nicht im Netz...(Pech gehabt.) hier das wichtigste des Quelltextes:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"         "http://www.w3.org/TR/html4/loose.dtd"> <html>   <head>      <TITLE>SPREETON - Sonstiges</TITLE>      <meta http-equiv="content-Type" content="text/html; charset=ISO-8859-1">      <!-- weitere Metaangaben im Head -->      <script type="text/javascript">         <!--         window.defaultStatus= "Spreeton/Rheinton";         -->      </script>      <link rel="stylesheet" type="text/css" href="spreeton.css">   </head>   <body topmargin=7 leftmargin=0 marginwidth=0 marginheight=0>      <table cellpadding=0 cellspacing=0 width="100%">      <!-- Layout -->          <colgroup>           <col width="21%">           <col width=>          </colgroup>          <tr>           <td>           <!-- Logo -->           </td>           <td>           <!-- Wolke -->             <p style="margin-left:1px">             <img id="Bild" height=70 width=537 src="./Bilder/Spreeton.gif" border=0 alt="Spreeton">             </p>           </td>          </tr>          <tr>           <td class="obenlinks">           <!-- Links -->             <table class="mittiglinks">               <tr><td>                <p align=left style="margin-top:11px">                 <br><br><br>                 <span class="grossnormal">              <a href="Hauptseite.html">Hauptseite</a><br>              <span style="color:blue">&Uuml;ber uns</span><br>              <a href="Lieder.html">Lieder</a><br>              <a href="../Rheinton/Hauptseit.html">Rheinton</a><br>                     <a href="Impressum.html">Impressum</a><br>              <a href="Kontakt.html">Kontakt</a><br>                     <a href="Sonstiges.html">Sonstiges</a><br>                 </span>                </p>               </td></tr>             </table>           </td>           <td>           <!-- Text-->            <table width="100%" class="obenlinks">             <colgroup>              <col width"4%">              <col width="">             </colgroup>             <tr>              <td></td>              <td>               <p class="obenlinks" style="margin-top:9px">                  <span class"grossfett">                   <big><b>Sonstiges</b></big></span>                  <br><br><br>                 <ul>                  <span class="mittelgrosss">                   <li><a href="../Rheinton/Hauptseit.html">zur Partnerseite Rheinton.de</a> </li>                   <li><a href="Herunterladen.html">Spreetonlieder herunterladen</a> (als Zip- Datei)</li>                   <li><a href="http://www.mundart.net/vokabeln.htm">Deutsches Grundvokabular</a> (für Rheinländer, leider Düsseldorfer Platt)</li>                   <li><a href="Gaestebuch.html">zum Spreeton- Gästebuch</a></li>                   <li><a href="javascript:window.external.AddFavorite('http://www.spreeton.de/', 'Spreeton%2FRheinton%20%2D%20www.spreeton.de')">Spreeton.de zu Favoriten hinzufügen</a></li>                   <li><a href="#" onClick="this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.spreeton.de/');" onmouseover="MenuHi(55);" onmouseout="MenuLo(55);">Spreeton.de als Startseite</a></li>                 </span>                 </ul>                 <br><br><span class="kleinnormal">                 Hinweis: Spreeton/Rheinton ist nicht verantwortlich für den Seiteninhalt externer Internetseiten <br>mit Ausnahme von <a href="../Rheinton/Hauptseit.html">Rheinton.de</a>.</span>               </p>              </td>             </tr>             <tr>              <td></td>              <td class="untenrechts">               <p align=right>                 <span class="grossnormal"><a href="Hauptseite.html">zur Hauptseite</a></span>               </p>              </td>             </tr>            </table>           </td>          </tr>         </table>        </td>       </tr>      </table>   </body> </html>

Die Stylesheet-datei (siehe im head <link rel=...>), die ich zum schnelleren Verständnis mit Kommentaren versah:

/* Stylesheet Anfang */

body { background-color:#ffffff; margin-left:0px; margin-right:0px; margin-top:7px; margin-bottom:0px; font-stretch:normal; font-family:"Times New Roman",Thorndale,serif }

/* Ausrichtungsklassen */

.obenlinks { vertical-align:top; text-align:left } .obenrechts { vertical-align:top; text-align:right } .untenlinks { vertical-align:bottom; text-align:left } .untenrechts { vertical-align:bottom; text-align:right } .mittiglinks { vertical-align:middle; text-align:left }

/* Schriftklassen */

.grossfett { font-size:18pt; font-style:normal; color:#000000; text-decoration:none } .grossfettunterstrichen { font-size:15pt; font-style:normal; color:#000000; text-decoration:underline } .grossnormal { font-size:1pc; font-style:normal; color:#0000ff; text-decoration:none } .mittelnormal { font-size:10pt; font-style:normal; color:#000000; text-decoration:none } .kleinnormal { font-size:8pt; font-style:normal; color:#000000; text-decoration:none } .winzignormal { font-size:5pt; font-style:normal; color:#000000; text-decoration:none } .mittelkursiv { font-size:10pt; font-style:italic; color:#000000; text-decoration:none }

/* Links */

a:link { text-decoration:underline; color:#0000ff } a:visited { text-decoration:underline; color:#0000ff } a:active { text-decoration:underline; color:#0000ff } a:hover { text-decoration:underline; color:#0000ff } /* Stylesheet Ende */

Da die anderen Dateien noch auf meinem PC liegen, wird das ziemlich viel Mist anzeigen, die Verweise werden nicht funktionieren. Vielleicht hilfts trotzdem. Vermutlich wird jeder Leser sich Fragen, wozu diese teilweise überflüssige css-Datei: Sie soll noch eingebunden werden in den Text. Vielleicht hilfts jetzt. Leo