| Home Beta programs |
Welcome to Mobipocket Developer Center |

Creating ContentGetting StartedWhat is the Mobipocket file formatHow do I create a Mobipocket eBookStandard eBooksAdvanced eBooks eBook features Cross-platform feature supportImage supportTable supportCover PageParagraph rendering and hyphenationHyperlinksGuide itemsFramesIndexes and DictionariesSectionsAuthoring tips Extended eBook features DatabasesSQL queriesJavascriptHTML forms Reference Open-eBook HTML tagsSupported HTML entitiesHTML form tagsMobipocket custom tagsOPF x-metadata tagsMobipocket URLsMobipocket Document Object Model (DOM)Mobipocket Active Server Pages (ASP)Mobipocket Active Data Objects (ADO)Mobipocket Javascript Objects Medical Drug interaction module Advanced topics Setting margins |
1. IntroductionText is displayed by default in the Reader with full justified alignment,
and automatic hyphenation of words.
2. Force alignmentThe left alignment of the text can be forced with the <p align="left">
or <div align="left"> tag.
3. First Line IndentationThe rendering of the <p> tag by the Reader inserts by default an indent at the start of the paragraph.
The indentation of the first line of a paragraph can be forced by adding the width
of a paragraph :
Tips: To avoid displaying an indent, use <p width= 0>, or use <br/> line breaks. The <p>..</p> block also automatically inserts a line space between paragraphs. Use <br> if you want to avoid that. Samples:
4. Space before a paragraphThe rendering of the <p> tag by the Reader inserts by default a vertical space before the start of the paragraph. The vertical space can also be forced by adding the height of a paragraph:
|
© Copyright 2000-2007 Mobipocket.com