- From: Liam Quinn <liam@htmlhelp.com>
- Date: Mon, 18 Apr 2005 21:25:33 -0400 (EDT)
- To: Fellowship Bible Church <fbchurch@gsinet.net>
- cc: www-validator@w3.org
On Mon, 18 Apr 2005, Fellowship Bible Church wrote: > I am no expert, but I believe you have a bug of some sort in your validator. > It does not like the following from my html document: > > <link rel="stylesheet" media="screen" href="fbc.css" type="text/css" /> > > <link rel="stylesheet" media="print" href="print.css" type="text/css" /> Don't use XHTML syntax (<foo/> rather than <foo>) in HTML. The meaning is different. See <http://www.cs.tut.fi/~jkorpela/html/empty.html> for a full explanation. -- Liam Quinn
Received on Tuesday, 19 April 2005 01:24:35 UTC