Could somebody tell me that what version of html wxWindows support?
<th> doesn't bold a text or <th align="left"> doesn't align a text to left in wxHtmlWindow?
Thanks a lot.
Jenny
···
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com
Could somebody tell me that what version of html wxWindows support?
<th> doesn't bold a text or <th align="left"> doesn't align a text to left
in wxHtmlWindow?
I don't think there is a specific version. It's just those tags and
attributes that were easy to implement support for. It is still being
enhanced and added to now and then.
···
--
Robin Dunn
Software Craftsman
robin@AllDunn.com Java give you jitters? http://wxPython.org Relax with wxPython!
Could somebody tell me that what version of html wxWindows support?
None. As the manual says, it implements *subset* of HTML.
<th> doesn't bold a text
That's because HTML 4.0 does not specify that <th> means bold text
(there's <b> for that purpose ;-). This is up to the client. Of
course, you are welcome to submit a patch to wxWindows that
implements missing functionality...