On Sat, May 05, 2001 at 07:03:20PM -0700, Stephen Carville wrote:
>
> Your web site was the first place I looked :-) but this is not what I
> am looking for. I was looking for a way to embed something like:
>
> <center>
> <a href="/index.html"><img src="/icons/noc-logo.png"></a>
> </center>
>
> and have it come out properly in the final HTML. I thought here was a
> way to do that in LyX.
>
> Its not that much a bother to edit the index.html file by hand.
I am not user of LaTeX2HTML, but I am certain that it is possible to
use some special code, which is ommited by LaTeX and read by
LaTeX2HTML. With tth, I can write
%%tth: anything which will not go to LaTeX, but it will go to tth
or I can use section rawhtml, which is defined as comment for LaTeX,
but used by tth.
I am certain, that something similar is present in LaTeX2HTML as well.
Matej