I am trying to validate my site: http://www.turbofsi.net
I am getting a weird error :
Sorry, I am unable to validate this document because on line 585 it contained one or more bytes that I cannot interpret as utf-8 (in other words, the bytes found are not valid values in the specified Character Encoding). Please check both the content of the file and the character encoding indication.
well, when I look at line 585, I have </table> ???
Nope, this is line 585:
<img src="http://www.turbofsi.net/wp-content/themes/turbofsi_v1/images/footer.gif" width="768" height="20" alt="TurboFSI.net - Audi Türkiye - A2 A3 A4 A6 A8 TT Q7" /></td>
see: http://validator.w3.org/check?uri=http%3A%2F%2Fwww.turbofsi.net%2F&charset=iso-8859-1&doctype=Inline&ss=1&verbose=1
Go two lines lower. 585 is:
<img src="http://www.turbofsi.net/wp-content/themes/turbofsi_v1/images/footer.gif" width="768" height="20" alt="TurboFSI.net - Audi T�rkiye - A2 A3 A4 A6 A8 TT Q7" />
[edit: Moshu is very fast today!]
:)
Make sure when you edit WP files you save them with utf-8 encoding!
<img src="http://www.turbofsi.net/wp-content/themes/turbofsi_v1/images/footer.gif" width="768" height="20" alt="TurboFSI.net - Audi Türkiye - A2 A3 A4 A6 A8 TT Q7" /></td>
its the turkish.
woaaa lots of replies in under 2 mins :) Thanx for the help guys