Hey group-
I’m trying to use the HTML Window to display some messages. The end user’s color scheme is Black Background with White text.
The only thing that doesn’t seem to change colors in the HTMLWindow is the bullets themselves. Since HTMLWindow doesn’t support CSS, I’m wondering if there is any solution for this.
Do I need to scrap this solution for a RichTextCtrl?
SetBackGroundColour and SetForegroundColour don’t work either.
Anybody know a way to change the color of the bullets in HTML w/out style sheets?
Thanks
[``](http://www.wxpython.org/docs/api/wx.Window-class.html#SetForegroundColour)
htmlwindowExample.py (1.35 KB)