Skip to main content
Participant
February 20, 2019
Answered

Re: I-Frame not Displaying in Browser

  • February 20, 2019
  • 3 replies
  • 285 views

I've been trying to pull my hair out and trying to find out why the following webpage is not displaying the i-frame correctly:

Chrome Accessories from Ronusa.com | Auto Accessory Superstore

While the following webpage does:

Sport Brush Guards from the Auto Accessory Superstore

Any help would be appreciated as I've already lost quite alot of hair. LOL!

This topic is closed to new replies. Start a new post to keep the conversation going.
Correct answer Nancy OShea

URL #1 contains 106 code errors and 62 warnings.

http://validator.w3.org/check?verbose=1&uri=https%3A%2F%2Fwww.ronusa.com%2Fchrome_accessories.shtm

Also the iframe goes to a non-secure HTTP site which is blocked by browsers.   You should not mix HTTP with HTTPS.

URL#2 contains 124 errors and 62 warnings.  But the iframe goes to an HTTPS site.

3 replies

ronusaAuthor
Participant
February 20, 2019

Thanks for solving this problem.

Nancy OShea
Community Expert
Community Expert
February 20, 2019

You're welcome .

Nancy O'Shea— Product User & Community Expert
Nancy OShea
Community Expert
Nancy OSheaCommunity ExpertCorrect answer
Community Expert
February 20, 2019

URL #1 contains 106 code errors and 62 warnings.

http://validator.w3.org/check?verbose=1&uri=https%3A%2F%2Fwww.ronusa.com%2Fchrome_accessories.shtm

Also the iframe goes to a non-secure HTTP site which is blocked by browsers.   You should not mix HTTP with HTTPS.

URL#2 contains 124 errors and 62 warnings.  But the iframe goes to an HTTPS site.

Nancy O'Shea— Product User & Community Expert