Quote:
Originally Posted by hhtmp88
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.