View Single Post
  #5 (permalink)  
Old 03-03-2008, 08:07 PM
notrub225 notrub225 is offline
Senior Member
 
Join Date: Jan 2008
Location: chicago
Posts: 101
Default

You can make DT and DD tags look like tables, it is very easy!
PHP Code:
dl {
    
margin0;
    
padding0;
    
width300px;
}

dtdd {
    
displayblock;
    
floatleft;
    
margin0;
    
padding0;
    
width150px;
}

dt {
    
clearleft;

try that out and tweak it to your liking.
Reply With Quote