Is the noscript tag not allowed anymore in XHTML 1.0 Strict? I'm trying to use it, but it does not validate. If it IS allowed, what markup should I use to make it validate? Many thanks!
Nick, you need to format it like this:
<div>
<script type='text/javascript' src='java.js'></script>
<noscript>
<div><a href="nojava.html">No JavaScript user link</a></div>
</noscript>
</div>you can ignore the outer "wrapper" div if you wish, but i like to keep them all in one 'block'
******************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************
