Topic: post lines centered in IE6
The text lines in the body of the post appear just fine in Firefox, but the same posts in IE6 show up with every line centered on the page.
It turns out that my site common header file has a <div align="center"> to center the whole page in the browser window. But while Firefox ignores that align at a deeper level of nesting, leaving the forum posts aligned left, IE applies that div alignment to everything deeper. The solution was to close the div at the end of my header include file, making it work in both Firefox and IE.
Darn those browser differences.