Angus Leeming wrote: > Is it possible to tweak the css to get things to line up as if it were a > table: > > <table> > <tr> > <td rowspan="2" valign="top">Source code:</td> > <td>For XForms 0.75:</td> > <td><a href="source/lyx-0.7p4-d3.tar.gz">0.7p4-d3 (197K)</a></td> > </tr> > <tr> > <td>Patch for XForms 1.0:</td> > <td>—</td> > </tr> > </table> > > Or is such tweaking impossible?
I think it is possible with something like width: 50% float: left for the definition list on the left and width: 50% float: left for the definition list on the right. Maybe you need to wrap it up in a <div> element that gets the styles, but I don't think so. Georg