Re: [VE][247][79][64]

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äther

Received on Thursday, 11 October 2007 23:55:04 UTC