How would I remove the border from an iframe embedded in my web app? An example of the iframe is:
Br
I tried all of the above and if that doesn't work for you try the below CSS resolved the issue for me. Which just tells the browsers to not add any padding or margin.
* { padding:0px; margin:0px; }