[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Lynx-dev] Re: Re: PDCurses problem with MingW lynx
From: |
Doug Kaufman |
Subject: |
Re: [Lynx-dev] Re: Re: PDCurses problem with MingW lynx |
Date: |
Fri, 27 Jan 2006 23:58:52 -0800 (PST) |
On Fri, 27 Jan 2006, Frédéric L. W. Meunier wrote:
> I noticed a minor (apparently) problem with nested-tables,
> which was also present in a binary I compiled yesterday using
> http://prdownloads.sourceforge.net/mingw/pdcurses-2.6.0-2003.07.21-1.exe
>
> To reproduce, go to http://www.netvasco.com.br/
I looked at this site and can confirm a problem with nested-tables
parsing which leads to an off-by-one rendering problem in both the DJGPP
and MingW binaries (both built with PDCurses 2.7). The html code that
seems to cause this is a <div align="right">. Changing this to center or
left makes the problem seem to go away. With nested-tables parsing on,
the link "b u s c a" doesn't show up on the screen at all. I don't see a
problem with rendering of the html when nested-tables parsing is off.
--- netvasco_ori.html 2006-01-27 22:58:12.000000000 -0800
+++ netvasco.html 2006-01-27 23:41:40.000000000 -0800
@@ -56,7 +56,7 @@
<tr>
<td class="titulosecao">ú l t i m a
s n
o t í c i a s </td>
- <td class="titulosecaolink"><div align="right"><a
href="/noticias" class="titulosecaolink">b
+ <td class="titulosecaolink"><div align="center"><a
href="/noticias" class="titulosecaolink">b
u s c a</a></div></td>
</tr>
</table></td>
Doug
--
Doug Kaufman
Internet: address@hidden