However, Dreamweaver cannot currently insert the HTML code
necessary to do this task through the Image Property inspector. You have to force an opening to appear by
inserting a break tag, with a special clear attribute, where you want the text to break. This special
tag has three forms:
n
??”Causes the line to break and the following text to move down vertically
until no floating images are on the left
n
??”Causes the line to break and the following text to move down vertically
until no floating images are on the right
n
??”Moves the text following the image down until no floating images are on
either the left or the right
A quick way to add the clear attribute is to position your cursor where you want the text to break, and
press Shift+Enter. Next, in Code view, right-click the
tag and select Edit Tag
from the context
menu. The Tag Editor dialog box displays; select the appropriate Clear option and click OK.
TIP TIP
323
Inserting Images 9
FIGURE 9-15
Aligning an image left or right enables text to wrap around your images.
Adding Background Images
In this chapter, you??™ve learned about working with the surface graphics on a Web page. You can also place
an image in the background of an HTML page.
Pages:
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666