ht2html
  
ht2html home Python home page Barry's home page   
Subsections
Introduction
Web page components
Bugs and Peculiarities
Usage
Examples
 
Download
Tarball
 
ht2html sites
Barry's home page
python.org
jython.org
GNU Mailman's home page
 
Email me
Barry A. Warsaw
 
[Python Powered]
 
© 1999-2001
Python Software Foundation
  

Bugs and peculiarities

If you have really wide <pre> stuff in the body section, the banner can get drawn too wide by most browsers. In this case, you might want to but the wide body text in a continuation section.

Text in the sidebar can wrap, which sometimes makes it look ugly. The alternative is to prevent wrapping by inserted non-breaking spaces (i.e. &nbsp;) instead of soft spaces.

The mixin class structure doesn't work as well as I'd like. Writing the style class is more awkward than it should be, but at least there are enough examples for you to go by.