How would I remove the border from an iframe embedded in my web app? An example of the iframe is:
Br
After going mad trying to remove the border in IE7, I found that the frameBorder attribute is case sensitive.
You have to set the frameBorder attribute with a capital B.