rism@gmx.net wrote: > where is the error? > my source: > > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> > <HTML> > <HEAD> > <TITLE>test</TITLE> > > <META NAME="Content-Language" CONTENT="de"> > <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2"> > > <LINK href="stylenavitest.css" type=text/css rel="stylesheet"> You'll have to quote the value for the type attribute, i.e., it should look like <LINK href="stylenavitest.css" type="text/css" rel="stylesheet"> This will fix all of the issues. -- David HåsätherReceived on Thursday, 11 October 2007 23:55:04 UTC
This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 22:59:05 UTC