I have done as thou has commanded.
I put this code in
Code:
<p class="center"><b>INTRODUCTION</b></p>
And when I switch to book View mode the text is aligned to the left but when I now select the text and click on the center button, its centered and the code looks like this
Code:
<p class="center" style="text-align: center;"><b>INTRODUCTION</b></p>
Before, that style tag wasn't there. I had the expectation that p class="center" would actually center the text but it seems like the style tag is whats actually doing it
To give more insight:
http://postimg.org/image/bkyw7tm7t/
http://postimg.org/image/f5urr1qrd/
http://postimg.org/image/l48l1a9q1/
http://postimg.org/image/nkaef4rsp/