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 956 | Next

Joseph W. Lowery

"Dreamweaver CS3 Bible"

Another bullet is inserted, as long as the preceding item is not empty.
n To insert an item within an unordered list, place your cursor at the end of the item above the
desired position for the added item and press Enter (Return).
n List items can be copied or cut and pasted to a different place on the list. When selecting a list
item, use the Tag Selector in the status bar to be sure you select the tags enclosing the list item,
not just the list item text. Position your cursor at the start of the list item that will follow the
pasted entry and choose Edit ??? Paste.
CAUTION CAUTION
Unordered List
520
Adding Advanced Design Features Part III
n To end a bulleted list, you can press Enter (Return) twice or deselect the Unordered List button
on the Text Property inspector.
List tags
You may occasionally need to tweak your list code by hand. Two HTML tags are used in creating an
unordered list. The first is the outer tag, which defines the type of list; the second is the item delimiter.
Unordered lists are designated with the
    ...
tag pair, and the delimiter is the
  • ...
  • pair.
    The unordered list code in the Code inspector looks like the following:

    • All subjects were right-handed

    • Half the subjects were women

    • Subjects ranged in age from 20 to 42 years


    If you are working in Code view, you can click the List Item button in the Text category of the
    Insert bar to insert a
  • .


    Pages:
    944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968