Posts: 3658 Reputation: 61
36 / /
Joined: Aug 2006
RE: <noscript>
quote:Originally posted by djdannyp
okay, i'm fiddling around and seeing where i can get to. managed to get the index.html to validate as transitional by changing the <h1> tags to <div>s
is it better to be strict than transitional?
can't say i know too much about that side of it, haha
I would have thought strict was better. I suppose as long as it validates it's ok. Transitional is for websites bringing the code up to meet strict validation
Posts: 3546 Reputation: 31
38 / /
Joined: Mar 2006
O.P. RE: <noscript>
hmm, this is puzzling
the homepage does indeed validate as strict
however each other page shows 1 error, the same <noscript> one....however each page features 2 sets of <noscript> tags..and they're formatted in the same way as the homepage, with the <p> tags inside them.
the homepage is also the only page that works when i remove the script file (this forcing it to run the noscript section)