On the html conversion topic... and CSS
The other change that I have had to made in my books, and would like to see, is line-height: ##em instead of ##px for the main content. In reflow-aware context, moving to a large font size with fixed line-height leads to line overlap. Moving to em allows the spacing to scale with the font size.
|