Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #604180

    Hi,
    I’ve just added an iframe on my site, but there is a border/margin around it.
    Is there any way I can remove this?

    Thanks
    John

    (EDIT – Found a temporary fix by putting into a grid row)

    • This topic was modified 8 years ago by quick-brown-fox. Reason: (EDIT - Found a temporary fix by putting into a grid row)
    #604429

    In case someone has a similar issue, try re-setting the border in thee iframe style tag:

    <iframe style='border: 0' src=''></iframe>
    
    #604635

    Thanks Josue – where would that code go? Just in the code box which contains the original iframe?

    My code at the moment is

    <iframe src="site" width="100%" height="800">Browser not compatible.</iframe>

    #604846

    Correct, like:

    <iframe src="site" width="100%" height="800"  style="border: 0">Browser not compatible.</iframe>
    
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.