Page 1 of 1

HTML not showing

Posted: Wed Oct 30, 2019 3:48 pm
by Billywiz
I am building a website that includes three html objects which are links to an affiliate but nothing shows in internet explorer, at least not on my devices, but shows on other browsers.
Does anyone else have this problem viewing it and if not any suggestions as to why it doesn't show would be appreciated.

http://www.flighteasy.co.uk

Cheers

Re: HTML not showing

Posted: Wed Oct 30, 2019 4:04 pm
by Pablo
Where on your website do I need l to look?
What is the code you have added?

Re: HTML not showing

Posted: Wed Oct 30, 2019 4:24 pm
by Billywiz
Underneath each section of Flights, Car Hire and Hotels I placed an html object with a variation of this code

Code: Select all

<div
  data-skyscanner-widget="SearchWidget"
  data-locale="en-GB"
  data-market="GB"
  data-currency="GBP"
  data-button-colour="ffffff"
  data-flight-type="return"
  data-powered-by-logo-colour="dark"
></div>
<script src="https://widgets.skyscanner.net/widget-server/js/loader.js" async></script>

Re: HTML not showing

Posted: Wed Oct 30, 2019 4:26 pm
by Pablo
It looks ok for me.
But maybe it is related the https vs http?

Re: HTML not showing

Posted: Wed Oct 30, 2019 4:33 pm
by Billywiz
Hi Pablo, did you view it in Internet Explorer, this is the only browser they do not show up in.

Cheers

Re: HTML not showing

Posted: Wed Oct 30, 2019 4:42 pm
by BaconFries
Looking at the source you are using Layout Grids you should note that Internet Explorer does not support CSS layout grid, so this may explain why it will not work in IE.

Re: HTML not showing

Posted: Wed Oct 30, 2019 4:46 pm
by Pablo
I think the script just does not support IE.

Re: HTML not showing

Posted: Wed Oct 30, 2019 4:53 pm
by Billywiz
Thank you both, I will look for a solution.

Cheers