<iframe src="http://google.com" height="650" width="350"></iframe>
How to get rid of the inconsistent border colors?
<iframe src="http://google.com" height="650" width="350"></iframe>
How to get rid of the inconsistent border colors?
That's because you have two different border colors: The border colors of the frame itself and the border colors of the scrollbars. You can disable the border altogether by adding the frameborder=0
attribute. Admittedly, that's like curing a headache with a gun, but it works.