jammer1221
Programmer
Hi, I was wondering if it was possible to hide the border of an Iframe. Preferibly in all browsers but right now any way in any browser will work...Thank you very much.
Jammer1221
Jammer1221
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
style="border: 0px"
<style>
iframe {
border: 0px
}
</style>