Quote:
Originally Posted by RbnJrg
Yes, PocketBook has issues to set margins on p tags. If you need a special margin for a particular <p>, then employ <div> or <span> and this last one with the property "display: block". Or employ padding for those p tags whor needs margins; it's not the same but, depending on the layout of your epub it could work. Also if you want to try, could use "-webkit-margin-before:3em;" and/or "-webkit-margin-after:3em".
|
Or just use RMSDK to view the ePub as that works for margin on a p tag.