I have multiple pages in a scroll view.
To wrap the text with in each page I have used the following :
<div data-role="scrollview" data-content-height="100%" data-pager-overlay="true"> <div data-role="page" style="white-space : normal;"> <span style="text-align:center;">Privilege Club: Mouawad</span>I have used style="white-space : normal;" to wrap the text.
I saw this as a solution mentioned in one of the very old posts in this forum.
Please let me know if there is any other or better solution now.
This works fine but when I try to center align a text with in the span element it is still aligned left
How can I make it aligned center ?
I also used width:100% for the span element but invain.
Could you please help me with this simple task ?