On Dec 30, 2010, at 8:19 AM, Albrecht Schlosser wrote: > On 29.12.2010 05:00, [email protected] wrote: >> Author: mike >> Date: 2010-12-28 20:00:52 -0800 (Tue, 28 Dec 2010) >> New Revision: 586 >> Log: >> Fix DOCTYPE ... > >> Modified: trunk/phplib/html.php >> =================================================================== >> --- trunk/phplib/html.php 2010-12-29 03:56:18 UTC (rev 585) >> +++ trunk/phplib/html.php 2010-12-29 04:00:52 UTC (rev 586) >> @@ -149,7 +149,7 @@ >> header("Cache-Control: no-cache"); >> >> print("<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0 Transitional//EN\" " > > According to <http://www.w3.org/QA/2002/04/valid-dtd-list.html> > this should read "... HTML 4.01 Transitional..."
Unfortunately, using HTML 4.01 causes many browsers to change their default table rendering which messes up the fltk.org pages. The issue is the use of the outer page table (header, body, footer) with the middle (body) row at 100% height. I've never found an acceptable workaround over the years aside from sticking with HTML 4.0. ________________________________________ Michael Sweet, Easy Software Products _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
