[Browser - Safari] Seite wird doppelt dargestellt

Fragen zu allen Themen rund ums Programmieren außerhalb von phpBB können hier gestellt werden - auch zu anderen Programmiersprachen oder Software wie Webservern und Editoren.
Antworten
phillip
Mitglied
Beiträge: 933
Registriert: 20.03.2005 12:00

[Browser - Safari] Seite wird doppelt dargestellt

Beitrag von phillip »

Hallo
Ich habe folgendes Problem mit dem Mac Standart Browser Safari:

Die Seite wird doppelt angezeigt [HIER]

Mit Safari ist alles ok.

Ich Tippe jetzt einfach mal auf page_header, denn am css hab ich nicht wirklich was geändert, als es das letzte Mal noch geklappt hat...
Benutzeravatar
punkface
Mitglied
Beiträge: 3579
Registriert: 12.08.2004 23:37

Re: [Browser - Safari] Seite wird doppelt dargestellt

Beitrag von punkface »

phillip hat geschrieben:Ich habe folgendes Problem mit [...] Safari
phillip hat geschrieben:Mit Safari ist alles ok.
:o Was den nun?
phillip
Mitglied
Beiträge: 933
Registriert: 20.03.2005 12:00

Beitrag von phillip »

ich mein mit firefox ist alles ok ^^ sorry, bin schon was müde ;-)
Benutzeravatar
Pyramide
Ehrenadmin
Beiträge: 12734
Registriert: 19.04.2001 02:00
Wohnort: Meschede

Beitrag von Pyramide »

W3C Validator hat geschrieben:Failed validation, 72 Errors
KB:knigge
phillip
Mitglied
Beiträge: 933
Registriert: 20.03.2005 12:00

Beitrag von phillip »

ja aber diese zeugs find ich irgendiwe sinnlos, denn wie soll ich
Line 5, Column 77: character data is not allowed here.
…ontent="text/html; charset=iso-8859-1" />
?
You have used character data somewhere it is not permitted to appear. Mistakes that can cause this error include:

putting text directly in the body of the document without wrapping it in a container element (such as a <p>aragraph</p>), or
forgetting to quote an attribute value (where characters such as "%" and "/" are common, but cannot appear without surrounding quotes), or
using XHTML-style self-closing tags (such as <meta ... />) in HTML 4.01 or earlier. To fix, remove the extra slash ('/') character. For more information about the reasons for this, see Empty elements in SGML, HTML, XML, and XHTML.
Line 12, Column 117: cannot generate system identifier for general entity "count".
…//www.phillip.ch/orion/rdf.php?fid=1&count=6">
?
An entity reference was found in the document, but there is no reference by that name defined. Often this is caused by misspelling the reference name, unencoded ampersands, or by leaving off the trailing semicolon (;). The most common cause of this error is unencoded ampersands in URLs as described by the WDG in "Ampersands in URLs".

Entity references start with an ampersand (&) and end with a semicolon (;). If you want to use a literal ampersand in your document you must encode it as "&" (even inside URLs!). Be careful to end entity references with a semicolon or your entity reference may get interpreted in connection with the following text. Also keep in mind that named entity references are case-sensitive; &Aelig; and &aelig; are different characters.

If this error appears in some markup generated by PHP's session handling code, this article has explanations and solutions to your problem.

Note that in most documents, errors related to entity references will trigger up to 5 separate messages from the Validator. Usually these will all disappear when the original problem is fixed.
das anders machen?

Irgendwie check ich dieses validator dings nicht ganz ^^
Benutzeravatar
gn#36
Ehrenadmin
Beiträge: 9313
Registriert: 01.10.2006 16:20
Wohnort: Ganz in der Nähe...
Kontaktdaten:

Beitrag von gn#36 »

Entscheide dich was du willst! Entweder XHTML oder HTML aber nicht beides.
Begegnungen mit dem Chaos sind fast unvermeidlich, Aber nicht katastrophal, solange man den Durchblick behält.
Übertreiben sollte man's im Forum aber nicht mit dem Chaos, denn da sollen ja andere durchblicken und nicht nur man selbst.
phillip
Mitglied
Beiträge: 933
Registriert: 20.03.2005 12:00

Beitrag von phillip »

ok, an dem lags nicht. Ich hab vorher zum Glück einmal ein upgrade der dateien gemacht, und den overall_header ersetzt. Jetzt gehts wieder ;-)
Antworten

Zurück zu „Coding & Technik“