You can see the errors by viewing the attached screenshot from w3c.org.
Here's the code on in the widget:
<script type="text/javascript">document.write(unescape("%3Ciframe id=\"fb_iframe\" src=\"http://www.mydomain.com.au/auditrequestform.php" + window.location.search + "\" width=\"237\" height=\"449\"allowtransparency=\"true\" scrolling=\"no\" frameborder=\"0\"%3E<a href=\"http://www.webwings.com.au/auditrequestform.php\" title=\"\">%3C/iframe%3E"));</script>
<noscript>
<iframe width="237" height="449" style="border:none; background:transparent; overflow:hidden;"
id="fb_iframe" src="http://www.mydomain.com.au/auditrequestform/auditrequestform.html">
a href="auditrequestform.php";
</iframe>
</noscript>
Note that I have already played with the above code a bit too.
Interestingly there is no <br /> in the code above. I assume it must be generated somewhere. Here's the source code from the page:
<noscript>
<iframe width="237" height="449" style="border:none; background:transparent; overflow:hidden;"<br />
id="fb_iframe" src="http://www.mydomain.com.au/auditrequestform/auditrequestform.html"><br />
a href="auditrequestform.php";<br />
</iframe><br />
</noscript>
Does anyone have any idea what I need to change to achieve W3C compliance?
Thanks!
http://www.webwings.com.au/