Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old July 20th, 2005, 05:26 PM
Brenton Fletcher
Guest
 
Posts: n/a
Default HTML Validator problem

Hi
I am trying to validate a web page using the W3C HTML Validator, but the
validator keeps saying that it cant detect a character encoding.
Here are the first few lines:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<HTML lang="en">
<HEAD>
<meta http-equiv="Content-Type" content="text/html; ISO-8859-1">
<title>Agenda Setting</title>

<link rel="stylesheet" href="theme/style.css" type="text/css">

</HEAD>
Does anyone know how to fix this problem?
Pls help,
B.F.


  #2  
Old July 20th, 2005, 05:26 PM
Mark Parnell
Guest
 
Posts: n/a
Default Re: HTML Validator problem

Sometime around Tue, 28 Oct 2003 14:44:37 +1100, Brenton Fletcher is
reported to have stated:
[color=blue]
> Hi
> I am trying to validate a web page using the W3C HTML Validator, but the
> validator keeps saying that it cant detect a character encoding.[/color]
[color=blue]
> <meta http-equiv="Content-Type" content="text/html; ISO-8859-1">[/color]

Should be:
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">

Even better would be to configure the server to send the correct
information, but the above will do for the moment to allow you to validate.

HTH

--
Mark Parnell
http://www.clarkecomputers.com.au
 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles