On Mon, Dec 10, 2007 at 06:22:36PM +0100, Johannes Hofmann wrote:
just noticed that http://www.dillo.org/MList.html still looks weird with dillo-fltk: The main text is rendered just one word wide here.
I see this quite a lot. 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 but no horizontal scrollbar appears even though one word extends past the right of the page. 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>