Jose' Matos wrote:

> On Tuesday 01 March 2005 15:46, Andreas Vox wrote:
>> Jose' Matos <[EMAIL PROTECTED]> writes:
>>  >   http://www.lyx.org/~jamatos/archaeology/
>>
>> While I like the idea of a fossiled platypus, I couldn't fail to notice
>> that the image looks like a pebble mosaic of a platypus.
> 
>   That was on purpose. :-)

Hmmmm. Anyway, nice pictures, Andreas.

José, could you have a look at
http://www.devel.lyx.org/~leeming/www-user/archaeology/lyx_timeline.php
again.

It implements a TOC with links to the various different sections.

Could you advise me on the source code. The TOC is a table. Would you
implement it as a definition list?

The body contains your code. A bunch of definition lists. I have tried to
modify the style file so that they appear in table-like fashion. I've done
this for "0.5 -- 0.6", "0.7" and "0.8.6". However, it is clear that the
printing of nested definition lists is messed up. See the LyX 0.7 block
and the "source code" section which looks something like this:

Source code:   For xforms 0.75  0.7p4-d3 (197K)
    Patch for xforms 1.0  --

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>&mdash;</td>
  </tr>
</table>

Or is such tweaking impossible?

-- 
Angus

Reply via email to