- From: Giovanni Luiz Gaio <giovanni.gaio@bcb.gov.br>
- Date: Wed, 4 Jun 2003 15:15:11 -0300
- To: <html-tidy@w3.org>
Hi.
Tidy is really wonderfull, but this time it isn't doing right.Please take a look.
---Given these original HTML lines:---
<table>
<tr valign='top'>
<TD>
<a href='/htms/indeco/ie1-03.xls'>
<FONT FACE=ARIAL size=1><P ALIGN='CENTER'>ie1-03.xls - 43 KB</FONT></a></td>
</tr>
</table>
---I get the following result after tidy processing:---
<table>
<tr valign='top'>
<td>
<a href='/htms/indeco/ie1-03.xls'></a>
<p align='center'>ie1-03.xls - 43 KB</p>
</td>
</tr>
</table>
***As you see, Tidy takes the paragraph out of the anchor. It should be kept inside to preserve the link!***
---Tidy commandline issued:---
d:\tidy --char-encoding latin1 --tidy-mark 0 --indent auto --wrap 0 -q -f c:\sobrepara\msgtidy\indeco.htm.txt -o c:\indeco c:\indeco.htm
---Tidy version:---
HTML Tidy for Windows released on 1st February 2003
Thanks for any help.
8^(
Giovanni
Received on Wednesday, 4 June 2003 14:15:38 UTC