View Single Post
Old 12-28-2014, 04:31 AM   #9
Paulie_D
Connoisseur
Paulie_D began at the beginning.
 
Paulie_D's Avatar
 
Posts: 67
Karma: 10
Join Date: Apr 2011
Device: Kindle 3, Samsung Tab 4
Quote:
Originally Posted by Corpsegoddess View Post
Where do I go about finding the XML code in order to post it?
You would need to open the book using the 'Edit Book' button.

This will open the book in a new window and see how it is constructed.

I believe the default view is a file list on the left, a middle section and, on the left a page preview pane as seen here [Link]

Double click on one of the files list as a text file from the list on the left and the 'code view' will open in the middle section and the preview pane will show the rendered text.

OK..so far so good.

Now, find some italicized text by scrolling the preview pane....the code pane may scroll along with it.

When you find some italic text you need to examine the code that represents that text.

It may look like

Code:
<span class="somename">Italic Text Here</span>
or

Code:
<i class="italic">Italic Text Here</i>
or

Code:
<em class="italic">Italic Text Here</em>
If the text before and after that code butts up against the end '<>' characters then we have a code formatting issue. If not, then it's probably a device issue.
Paulie_D is offline   Reply With Quote