Quote:
Originally Posted by webroot
"publisher done that right" what do you mean by that? can you please explain.
|
There has to be a way for the ereader device to know what is a paragraph, what is a heading, etc., otherwise it can't reliably override just the paragraph text without also overriding the header and other things.
The publisher doesn't have to do any thing special, they just need to use header elements (<h1>, <h2> etc.) for their headers, use paragraph elements <p> for pararaphs, etc.
Some publishers use <p> for both headers and paragraphs, or use <div> instead of <p> for paragraphs.