Monday, May 20, 2024
 Popular · Latest · Hot · Upcoming
169
rated 0 times [  170] [ 1]  / answers: 1 / hits: 48836  / 11 Years ago, wed, november 13, 2013, 12:00:00

I'm trying to get a tooltip from http://www.wowhead.com/hearthstone/tooltips to work on my site but it doesn't work so I tried the W3C validator for answers and I got the following error:



Error Line 88, Column 84: Stray start tag script.
…//static.wowhead.com/widgets/power.js>var wowhead_tooltips =…



Heres my code of that section:



<script type=text/javascript src=http://static.wowhead.com/widgets/power.js> </script>

<script> var wowhead_tooltips = { colorlinks: true, iconizelinks: true, renamelinks: true } </script>


And it's within the <html> and <head> tags.


More From » html

 Answers
21

Validator gives that error when you've something outside </body>.



Just move your script tags inside <body>, or keep them in <head>.


[#74303] Tuesday, November 12, 2013, 11 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
lara

Total Points: 462
Total Questions: 100
Total Answers: 102

Location: Jersey
Member since Mon, Jun 14, 2021
3 Years ago
lara questions
;