Quote:
Originally Posted by oenopion
[...] Until FlightCrew, which turned up the "Error schema not satisfied: no declaration found for element 'p1' near column 5' which corresponds to the start of every p1 paragraph.
|
That message is usually displayed for non-standard HTML tags. You most likely used something like:
Code:
<p1>Lorem ipsum</p1>
BTW, FlightCrew is outdated. You might want to check your book with the
IDPF Validator.
Quote:
Originally Posted by oenopion
And would that fix the   issue? I did try to increase the bottom margin in the p1 style but it didn't seem to register and do anything.
|
Your problem description is too vague. Please post the relevant HTML/CSS sections and screenshots that illustrate your problem.