[Contents] [Index] [Home] [Up]
[Example banner]

Horizontal positioning

Location: [CD-ROM Home] [Examples] Horizontal positioning


Contents

This page contains these examples:


With preformatted text

This is a paragraph of preformatted text.
It is aligned against the left margin.

               This is another paragraph of text. It is indented
               15 spaces from the left margin.


                         This paragraph is indented 25 spaces from 
                         the left margin. It has 3 blank lines above 
                         it and three blank lines below it.

This paragraph is back at the left margin
like the first.

Back to top

With list tags

This paragraph is a regular paragraph. Notice that it is not indented.

This paragraph is back at the left margin because it follows the end-list tag that closed the outer list.


Back to top

With graphics aligned to margins

Notice that text wraps to the right of this picture because the IMG tag for the picture included ALIGN=LEFT. Browsers, such as Netscape Navigator, that recognize this feature will place the image on the page and then fit the text between the graphic and the right margin.




This paragraph of text wraps to the left of the second picture because the IMG tag for that picture included ALIGN=RIGHT. Browsers that recognize this feature will place the image on the page and then fit the text between the graphic and the left margin.







Back to top

With tables

This paragraph of text is to the upper left of the picture. This paragraph of text is to the upper right of the picture.
This paragraph is to the lower left of the picture. This paragraph is to the lower right of the picture.

Back to top

Copyright © 1995 John Wiley & Sons E-mail: compbks@jwiley.com
Revised: 7 August 1995

[Contents] [Index] [Home] [Up]