View Single Post
Old 08-20-2020, 11:46 AM   #5
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 46,377
Karma: 169098492
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Quote:
Originally Posted by hhtmp88 View Post
Hi All!

Currently if I want to highlight a text with bigger font size and coloured text, I will add the <span> html tag as follows:
Code:
<span style="font-size:1.71em;color:blue"> Text </span>

I hope that the font-size and font-colour can be set easily in next version of PageEdit, will my dream comes true?

Thanks for any kind of help!
For my uses, I use the preview pane not PageEdit to see what I am working on. All changes are done in CodeView. If you want a WYSIWYG epub editor, there are choices out there such as Vellum for Mac users, Atlantis, Jutoh, etc. I prefer Sigil for the control it gives me over the final code and that it does not add crud to the code.

As for using styles? I would prefer to use a class defined in a stylesheet. Much more useful when I want to re-use code.
DNSB is offline   Reply With Quote