I am using jquerymobile, and trying to show a list, the default place for the icons or other pics is left side! how can i change it to right?
<ul data-role="listview" data-theme="a">
<li>
<p><strong>text</strong></p>
<p class="ui-li-aside"><img src="images/album-bb.jpg"/></p>
</li>
Does this work for you?
CSS ( new class )
HTML ( apply the new class to the image )