Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
Schnick-schnack...
Der PHP-Code wird doch nicht validiert, sondern das, was der Browser zu sehen bekommt, also HTML, bzw. CSS, wenn es ein CSS-Validator ist.
Gruß thuemmy
Das zählt doch auch als,oder?HTML:<html>
:
HTML:<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<a href="index.html" onMouseover="austausch.src='slices/Bilder/homeeffekt.png';" onMouseout="austausch.src='slices/Bilder/home.png'"><img src="slices/Bilder/home.png" border="0" name="austausch" alt="home" /></a><br />
nichts anderes hab ich geschrieben...
[I]Line 5, Column 40[/I]: delimiter "/" invalid: only S separators and TAGC allowed here.
<title>TrackMania Nations Fans</title [B]/[/B]>
<head[B]>[/B]
The element named above was found in a context where it is not allowed. This could mean that you have incorrectly nested elements -- such as a "style" element in the "body" section instead of inside "head" -- or two elements that overlap (which is not allowed).
One common cause for this error is the use of XHTML syntax in HTML documents. Due to HTML's rules of implicitly closed elements, this error can create cascading effects. For instance, using XHTML's "self-closing" tags for "meta" and "link" in the "head" section of a HTML document may cause the parser to infer the end of the "head" section and the beginning of the "body" section (where "link" and "meta" are not allowed; hence the reported error).
Im Element a ist das Attribut `onMouseover` nicht erlaubt.
<title>TrackMania Nations Fans</title [B]/[/B]>
<title>TrackMania Nations Fans</title>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"[URL]http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd[/URL]">
<html xmlns="[URL="http://www.w3.org/1999/xhtml"]XHTML namespace[/URL]" lang="en" xml:lang="en">
<head>
<title>TrackMania Nations Fans</title>
<!-- *CSS* -->
<link rel="stylesheet" href="style1.css" type="text/css" media="all" />
<!-- *Navi2* -->
<div id="wrapper">
<div id="menu">
<div class="content">
<div class="divstyle">
<div class="header">Site Links</div>
</div>
</div>
</div>
<!-- *Navi1* -->
<div id="menu2">
<div class="content">
<div class="divstyle">
<div class="header">Allgemein</div>
LINKS
</div>
</div>
</div>
<!-- *mainnavi+banner* -->
<div id="main">
<div id="sitebanner">
<div id="logo1"><img src="index.png" alt="Banner" border="0" height="122" width="570" /></div />
<div id="navbar"><!-- Sitelinks (1) -->
:: <a href="index.php?home">HOME</a>
:: <a href="index.php?impressum">IMPRESSUM</a>
:: <a href="<A href="http://www.guestbook-free.com/books3/tmnfteam/">THE">http://www.guestbook-free.com/books3/tmnfteam/">THE BOOK</a>
::
<!--- end Site Links --></div />
</div>
<!-- *content* -->
<div id="content">
<div class="content">
<div class="divstyle">
<script language="php"> readfile("home.html"); </script>
</div>
</div>
</div>
</div>
Danke jetzt klappts!
Wenn man ein php File hat, kann man es nur übern Upload validieren lassen, richtig?
Und ein HTML File, ist beides möglich?
[I]Line 11, Column 0[/I]: start tag was here.
[B]<[/B]div id="wrapper">
[I]Line 45, Column 72[/I]: document type does not allow element "html" here.
…ww.w3.org/1999/xhtml" lang="en" xml:lang="en"[B]>[/B][URL="http://validator.w3.org/feedback.html?uri=http%3A%2F%2Ftmnationsfans.tm.ohost.de%2F;errmsg_id=64#errormsg"][COLOR=#0000ff]✉[/COLOR][/URL]
The element named above was found in a context where it is not allowed. This could mean that you have incorrectly nested elements -- such as a "style" element in the "body" section instead of inside "head" -- or two elements that overlap (which is not allowed).
One common cause for this error is the use of XHTML syntax in HTML documents. Due to HTML's rules of implicitly closed elements, this error can create cascading effects. For instance, using XHTML's "self-closing" tags for "meta" and "link" in the "head" section of a HTML document may cause the parser to infer the end of the "head" section and the beginning of the "body" section (where "link" and "meta" are not allowed; hence the reported error).
[I]Line 43, Column 8[/I]: "DOCTYPE" declaration not allowed in instance. <![B]D[/B]OCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
Änder mal dein Doctype... Du hast da so ein Quirks aus Strict und Transitional.
MfG Icy
Hm..
Ich hab eine php Datei in der ist HTML und PHP drin, wie validier ich da nur den HTMl Code?
Der php Code, hat ja auch bisl HTML drinnen, nur halt immer mit dem echo'' runderhum...!?
[I]Line 89, Column 6[/I]: end tag for "div" omitted, but OMITTAG NO was specified.
</body[B]>[/B][URL="http://validator.w3.org/feedback.html?uri=http%3A%2F%2Ftmnationsfans.tm.ohost.de%2F;errmsg_id=70#errormsg"][COLOR=#0000ff]✉[/COLOR][/URL]
You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
Wieso? Der kreidet doch nur den Mist an, den DU machst ;-)Dieser bescheuerte Validator:evil:.
Du hast ein <div> nicht oder mit <div/> geschlossen.Line 89, Column 6: end tag for "div" omitted, but OMITTAG NO was specified.
You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
Ist der Validator blöd oder so???
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">