Pomoc - Szukaj - Użytkownicy - Kalendarz
Pełna wersja: [XHTML] Validacja, a UTF - problem
Forum PHP.pl > Forum > Przedszkole
isso
W validatorze teoretycznie wszystko jest poprawnie - ale jest: Result: Passed validation, 1 warning(s)
i takie cos:

Cytat
The following missing or conflicting information caused the validator to perform guesswork prior to validation. If the guess or fallback is incorrect, it may make validation results entirely incoherent. It is highly recommended to check these potential issues, and, if necessary, fix them and re-validate the document.

Byte-Order Mark found in UTF-8 File.

The Unicode Byte-Order Mark (BOM) in UTF-8 encoded files is known to cause problems for some text editors and older browsers. You may want to consider avoiding its use until it is better supported.


Jak to naprawić ?

moj head:

  1. <!DOCTYPE html
  2. PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  3. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="pl" lang="pl">
  5. <head>
  6. <base href="http://<?php echo($_SERVER["SERVER_NAME"]); ?>" />
  7. <title>itechnika.pl - dane techniczne samochodów</title>
  8. <link rel="Stylesheet" type="text/css" href="style/css.css" />
  9. <meta name="Keywords" content="motoryzacja, dane techniczne, informacje o samochodach, specyfikacje, specyfikacja, auto, moto, audi, alfa romeo, porsche, volkswagen, bmw, informacje, auto informacje" />
  10. </head>
  11. <body>
xbigos
http://pl.wikipedia.org/wiki/BOM
isso
Nie pomogło mnie to nic? Ma ktoś wiecej?
To jest wersja lo-fi głównej zawartości. Aby zobaczyć pełną wersję z większą zawartością, obrazkami i formatowaniem proszę kliknij tutaj.
Invision Power Board © 2001-2025 Invision Power Services, Inc.