The text in the right side of the main ZOPE page exhibits the proper line wrapping as one expands and contracts the browser window on the right hand side. [#1] http://www.zope.org Some other pages on zope have a wrap problem, for example [#2]: http://zdp.zope.org/FAQ/all The first paragraph that starts "This FAQ is a project of the Zope Documentation Project, and...." This paragraph continues as one line and continues off the right edge of the window. If one clicks on the link at the bottom, "printable page", [#3] http://zdp.zope.org/FAQ/all?pp=1 all is well and moving the right edge moves properly wraps the text as into a multi line paragraph. This seems to be a problem with how text is formatted when it is part of a "Zope headlines" _table_ with the zope logo and shortcuts on the left as seen in #1 & #2. The source looks ok for this paragraph: (note: parens used instead of bbrackets here) (p) This FAQ is a project of the Zope Documentation Project, and aims to answer any (or at least lost) questions you might have about Zope and how to use it.(/p) So it must be something with the table used. This problem is seen both with IE5 and NS4.5 -Bob