- Download the latest version html5shiv.js from https://github.com/aFarkas/html5shiv/tree/master/src
- Add the file html5shiv.js as a baggage file in the Screen Layout. (You do this in the Project Set-up pod in the Screen layout itself.)
- Add the following code before the </head> tag:
<!--[if lt IE 9]>
<script src="html5shiv.js"></script>
<![endif]-->