Pomoc - Szukaj - Użytkownicy - Kalendarz
Pełna wersja: there is no attribute "language"
Forum PHP.pl > Forum > Po stronie przeglądarki > HTML \ XHTML
York
Witam, mam nastepujacy, być może banalny problem, ale jestem poczatkujący w xhtml. Mam następująca deklarację w <head>:

Cytat
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">   
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="author" content="Pawel"/>
<meta name="keywords" content=""/>
<meta name="description" content="A demonstration"/>
<meta name="robots" content="all"/>
<title>mp3holyspirit.com</title>
<link rel="stylesheet" href="mp3_style.css" type="text/css"/>
<?xml-stylesheet type="text/css" href="mp3_style.css" ?>
<script language="javascript" type="text/javascript" src="new_window.js"></script>
</head>
<body xml:lang="en">


Niestety validator mowi nato:
Cytat
Line 14, column 18: there is no attribute "language"
<script language="javascript" type="text/javascript" src="new_window.js"></scri


i proste pytanie: Jak sobie z tym poradzić?

pozdr
York
toczek
usunac language ?smile.gif
  1. <script type="text/javascript" src="new_window.js"></script>
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.