Problem with including some links in valid XHTML 1.1

What's it complaining about? The anchor tag is perfectly valid in xhtml 1.1 (you DID remember to self-close the tag, right?)

bear
 
Write this:
Code:
<script language="Javascript">
<!--

document.write('<a href=http://www.acronymfinder.com/af-query.asp?p=dict&String=exact&Acronym=USW'>Link Text Here</a>');

// -->
</script>
 
Back
Top