Forum Moderators: phranque

Message Too Old, No Replies

Validation Question with W3C Validator

can someone help with this last thing

         

Beach_lady

4:43 pm on Mar 10, 2004 (gmt 0)

10+ Year Member



Hi all,
I had everything validating and then I added this counter. Now I have managed to correct all the issues that W3C through out except this one. Can someone help?

Line 448, column 109: required attribute "TYPE" not specified (explain...).
...countnow.cgi?usr=00318719&type=0">

The little pointer is pointing at the closing tag.
Any help is appreciated.

Elijah

5:00 pm on Mar 10, 2004 (gmt 0)

10+ Year Member



If it's a script tag that it's complaining about. (I think it is).
Change it so that it includes the type attribute.
Kind of like this:
<script src="http://somewhere.com/script.js" type="text/javascript">
</script>

Elijah ;)

PatomaS

11:25 pm on Mar 10, 2004 (gmt 0)

10+ Year Member



can you paste all the counter here?

is easier to find a solution

;)

Bye

Beach_lady

12:40 am on Mar 11, 2004 (gmt 0)

10+ Year Member



Thanks, I don't know how I overlooked that. I changed Script languare="javascript" to Script type="text/javascript" and now it validates. I removed the opening head and closing because it kept throwing errors so many now I will try putting them back.
Thanks