Version JGM: 1,2.0
Problem:
Adding a ThemeRoller Theme to my project, does not display.
Steps :
1. Created themes A, B, C
2. Down loaded to my download folder
3. Moved the theme folder from download folder to my project.
4. Wrote the Link to the themes folder to get theme.
My Code::
- <link rel="stylesheet" href="themes/marrisPizza.min.css" />
- <link rel="stylesheet" href="styles/myStyles.css">
- <link rel="stylesheet" href="http://code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.min.css" />
- <script src="http://code.jquery.com/jquery-1.8.2.min.js"></script>
- <script src="http://code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.min.js"></script>
Could you please tell me what I did wrong!
Thanks