Can someone please let me know how to remove the border of an iFrame?
Set the frameBorder to 0
frameBorder
<iframe src="myURL" width="300" height="300" frameBorder="0">Browser is not compatible.</iframe>
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
Set the
frameBorder
to 0<iframe src="myURL" width="300" height="300" frameBorder="0">Browser is not compatible.</iframe>