Re: Colspan and table percentages
I've noticed that sometimes people will make a table with two columns for the purpose of indenting their text, specifying only the width of the first column as some percentage. When they do this, dillo squishes everything to the right. Tiny example: <html><head><title></title></head><body> <table width=500 border=3> <tr> <td width="50%">Is explicitly 50%</td> <td>should be 50%</td> </tr> </table> </body></html>
Hi, On Mon, Dec 24, 2007 at 06:56:26AM +0000, place wrote:
I've noticed that sometimes people will make a table with two columns for the purpose of indenting their text, specifying only the width of the first column as some percentage.
When they do this, dillo squishes everything to the right.
Tiny example:
<html><head><title></title></head><body> <table width=500 border=3> <tr> <td width="50%">Is explicitly 50%</td> <td>should be 50%</td> </tr> </table> </body></html>
This has uncovered a whole family of bugs! After experimenting with new algorithms and a different way to compute tables, it works in most of my tests. Making it work in all of them may need major changes also. This is a very complex area so I'm taking my time to try to fix it. -- Cheers Jorge.-
participants (2)
-
jcid@dillo.org
-
place@gobigwest.com