
Todd D. answered 08/21/19
Computer Science Tutor Specializing in Programming and Cybersecurity
The iframe tag has several attributes. One that should help in this situation is frameBorder. Setting that equal to 0 should remove the border. Note: in IE be sure to capitalize the B in frameBorder.
Another option could be to use the CCC style "border" and set that to 0.