Appendix I:
Break Properties

The break tag has a CLEAR attribute that can be used when combining text and floating elements, particularly floating images aligned at the left or right margin. In addition to LEFT, other CLEAR attributes are ALL, RIGHT, and NONE (Figure 1).

Figure 1. The CLEAR attribute of the break tag is demonstrated here in four possible permutations. The most obvious actions of the CLEAR attribute are visible when working with images aligned to the left or right marginÑit stops the text from automatically wrapping the image. Refer to Chapter 5 for more on image alignment.

To add break properties:

  1. Click to place the insertion point where you want a line break.

  2. On the Properties inspector, click on the Quick Tag Editor button (Figure 2). The Quick Tag (QT) editor will appear, in Insert HTML mode.

    Figure 2. Click on the Quick Tag Editor button on the Properties inspector.

  3. Mouse over the brackets so that the Tag Selector menu appears (Figure 3).

    Figure 3. In a few seconds, the Quick Tag Editor will appear, in Insert HTML mode.

  4. From the Tag Selector menu, select br. The QT editor will now display the following text: <br>

  5. Type a space, and the QT Editor will pop up the clear attribute. Click on the menu (Figure 4).

    Figure 4. Type a space after the
    tag, and the clear attribute will appear as the only option in the menu.

  6. Mouse over the clear attribute, and a menu containing the options left, right, and all will appear (Figure 5). Click on the attribute you want; if you want none, you'll need to type it in.

    Figure 5. Options for the clear attribute will appear.

  7. The QT Editor should now display the following code: <br clear=all>
  8. where all may be another attribute.

  9. Press Enter (Return) and the code will be inserted onto the page. You can view it in the HTML inspector, if you like.

Tip

If you view tags as invisible elements, as described on the previous page, you can select them in the Document window and edit them a little faster, in Edit Tag mode.