I have an iframe on an HTML5 document. when I validate I am getting an error telling me that the attribute on the iframe frameBorder is obsolete and to use CSS
iframe frameBorder
This works
iframe{ border-width: 0px; }