On Sat, May 05, 2001 at 10:49:38PM -0400, Matej Cepl wrote:
> 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.
\begin{rawhtml} the html code \end{rawhtml}
(and \usepackage{html} in the preamble).