I have a scrolling date picker created in HTML (MS Expression web) for use in a website and works great, is it possible to import this it into M1?
All of the html code imports without any issues however, the following code has href hyperlinks for JS & CSS which do not import.
<meta charset=”utf-8″ />
<link href=”jquery.mobile-1.0a2/default.css” rel=”stylesheet” type=”text/css” />
<link href=”jquery.mobile-1.0a2/docs.css” rel=”stylesheet” type=”text/css” />
<script src=”jquery.mobile-1.0a2/js.js” type=”text/javascript”></script>
<script src=”dFormat.js” type=”text/javascript”></script>
<script type=”text/javascript”>
Is this possible or will I have to go to plan “B”
PS. I haven’t got a plan “B” 🙂