Im working a jquery mobile app the the icon buttons are not showing up. I edited the css file for the correct path to the icons and they still are not showing. Thanks for any help in advance.
Here is the code where I am making the buttons
<div data-role="content">
<a href="new.html" data-role="button" data-icon="arrow-r" data-iconpos="right" data-theme="e">Capture New</a>
<a href="settings.html" data-role="button" data-icon="arrow-r" data-iconpos="right" data-theme="e">Settings</a>
<a href="timeline.html" data-role="button" data-icon="arrow-r" data-iconpos="right" data-theme="e">Timeline</a>
</div><!-- /content -->
This is what i have loaded in my header
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel = "stylesheet" href="assets/css/jquery.mobile-1.0.1.min.css" />
<script src="assets/js/jquery.js"></script>
<script src="assets/js/jquery.mobile-1.0.1.min.js"></script>
Here is a cropped out screenshot of the buttons. The icons do not show for some weird reason.
