Reputation: 597
I have a panel in jquery mobile which looks like this:
I want the logo to be centered, however the following code is not working:
HTML
<div class="panel-content">
<img src="images/logo.png" class="logopanel" width="15%" length="15%" align="center">
<ul data-role="listview">
</ul>
</div>
Upvotes: 1
Views: 5937