08-09-2017, 10:28 PM
(08-09-2017, 02:30 AM)RCPWISC link Wrote: what would make this work on a Windows browser, but not work on a Linux browser? I'm totally at a loss ......
Thanks for any light you can shed on the subject!
-M
Line 5 of the html
Code:
<meta http-equiv="X-UA-Compatible" content="IE=edge">
Makes it work in Windows.
Editing to
Code:
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
Can you try ?
Also editing to move it to Line 4 immediately after the head tag.