Hi. I’m working from a rather complex book that has a variety of ordered lists, and I think I’ve figured out what to do with the XHTML for these. However, I am encountering a problem that doesn’t seem like it should be a problem. Wherever italics or boldface are applied (whether I’m using a <span class=”Italic”> character style or I use the <em> or <i> tags for italics, for example) the linespacing of those lines is expanded to look like 1 1/2 line or double spacing. It’s driving me nuts. Doesn’t look like this on the iPad or iPhone. Does anyone know why this would be happening? My italic character style is defined thusly in the CSS template:
span.Italic {
font-weight : normal;
font-style : italic;
}
Here’s a URL for a photo of the page:
https://www.girsbergerdesign.co…..ktest.html
Sorry about the banding, but it’s to be expected when photographing a screen. : ) As you can see, the four lines of text in the Resources section that have italics somewhere in the lines have additional spacing that’s not there in the print version. Nor is this extra spacing present on the iPad/iPhone. Right now, this is the biggest weirdness in the book when viewed on the Nook Color and it’s driving me nuts. Because it’s so predictable, though, I’m hoping that someone know exactly what is happening.
Over the years I’ve become accustomed to creating italic and bold character styles to prevent ID, Quark, and PM from stripping out these attributes by searching for and applying them shortly after I place Word files. I understand that <em> or <i> accomplish the same thing, but I tried substituting those tags and that doesn’t seem to make any difference.
Any advice will be greatly appreciated! Thanks.