M
Matthias Braun
Help!
I am writing a XHTML webpage. The W3 validator says that everything is
OK, but the CSS file is ignored.
<!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" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-type" content="text/html; charset=UTF-8" />
<meta http-equiv="Content-Language" content="en-us" />
<title>Portal login</title>
<link href="http://localhost/neu/portal.css" rel="stylesheet"
type="text/css" />
</head>
(...)
If I am removing the first two lines describing the DOCTYPE, everything
works fine, but the W3 validator gives a warning. Who could help?
Thanks,
Matthias
I am writing a XHTML webpage. The W3 validator says that everything is
OK, but the CSS file is ignored.
<!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" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-type" content="text/html; charset=UTF-8" />
<meta http-equiv="Content-Language" content="en-us" />
<title>Portal login</title>
<link href="http://localhost/neu/portal.css" rel="stylesheet"
type="text/css" />
</head>
(...)
If I am removing the first two lines describing the DOCTYPE, everything
works fine, but the W3 validator gives a warning. Who could help?
Thanks,
Matthias