<iframe> help!
-
Hello, I’m adding this code to add a new iframe. The problem I’m having is I can’t control the size of the iframe window and I want to turn off the scroll bars.. here is the code:
<div>
<!--img src="" width="576" alt="Map of surf spots" usemap="#spots"-->
<iframe src="https://magicseaweed.com/surfmap/customMap.php?regionId=24"
marginheight="0" marginwidth="0"
align="center" frameborder="0" style="padding: 0px; width: 100%; height: 600px; border: none" scrolling="no">
</iframe>
</div>
What am I missing here? How can I modify the iframe so the width is 100% and the height is @ 600px? Thank you for any help. I am using the vslider template ver. 3 > (View live at https://www.zoomnorthcarolina.com/?page_id=7)
- The topic ‘<iframe> help!’ is closed to new replies.