duniyadnd
05-06-2003, 05:30 AM
:eek:
Trying my luck with W3 Validator. Unfortunately, I'm having problems right from the start of the page.
The first error is:
Line 22, column 6: end tag for element "HEAD" which is not open (explain...).
</head>
Which basically means that there is some tag within the <head></head> tags that does not end.
It turns out to be a css file I call in with the following command:
<link href="/css/main.css" rel="stylesheet" type="text/css" />
Now, I know the above is right, but it is not recognized by the validator, so how do I go about fixing this correctly?
Thanks
Duniyadnd
Trying my luck with W3 Validator. Unfortunately, I'm having problems right from the start of the page.
The first error is:
Line 22, column 6: end tag for element "HEAD" which is not open (explain...).
</head>
Which basically means that there is some tag within the <head></head> tags that does not end.
It turns out to be a css file I call in with the following command:
<link href="/css/main.css" rel="stylesheet" type="text/css" />
Now, I know the above is right, but it is not recognized by the validator, so how do I go about fixing this correctly?
Thanks
Duniyadnd