Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
HTML Validation Error, help please..
Old 04-18-2006, 09:37 PM HTML Validation Error, help please..
Novice Talker

Posts: 9
Trades: 0
Hi all, I just made my site http://www.makefreemoneyathome.info/ and my friend said that I should validate it.. so I went to http://validator.w3.org/ and tried whats happening..it gave me plenty of errors but page by page I corrected them. When I finished all my site, I checked again and it said like this : A fatal error occurred when attempting to transcode the character encoding of the document. Either we do not support this character encoding ("iso8859-2") yet, or you have specified a non-existent character encoding (often a misspelling). My site is not iso8859-2, please check the source code of my page to see why isn't this going well.

If you check my webpage with Validate by Direct Input (thats the 3rd option on w3 site) then it said it's a valid HTML 4.0. I don't understand what is it now. Help me somehow please Thanks The-Ape and everybody who helped me about 3-4weeks.

Respect!
Bye

Check my first website
http://www.makefreemoneyathome.info
OZSA is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 04-18-2006, 10:54 PM Re: HTML Validation Error, help please..
blue-dreamer's Avatar
King Spam Talker

Posts: 1,222
Location: Middle England
Trades: 0
Then you need to define a character set tag in yout <head></head> , something like this
...

<meta http-equiv="content-type" content="text/html; charset=windows-1252">
blue-dreamer is offline
Reply With Quote
View Public Profile
 
Old 04-19-2006, 01:17 AM Re: HTML Validation Error, help please..
Novice Talker

Posts: 9
Trades: 0
Absolutely no change.. I changed the charset but nothing, the same words from the validator.. could somebody say why isn't this going? Please check the sourcecode a bit more precisly and say what's the problem.. I repeat, when I copy-paste the sourcode of my page, it says Valid HTML 4.0 .... I just don't get the point why the main URL is bad and the sourcecode is good..

Please Help..
Bye
__________________
Make Free Real Money Online At Home

Please login or register to view this content. Registration is FREE
OZSA is offline
Reply With Quote
View Public Profile
 
Old 04-19-2006, 01:38 AM Re: HTML Validation Error, help please..
Novice Talker

Posts: 9
Trades: 0
There is antohter way to check to make sure your sites work...try and ping your site.
__________________

Please login or register to view this content. Registration is FREE
Talk2Me2 is offline
Reply With Quote
View Public Profile
 
Old 04-19-2006, 01:46 AM Re: HTML Validation Error, help please..
dk01's Avatar
Ultra Talker

Posts: 373
Location: Ames, IA
Trades: 0
Please refer to this link:
http://validator.w3.org/check?uri=ht...line&verbose=1

You will see that when you override the validator content-type finding it throws the following error:
Quote:
The character encoding specified in the HTTP header (iso8859-2) is different from the value in the <meta> element (iso-8859-1). I will use the value from the HTTP header (iso-8859-1) for this validation.
This means that your webserver is serving the page incorrectly (as ISO8859-2, instead of ISO-8859-2). If you have php you can do this at the beginning of every page to correct it or talk to your web host to try and get them to fix the problem on their end:

PHP Code:
<?php header('Content-Type: text/plain; charset=ISO-8859-1'); ?>
That should fix the problem temporarily, but again you need to tell your host they are serving pages in the wrong character encoding.
__________________
Did I help you? If so, be nice and throw me some
Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE
dk01 is offline
Reply With Quote
View Public Profile
 
Old 04-19-2006, 09:25 AM Re: HTML Validation Error, help please..
Novice Talker

Posts: 9
Trades: 0
still no difference man... the problem is with the webhoster ? if yes..... ...
because all pages all html 4.0 valid pages when u insert the code into the validator..
anyway 10x
__________________
Make Free Real Money Online At Home

Please login or register to view this content. Registration is FREE
OZSA is offline
Reply With Quote
View Public Profile
 
Old 04-19-2006, 11:11 AM Re: HTML Validation Error, help please..
dk01's Avatar
Ultra Talker

Posts: 373
Location: Ames, IA
Trades: 0
Yes, your code is just fine. The problem is that your server is incorrectly sending the page with the wrong character type in the HTTP header.
__________________
Did I help you? If so, be nice and throw me some
Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE
dk01 is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to HTML Validation Error, help please..
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.70048 seconds with 12 queries