Welcome to gtkhtml2 (H1)

Welcome to gtkhtml2 (H2)

Welcome to gtkhtml2 (H3)

Welcome to gtkhtml2 (H4)

Welcome to gtkhtml2 (H5)
Welcome to gtkhtml2 (H6)
gtkhtml2 should now support the vertical-align: baseline top, middle, bottom css property.
Gtkhtml2 now has css font-weight: bold.
Gtkhtml2 now has css font-style: italic.
Gtkhtml2 now has css font-style: italic.
Gtkhtml2 now has css font-style: oblique.

Gtkhtml2 now has some css color support. lets test it:

Black
Green
Silver
Lime
Note: gtkhtml2 now supports the "background-color: xxx" css property.
Gray
Olive
White
Yellow
Maroon
Navy
Note: This background color should be the same as Helixgnomes default desktop
Red
Blue
Purple
Teal
fuchsia
Aqua

A "pre" tag test will follow:

if (html_css_list_get_property (list, "white-space")) {
        if (strcmp (html_css_list_get_property (list, "white-space"), "normal") == 0)
                new_box->style_white_space = HTML_WHITE_SPACE_NORMAL;
					
	if (strcmp (html_css_list_get_property (list, "white-space"), "pre") == 0)
                new_box->style_white_space = HTML_WHITE_SPACE_PRE;
					
        if (strcmp (html_css_list_get_property (list, "white-space"), "nowrap") == 0)
                new_box->style_white_space = HTML_WHITE_SPACE_NOWRAP;					
}

Please visit http://www.gtkhtml.org/.