- From: Patrick Glaspey <scuttle@populopolis.com>
- Date: Sat, 8 Dec 2001 01:10:43 -0800
- To: <www-validator-css@w3.org>
- Message-ID: <011f01c17fc8$39ff6470$36a72b04@populopolis>
Hello,
I am trying to validate my css2 page and I keep getting this error and try as I might I cannot get it fixed.
Errors
URI : http://www.phpfu.com/
a.. Line: 15
File not foundhttp://www.phpfu.com/css/alacss2.css: You can't import an HTML document
Here is the code.
I have validated the css files by themselves and they are fine but I want to link from my pages to the validated page.
Oh and the pages do validate as valid xhtml.
<?xml version="1.0" encoding="UTF-8"?>
<!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>
<title>PHP Info Page</title>
<base href="http://www.phpfu.com/" />
<style type="text/css" media="all">@import "/css/alacss2.css";</style>
<link rel="stylesheet" type="text/css" href="/css/all.css" />
<meta name="Author" content="" />
<meta name="Keywords" content="key words" />
<meta name="Description" content="description" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
Thanks
Patrick
Received on Saturday, 8 December 2001 04:11:19 UTC