View Single Post
Old 10-23-2010, 05:59 PM   #2
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 29,778
Karma: 54830978
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by Jabby View Post
Is there any way to change the font size for a particular piece of text from the book view?

Regards - John

Sorry - I didn't see the other thread on this subject or I would have posted it there.
Other than mis-use Heading sizes for a font size change,

No.

You have to resort to Code View (CV)
If the size change is going to be used in more than 1 place, crete a selector in the stylesheet
Code:
.bigger { text-size: 125% }
use that in conjunction with the existing style if it applies to the whole paragraph <p class="original bigger">The paragraph</p>

or

<span class= "bigger"> the text </span>the rest of the paragraph
theducks is online now   Reply With Quote