I'm running into an issue getting an image to align with text in the "header" section of jQuery Mobile. I was able to drop in CSS successfully allowing me to center the image. However, applying any kind of an "align" tag within the image source doesn't produce the result I'm looking for.
The area I'm referring has the words "Iowa Assessors" next to the state logo.
Is this possible?
HTML:
<!-- language: lang-html --><div data-role="header" data-position="fixed" data-theme="a">
<div class="center-wrapper">
<img width="35" height="40" alt="Header"
src="http://i.imgur.com/UQ1QWhH.png" />
IOWA ASSESSORS
</div>
</div>
jsFiddle
Template online as well