Today's Posts Follow Us On Twitter! TFL Members on Twitter  
Forum search: Advanced Search  
Navigation
Marketplace
  Members Login:
Lost password?
  Forum Statistics:
Forum Members: 24,254
Total Threads: 80,792
Total Posts: 566,472
There are 1504 users currently browsing (tf).
 
  Our Partners:
 
  TalkFreelance     Design and Development     HTML/XHTML/DHTML/CSS :

validate problem

Thread title: validate problem
Closed Thread    
    Thread tools Search this thread Display Modes  
07-01-2007, 09:33 PM
#1
daryl is offline daryl
Status: I'm new around here
Join date: Jun 2007
Location:
Expertise:
Software:
 
Posts: 3
iTrader: 0 / 0%
 

daryl is on a distinguished road

  Old  validate problem

Hello

Please help with explaining this problem: and possibly how to solve it thanks.

No Character Encoding Found! Falling back to UTF-8.

I was not able to extract a character encoding labeling from any of the valid sources for such information.

Without encoding information it is impossible to reliably validate the document.

I'm falling back to the "UTF-8" encoding and will attempt to perform the validation,

but this is likely to fail for all non-trivial documents.

Read the FAQ entry on character encoding for more details and pointers on how to fix this problem with your document.

Sorry! This document can not be checked.

Sorry, I am unable to validate this document

07-01-2007, 09:43 PM
#2
Garyrae is offline Garyrae
Status: Request a custom title
Join date: Dec 2005
Location: Colchester, UK
Expertise:
Software:
 
Posts: 4,625
iTrader: 16 / 100%
 

Garyrae is on a distinguished road

Send a message via MSN to Garyrae Send a message via Skype™ to Garyrae

  Old

Add this to the head of your document:
Code:
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />

07-01-2007, 10:13 PM
#3
TheCodeNinja is offline TheCodeNinja
Status: Junior Member
Join date: Apr 2007
Location:
Expertise:
Software:
 
Posts: 95
iTrader: 1 / 100%
 

TheCodeNinja is on a distinguished road

  Old

You can also use:

Code:
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
...instead. That way you can use UTF-8 (Unicode) characters in your document and have them rendered properly.

Closed Thread    


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

  Posting Rules  
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump:
 
  Contains New Posts Forum Contains New Posts   Contains No New Posts Forum Contains No New Posts   A Closed Forum Forum is Closed