![]() |
#1 |
Connoisseur
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 86
Karma: 470352
Join Date: Dec 2012
Device: Kindle Fire, IPad
|
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? |
![]() |
![]() |
![]() |
#2 |
Guru
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 878
Karma: 2457540
Join Date: Nov 2011
Device: none
|
What are the parameters of the css classes "letterBoldInd" and "letter" ?
|
![]() |
![]() |
Advert | |
|
![]() |
#3 |
Well trained by Cats
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 30,897
Karma: 60358908
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
|
Code:
<p class="letterBoldInd" xml:lang="en-us" xmlns:xml="http://www.w3.org/XML/1998/namespace">Author: <span class="letter" xml:lang="en-us" xmlns:xml="http://www.w3.org/XML/1998/namespace"><i>Mr. Andrew McCurdy:</i> A lifelong bibliophile, ... </span></p> |
![]() |
![]() |
![]() |
#4 |
Connoisseur
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 86
Karma: 470352
Join Date: Dec 2012
Device: Kindle Fire, IPad
|
Fixed , thx
R |
![]() |
![]() |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
CSS/HTML question | ElMiko | Sigil | 54 | 10-23-2012 12:39 PM |
Embarrassing CSS/HTML question... | ElMiko | Sigil | 4 | 09-08-2012 06:50 PM |
Importing css in html files | shotsky | Conversion | 6 | 07-14-2012 05:34 PM |
HTML/CSS for (German) s p a c e d o u t emphasis | frabjous | Workshop | 21 | 05-16-2011 04:52 PM |
HTML and CSS for Dummies | weedfreak | Sigil | 17 | 01-07-2010 09:34 PM |