Quote:
Originally Posted by elinares
Why p tags? Actually DIV tag is used instead of P...
|
It seems that web browser and mobipocket reader will give additional line space to tag <p>, so there will be additional space between two paragraphs. For tag <div>, the line space between two paragraphs is just the same as common lines. That's why I want tag <p>.
Maybe it can be done by inserting addition attribute in <div>, but I don't know how.