Problem with list and css ?

Hi Dave,
first I have to tell that I really appreciate using TIDY. It is a
wonderful tool.

So I hope you don't mind when I report a problem to you that I got:
I have to convert some Word 97 files to HTML and I use TIDY to clean
them(means: I let TIDY create styles). That really works fine if there
is no list included.
If there is one TIDY does not convert the font attributes. I tried to
set the options "--enclose-text true --enclose-block-text true" and
hoped to get <p class="xxx"> ...<p> before the <li> tag but nothing like
this happened.

Do I have to set another option?

I attach an example code (just if you want to try):
TIDY's output:
 <p

     class="c2">Experimente:</p>

    <ol>
      <li>Luftschadstoffe im Autoabgas</li>

      <li>Autoabgase bilden mit Wasser
      S&auml;uren</li>

      <li>Schadstoffmessungen mit
      Nitritst&auml;bchen</li>

      <li>Bildung von Stickoxiden bei der
      Verbrennung von Benzin</li>

      <li>Messungen mit der
      Gassp&uuml;rpumpe</li>

      <li>Experimente zum Abgaskatalysator</li>

      <li>Staubkarten herstellen</li>

      <li>Quantitative Bestimmung von bodennahem
      Ozon in der Luft</li>

      <li>Reflexion von W&auml;rmestrahlung</li>

      <li>Absorption von W&auml;rmestrahlung
      durch Kohlenstoffdioxid</li>

      <li>W&auml;rmeabsorption von
      Kohlenstoffdioxid in Abh&auml;ngigkeit von
      seiner Konzentration</li>

      <li>Reemission von W&auml;rmestrahlen</li>

      <li>Modellversuch zum
      "Treibhauseffekt"</li>

      <li>Weitere Experimente befinden sich in
      den angegebenen Artikeln</li>
    </ol>
Input:
<FONT FACE="Arial" SIZE=2><LI>Luftschadstoffe im Autoabgas</LI>
<LI>Autoabgase bilden mit Wasser S&auml;uren</LI>
<LI>Schadstoffmessungen mit Nitritst&auml;bchen</LI>
<LI>Bildung von Stickoxiden bei der Verbrennung von Benzin</LI>
<LI>Messungen mit der Gassp&uuml;rpumpe</LI>
<LI>Experimente zum Abgaskatalysator</LI>
<LI>Staubkarten herstellen</LI>
<LI>Quantitative Bestimmung von bodennahem Ozon in der Luft</LI>
<LI>Reflexion von W&auml;rmestrahlung</LI>
<LI>Absorption von W&auml;rmestrahlung durch Kohlenstoffdioxid</LI>
<LI>W&auml;rmeabsorption von Kohlenstoffdioxid in Abh&auml;ngigkeit von
seiner Konzentration</LI>
<LI>Reemission von W&auml;rmestrahlen</LI>
<LI>Modellversuch zum &quot;Treibhauseffekt&quot;</LI>
<LI>Weitere Experimente befinden sich in den angegebenen
Artikeln</LI></OL>

</FONT>

(The text is wirtten in German, I didn't translate it, because I thought
it is not important  )


I hope that there exists an easy solution for this problem :-)
Thanks for your attention, so far.

Bodo

Received on Wednesday, 9 August 2000 11:36:57 UTC