html css question
I have the following html on a page in an epub
<p class="letterBoldInd" xml:lang="en-us" xmlns:xml="http://www.w3.org/XML/1998/namespace">Author:</p>
<p class="letter" xml:lang="en-us" xmlns:xml="http://www.w3.org/XML/1998/namespace"><i>Mr. Andrew McCurdy:</i> A lifelong bibliophile,
this code creates the image in the attached
I need to have the space between Author and sentence removed, how can I do this without using the <p> tag that creates the space for the sentence line?
|