Here is a link to the code snippet: http://jsfiddle.net/ZcdkT/1/
The code renders as:
DT-nameA
DD-definitionA 1
DT-nameB
DD-definitionB 1
DD-definitionB 2
I would like it to be formatted like this:
DT-nameA DT-nameB
DD-definitionA 1 DD-definitionB 1 DD-definitionB 2
I have attempted using display inline, float, clear... but I am unable to achieve the desired result. Does anyone have a solution?
Update: In some cases, there may be different size images within the anchors, causing them not to align properly. You can see an example of this here: http://jsfiddle.net/j6Ute/3/