HTML Tidy help (fwd)
Dave Raggett <[email protected]>
| Newsgroups | gmane.comp.web.html-tidy.user |
|---|---|
| Message-ID | <alpine.DEB.1.00.0805140841460.6490@holly> |
The example in the forwarded email tidies to: <p><b>fjeiwowoeifj</b></p> <div>wjeio3923rf</div> <div>few0005954</div> Rather than what was expected: <p><b>fjeiwowoeifj</b></p> <div><b>wjeio3923rf</b></div> <div><b>few0005954</b></div> Is there any reason why libtidy shouldn't support the expected behavior? Many thanks, Dave Raggett <[email protected]> http://www.w3.org/People/Raggett ---------- Forwarded message ---------- Date: Tue, 13 May 2008 22:26:44 +0100 From: Yu-Kuang Lu <[email protected]> To: [email protected] Subject: HTML Tidy help Hello, I'm wondering if I could get some help about html tidy. I've been struggling to get the followings corrected. <b> <p>fjeiwowoeifj</p> <div>wjeio3923rf</div> <div>few0005954</div> </b> To <p><b>fjeiwowoeifj</b></p> <div><b>wjeio3923rf</b></div> <div><b>few0005954</b></div> I've been trying different configurations but so far with no luck. Please kindly help. Many thanks in advance Alex