Embed an Iframe into godaddy

  • PUZEYQUIN
    Asked on August 30, 2016 at 2:54 PM

    Hi,

    I'm setting up a website for a sports team and need to use the governing bodies code to create an iframe on mine.  However GODADDY is not recognising the code both their web site and mine is unsecured (HTTP), however when I run a test iframe using a secure site the code works, so i think it must be due to this. Any ideas how i can get around this?

    the code is as follows:

     

    <div style="width: 100%; height: 0px; clear: both; margin: 0px; padding: 0px;">
    <div style="float: none; max-width: 100%; min-width: 5%; padding: 0px; border-width: 0px; text-align: center; clear: both;">
    <iframe id="myFrame"
    src="//www.hampshireha.co.uk/interchange/clubleagueresults.php?75X0X10XCCCCCCX000000X000000XFFFFFFXFFFFFFX0000FFXAXAX1X365X30X365X30XNXNX0"
     height=600px
     width=540px
     frameborder=0px
     marginheight=5px
     marginwidth=5px
     scrolling=auto
     align=left
     vspace=0px
     hspace=5px>
    </iframe>
    </div>
    <div style="clear: both;"></div>
     
  • Mike
    Replied on August 30, 2016 at 6:50 PM

    You may try specifying a protocol within your iFrame.

    src="http://www.

    src="https://www.

    It seems that your question is not related to our web form builder, so if you are facing any issues with our forms please provide us with a bit more information.