Michael: Probleme mit Netscape auf meiner Page !!

Hi Leute,

leider bin ich blutiger Anfänger in Sachen "Hompage".
Ich habe meine Erste Hompage erstellt doch leider macht Sie Probleme mit dem Netscape-Browser.

Kann mir einer Sagen warum ????

Besten dank im voraus !!!M.L.

  1. Hallo Michael!

    leider bin ich blutiger Anfänger in Sachen "Hompage".
    Ich habe meine Erste Hompage erstellt doch leider macht Sie Probleme mit dem Netscape-Browser.

    Kann mir einer Sagen warum ????

    Besten dank im voraus !!!M.L.

    Was macht Dir dann Probleme? Bei mir futzt alles, also gebe mal eine kleine Problembeschreibung ab!

    André

    1. Hallo Michael!

      leider bin ich blutiger Anfänger in Sachen "Hompage".
      Ich habe meine Erste Hompage erstellt doch leider macht Sie Probleme mit dem Netscape-Browser.

      Kann mir einer Sagen warum ????

      Besten dank im voraus !!!M.L.

      Was macht Dir dann Probleme? Bei mir futzt alles, also gebe mal eine kleine Problembeschreibung ab!

      André

      Hi Leute,
      meine Probleme sehen genau so aus wie Sie von Leonhard Kronast beschrieben wurden, sobald ich eine Seite mit Netscape aufrufe bleibt der große Frame leer !!!

      Leonhard Kronast, hat geschrieben ich hätte eine ganze Reihe von HTML-Tags nicht geschlossen, aber wo muß ich die Setzen ?????

      Gruß Michael

      1. Hallo Michael!

        Leonhard Kronast, hat geschrieben ich hätte eine ganze Reihe von HTML-Tags nicht geschlossen, aber wo muß ich die Setzen ?????

        Gruß Michael

        Es geht um die Datei:
        http://www.telelev.net/home/michael.luxem/news.htm

        Es fehlen viele closing-tag's.  </table> </td> </tr> oder die sind am falschen Platz. Auch wenn so mancher meint (siehe die anderen Threads "NS zu dumm..."), daß man nicht mit dem Satz kommen soll:" Es ist wichtig, daß man "saubere" HTML schreibt", aber es ist eben so. Wenn du kannst lasse einen HTML-Validator auf deine Seiten los bevor sie ins Netz kommen, das hilft viele Fehler von vornhinen zu vermeiden.

        Grüße
        Thomas
        Jetzt zu den Fehler.(die Nummer geben die Zeilenzhahl an)

        1. Found the character '<' while looking for '>'. The character '>' must appear before another '<'.
        2. The tag name "table" must be closed but the closing tag was not found.
          18)The tag name "td" must be closed but the closing tag was not found.
          31)The tag name "table" must be closed but the closing tag was not found.
          33)The tag name "td" was found, but is not valid due to its location (range). The valid range for this tag is TR.
        3. "table" (opened in line 31) should be closed before "tr" is closed (nesting error).
          50)The tag name "tr" must be closed but the closing tag was not found.
          51)The tag name "td" must be closed but the closing tag was not found.
          54)The tag name "tr" was found, but is not valid due to its location (range). The valid range for this tag is TABLE.
          55)The tag name "td" must be closed but the closing tag was not found.
          58)The closing tag for "p" was found, but the tag was never opened or has been closed too many times.
          63)The closing tag for "p" was found, but the tag was never opened or has been closed too many times.
          68)The tag name "td" was found, but is not valid due to its location (range). The valid range for this tag is TR.
          69)"td" (opened in line 55) should be closed before "tr" is closed (nesting error).
          70)The tag name "tr" was found, but is not valid due to its location (range). The valid range for this tag is TABLE.
          71)The tag name "td" must be closed but the closing tag was not found.
          80)The tag name "tr" was found, but is not valid due to its location (range). The valid range for this tag is TABLE.
          81)The tag name "td" must be closed but the closing tag was not found.
          83)"td" (opened in line 81) should be closed before "div" is closed (nesting error).
        1. Hallo Michael!

          Leonhard Kronast, hat geschrieben ich hätte eine ganze Reihe von HTML-Tags nicht geschlossen, aber wo muß ich die Setzen ?????

          Gruß Michael

          Es geht um die Datei:
          http://www.telelev.net/home/michael.luxem/news.htm

          Es fehlen viele closing-tag's.  </table> </td> </tr> oder die sind am falschen Platz. Auch wenn so mancher meint (siehe die anderen Threads "NS zu dumm..."), daß man nicht mit dem Satz kommen soll:" Es ist wichtig, daß man "saubere" HTML schreibt", aber es ist eben so. Wenn du kannst lasse einen HTML-Validator auf deine Seiten los bevor sie ins Netz kommen, das hilft viele Fehler von vornhinen zu vermeiden.

          Grüße
          Thomas
          Jetzt zu den Fehler.(die Nummer geben die Zeilenzhahl an)

          1. Found the character '<' while looking for '>'. The character '>' must appear before another '<'.
          2. The tag name "table" must be closed but the closing tag was not found.
            18)The tag name "td" must be closed but the closing tag was not found.
            31)The tag name "table" must be closed but the closing tag was not found.
            33)The tag name "td" was found, but is not valid due to its location (range). The valid range for this tag is TR.
          3. "table" (opened in line 31) should be closed before "tr" is closed (nesting error).
            50)The tag name "tr" must be closed but the closing tag was not found.
            51)The tag name "td" must be closed but the closing tag was not found.
            54)The tag name "tr" was found, but is not valid due to its location (range). The valid range for this tag is TABLE.
            55)The tag name "td" must be closed but the closing tag was not found.
            58)The closing tag for "p" was found, but the tag was never opened or has been closed too many times.
            63)The closing tag for "p" was found, but the tag was never opened or has been closed too many times.
            68)The tag name "td" was found, but is not valid due to its location (range). The valid range for this tag is TR.
            69)"td" (opened in line 55) should be closed before "tr" is closed (nesting error).
            70)The tag name "tr" was found, but is not valid due to its location (range). The valid range for this tag is TABLE.
            71)The tag name "td" must be closed but the closing tag was not found.
            80)The tag name "tr" was found, but is not valid due to its location (range). The valid range for this tag is TABLE.
            81)The tag name "td" must be closed but the closing tag was not found.
            83)"td" (opened in line 81) should be closed before "div" is closed (nesting error).

          Besten Dank Thomas,

          kannst du mir sagen wo ich einen HTML-Validator saugen kann ?

          Grüß Michael

          1. Hallo Michael

            Besten Dank Thomas,

            kannst du mir sagen wo ich einen HTML-Validator saugen kann ?

            Grüß Michael

            Schau mal unter: http://tucows.univie.ac.at/htmlval95.html tucows, da gibts einige.
            Mir gefällt am besten der von CSE http://www.htmlvalidator.com

            Grüße
            Thomas

  2. Ich habe meine Erste Hompage erstellt doch leider macht Sie Probleme mit dem Netscape-Browser.

    Kann mir einer Sagen warum ????

    Welche Probleme macht sie denn?

  3. Hi Michael,

    ich weiß zwar auch nicht welche Probleme Du jetzt meinst, aber zum Beispiel deine News-Seite bleibt bei Netscape leer (bei mir zumindest), weil Du eine ganze Reihe von HTML-Tags nicht geschlossen hast. z.B. tut er sich viel leichter, wenn er durch ein </table> weiß, wo die Tabelle zu Ende ist oder ab und zu durch ein </tr> gesagt kriegt, wo eine Tabellenzeile zuende ist.... ;-)

    Gruß

    Leonhard