To modify any of the labels on the
buttons, just modify the text directly. To add a new button, create a new list item by adding a paragraph
return after any existing list item. Your new list item turns into a button the second you add a link to it.
Making Definition Lists
A definition list is another type of list in HTML. Unlike ordered and unordered lists, definition lists don??™t
use leading characters such as bullets or numbers in the list items. Definition lists are commonly used in
glossaries or other types of documents in which you have a list of terms followed by descriptions or
explanations.
538
Adding Advanced Design Features Part III
Browsers generally render a definition list with the definition term flush left and the definition data
indented, as shown in Figure 15-14. As you can see, no additional styling is added. You can, however, format
either the item or the definition with the Text ??? Style options or by using Cascading Style Sheets.
FIGURE 15-14
Definition lists are ideal for glossaries or other situations in which you have a list of terms followed by their definitions.
To begin your definition list in Dreamweaver, follow these steps:
1. Choose Text ??? List ??? Definition List or click the Definition List button in the Text category of
the Insert bar.
Pages:
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990