• I’m using OTW Front End Grid Manager for my home page and trying to embed a website into one of the boxes. I put this in <iframe src="rbm.churchonline.org"></iframe>. there is nothing. It’s completely blank when I do that. What am I missing?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Dion

    (@diondesigns)

    The iframe URL requires a protocol, such as:

    <iframe src=”https://rbm.churchonline.org”></iframe>
    

    If it still doesn’t display, then it’s possible the site has code to block others from putting their site in an iframe.

Viewing 1 replies (of 1 total)

The topic ‘iframe issues’ is closed to new replies.