ushtabalakh
Programmer
- Jun 4, 2007
- 132
Hey
I'm trying to use Alexa.com's script on my website, but w3.org gives an error to the script that alexa.com provides
Here is the line
Tese are the three errors that w3.org's validator finds in my page
"there is no attribute "type".
<center><SCRIPT type="text/javascript" src="
"Line 228, Column 48: there is no attribute "src".
…<SCRIPT type="text/javascript" src="
"element "SCRIPT" undefined.
…site_stats/js/t/b?url=
What do I need to do in order to fix this issue, I'm validating with doctype:XHTML 1.0 Transitional
I'm trying to use Alexa.com's script on my website, but w3.org gives an error to the script that alexa.com provides
Here is the line
Code:
<SCRIPT type="text/javascript" src="[URL unfurl="true"]http://xslt.alexa.com/site_stats/js/t/b?url=www.blabla.com"></SCRIPT>[/URL]
Tese are the three errors that w3.org's validator finds in my page
"there is no attribute "type".
<center><SCRIPT type="text/javascript" src="
"Line 228, Column 48: there is no attribute "src".
…<SCRIPT type="text/javascript" src="
"element "SCRIPT" undefined.
…site_stats/js/t/b?url=
What do I need to do in order to fix this issue, I'm validating with doctype:XHTML 1.0 Transitional