> I'd like to have a possibility to add links to foreign html pages within
> the Table of Contents.
>
> This had been possible with some older latex2html version using
> the following construct:
>
> \htmlhead{section}{\htmladdnormallink{Section1}{http://my.test.com/sect1.html}}
>
> It doesn't work anymore (and I agree that my 'work around' was very
> dirty).
I'll check out why this doesn't work anymore.
In theory, I think it should.
Are you sure that the $TOC_DEPTH is sufficiently deep ?
> Is there any chance to add a special command like
> \htmladdTOClink{<sec-type>}{<heading>}{<url>}
> to the latex2html script?
>
Actually it isn't necessary to have a special command to get
hyperlinks onto the TOC-page.
That page does not finish until the next sectioning command is
encountered --- this is different to LaTeX.
So use a \begin{htmlonly} ... \end{htmlonly}
environment containing whatever code you want,
to link to wherever you want.
It just will not appear contiguous with the actual Table of Contents.
Hope this helps,
Ross Moore