Du befindest Dich im Archiv vom ABAKUS Online Marketing Forum. Hier kannst Du Dich für das Forum mit den aktuellen Beiträgen registrieren.

Nicht valide wegen paramter in <noscript>-bereich ?

Ajax, Hijax, Microformats, RDF, Markup, HTML, PHP, CSS, MySQL, htaccess, robots.txt, CGI, Java, Javascript usw.
Neues Thema Antworten
shapeshifter
PostRank 9
PostRank 9
Beiträge: 1480
Registriert: 20.10.2004, 16:01

Beitrag von shapeshifter » 30.05.2005, 13:59

<noscript><img alt="" src="https://www.mydomain.tld/dir/myscript.p ... </noscript>

Meine Seite ist valide nach:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

Nur der <noscript>- Bereich mach noch ärger !

Auszug aus dem Validator auf: https://validator.w3.org/
Line 18, column 225: cannot generate system identifier for general entity "st"
...dir/myscript.php?id=myid&st=param"></noscript><table width="960" bo
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.
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.
Scheint so als ob das "&"-Zeichen in encodierter Form darstehen müsste - also als &. Nach Änderung funktionierte das auch - nur wird durch die Encodierung die Bild-Url ja nicht mehr richtig interpretiert !

Vielen Dank für Tips !

shapeshifter

Anzeige von ABAKUS

von Anzeige von ABAKUS »


Hochwertiger Linkaufbau bei ABAKUS:
  • Google-konformer Linkaufbau
  • nachhaltiges Ranking
  • Linkbuilding Angebote zu fairen Preisen
  • internationale Backlinks
Wir bieten Beratung und Umsetzung.
Jetzt anfragen: 0511 / 300325-0

axelm
PostRank 7
PostRank 7
Beiträge: 603
Registriert: 18.10.2004, 11:42

Beitrag von axelm » 30.05.2005, 14:29

Ist ein Problem des Skript anbieters
https://www.mydomain.tld/dir/myscript.php

mußt ihn bitten das anzupassen oder die nen anderen suchen.

die meisten Code wissen halt nicht das & statt & nur geduldet wird.

shapeshifter
PostRank 9
PostRank 9
Beiträge: 1480
Registriert: 20.10.2004, 16:01

Beitrag von shapeshifter » 30.05.2005, 15:15

Heisst das ein & würde im <noscript>-bereich auch richtig interpretiert werden, wenn der useragent(browser) kein javascript unterstützt ?