View Single Post
  #6 (permalink)  
Old 07-03-2008, 05:20 PM
jweber jweber is offline
Senior Member
 
Join Date: Jun 2008
Location: Florida
Posts: 108
Default

I don't know off the top of my head if it is possible to have multiple <dd> items on the same line, but I know that it is possible with ordered or unordered lists using:
Code:
white-space: nowrap;
Reply With Quote