To wrap text as I have on this page,
- select the image by clicking on it once
- in the Properties panel, find "Align"
- choose "Right" from the drop down menu
View this in your Web browser and you should see something like the project page with right-aligned image.
What if you want the "Text is good because:" list to start below the image? Insert a "Line Break" and clear the text.
- put your cursor at the end of the sentence "The more text I have, the more text is available to play with."
- go to the "Insert>HTML>Special Characters" menu and choose "Line Break"
To see the where the line break is, a preference needs to be changed.
- go to the "Dreamweaver" menu (Mac OS) or "Edit" menu (Windows)
- choose "Preferences..."
- in the "Category" column, click on "Invisible Elements"
- check the box "Line Breaks"
- click "OK"
You should now see a yellow icon.
- click once on the icon
- go to the Status bar at the bottom of the main editing window
- control click (Mac OS) or Right click (Windows) on
<br> - choose "Quick Tag Editor..."
- hit the space bar once
- type in:
clear="all" (e.g.,
<br clear="all">) - hit the "Return" (Mac OS) or "Enter" (Windows) key
View this change in your Web browser. It should look like the project page with text-cleared image.
Next up in the workshop is "Creating and Editing Tables."