Augmented said:display: inline;, but should a telephone number really be inside a definition list?
#contact dd, #contact dt {
display:inline;
margin-left: 0;}
Augmented said:floating an element makes it block-level. So display: inline and float: left are conflicting properties.
Yep, that's a good pointConrad11 said:But my method was taking into account if there is more than one definition in the list, because your method would surely be flawed then?