Posts: 24
Name: Azraf Anam Chowdhury
|
Hi,
I'm facing a problem with W3C validation.
After i setup a module for the Google Translate for my site: bbamba.info , I found 19 Errors, 18 warning(s) with W3C validation.
Then i change the code little bit:
First it was :
Quote:
|
<script src="http://www.gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/translatemypage.xml&up_source_language=en&w=160&h= 60&title=&border=&output=js"></script>
|
Then I made it as:
Quote:
|
<script src="http://www.gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/translatemypage.xml&up_source_language=en& w=160&h=60&title=&border=&output=j s"></script>
|
But still i've 1 error:
http://validator.w3.org/check?uri=http://bbamba.info/
Please help me to make it solved.
Last edited by azraf; 03-19-2009 at 09:19 PM..
|