- Adding Text
- Cutting, Copying, and Pasting Text
- Dragging and Dropping Text
- Using Paste Special
- Applying Headings
- Applying Character Formats
- Changing Fonts and Font Sizes
- Making Your Own Font Lists
- Changing Font Color
- Applying Text Styles
- Using Preformatted Text
- Adding Line Breaks
- Indenting Text
- Aligning Text
- Working with Lists
- Setting List Properties
- Nesting Lists
- Inserting Special Characters
- Adding Automatic Dates
- Adding Horizontal Rules
- Finding and Replacing
- Finding Text with a Simple Search
- Performing Advanced Text Searches
- Finding and Replacing in Source Code
- Finding and Replacing with a Specific Tag
- Using Regular Expressions for Searching
- Checking Spelling
Working with Lists
Lists are an easy way to organize content on your Web page. Dreamweaver supports three types of lists:
-
Numbered lists or Ordered lists, for lists with items that need to be in a particular order (Figure 4.29). List items are numbered and indented from the left margin. If you add or remove items from the numbered list, it automatically renumbers.
Figure 4.29 Numbered lists automatically renumber if you insert a new item between two existing items.
-
Bulleted lists or Unordered, for lists of items in no particular order (Figure 4.30).
Figure 4.30 Bulleted lists are single-spaced and indented.
-
Definition lists, where each item has an indented subitem (Figure 4.31).
Figure 4.31 Definition lists have the definitions indented under the definition terms. The definition terms don't have to be all uppercase—they just happen to be in this figure.
To create a list:
- Type the items for your list into the window. After typing each item, press Enter (Return).
- Select the items in the list.
Choose Text > List, then choose Unordered List, Ordered List, or Definition List from the submenu.
or
Click either the Unordered List or Ordered List button in the Property Inspector.
or
Click one of three buttons in the Text tab of the Insert Bar: ul for Unordered List, ol for Ordered List, or dl for Definition List.
The text changes to the kind of list you chose.