On Tue, Dec 11, 2007 at 01:04:02PM +0000, Jeremy Henty (ie. me) wrote:
I've attached a simple example below. It depends on the table cell having colspan="2". Not only does each word appear on a line by itself
OK, this is now fixed.
... but no horizontal scrollbar appears even though one word extends past the right of the page.
This issue remains. Regards, Jeremy Henty <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <title> Dillo: display and layout strangeness in a table cell with colspan="2" </title> </head> <body> <table> <tr> <td colspan="2"> aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa bbbbb cccccc dddddddd eeeeee </td> </tr> </table> </body> </html> _______________________________________________ Dillo-dev mailing list Dillo-dev@dillo.org http://lists.auriga.wearlab.de/cgi-bin/mailman/listinfo/dillo-dev