Re: [LOW] STR #1597: Fl_Help_View: HTML problems with font size + <UL>
Matthias Melcher
Feb 13, 2007
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New]
Um, no. <FONT></FONT> (HTML 3.2) may only contain inline elements which do
not do any block formatting. <UL> however does do block formatting. The
correct HTML code would be:
<font...>my text above the list</font>
<ul>
<li><font...>item 1</font></li>
</ul>
<font...>more text</font>
Silly, I know.
Or you would use the tag <BASEFONT...> (HTML 4.0), but Fl_Help_View does
not support that.
Yes, I know, most browsers do not care, and the font is not reset to the
page font. So I will leave it to Mike to decide if he wants to "fix" the
correct behavior of Fl_Help_View.
Link: http://www.fltk.org/str.php?L1597
Version: 1.1-current
Comments are owned by the poster. All other content is copyright 1998-2025 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.