Is there a way to include custom icons in a left listview? I want each list item to have a unique icon, but I'm encountering some issues when using the <img>
tag. What adjustments should I make in the CSS to achieve this?
<li><img src="css/test.png"><a href="epg.html" data-rel="page" data-transition="slide" data-inline="true">Menu 1</a></li>
This is the current result: