Removing borders of HTML iframe on all browsers
You can add an iframe on your page without the borders (iframe will fit into your page as like <div>, <p>, etc )
< allowtransparency="true" src="http://www.google.com" style="left: 0pt; top: 0pt;" vspace="0" scrolling="no" width="728" frameborder="0" height="300"> </iframe>
< allowtransparency="true" src="http://www.google.com" style="left: 0pt; top: 0pt;" vspace="0" scrolling="no" width="728" frameborder="0" height="300"> </iframe>
