SEARCH
0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Prev | Current Page 563 | Next

Joseph W. Lowery

"Dreamweaver CS3 Bible"

You can force browsers to read all the text, including whitespace, exactly as you
have entered it by applying the preformatted tag pair
...
. This tag pair directs the browser to
keep any additional whitespace encountered within the text. By default, the
...
tag pair also
renders its content with a monospacefont such as Courier. For these reasons, the
...
tag pair
was used to lay out text in columns in the early days of HTML before tables were widely available.
You can apply the preformatted tag through the Property inspector, the Insert bar, or the menus. Regardless
of the technique for inserting preformatted text, it is easiest to work in Code and Design views??”applying
changes in Code view and seeing the result in Design view. Select the text, or position the cursor where you
want the preformatted text to begin; then use one of these methods to insert the
...
tags:
n In the Property inspector, open the Format list box and choose Preformatted.
n On the Insert bar, choose the Text category and click the Preformatted Text button.
n Choose Text ??? Paragraph Format ??? Preformatted Text.
n Choose Insert ??? HTML ??? Text Objects ??? Preformatted Text.
The
 tag is a block element format, like the paragraph or the headings tags, rather than a style.
                


Pages:
551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575