On 4 Mar 2008, at 18:38, Alvin wrote: > The .html pages I have written relied heavily on CSS. From my > testing with > Fl_Help_Dialog, Fl_Help_View does not support CSS I take it?
Yup, it's a fairly minimal subset of html, but it works OK. CSS et al are not supported - it's not a browser... But it provides enough functionality for general use, I find. Alternately, fl_open_uri() can be used to get the system browser pretty easily. Or you *could* try the recently discussed dillo port, which will be more complete I imagine, although I've never tried it. _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

