From: Charles L. <cha...@gm...> - 2005-08-16 10:07:07
|
* On Tuesday 2005-08-16 at 01:34:37 -0500, Ray Warren wrote: > On Sun, Aug 14, 2005 at 05:44:31PM -0400, Charles Levert wrote: > > > I have tested the following browsers and > > they have no problem with it: Firefox 1.0.6, > > Konqueror 3.1.4, links 0.4.2, and w3m 0.4.1. > > With Konqueror 3.2.3 and Opera 7.5.4 and Mozilla 1.7.5 and Galeon 1.3.18 > if I attempt to enlarge the text sufficiently that the text in the > shaded regions is legible,the text continues out the right side of the > window instead of wrapping or triggering a horizontal scroll bar. Wrapping? No! Avoiding it is the whole point of <pre>. It does trigger a horizontal scroll bar, but for the whole page. I have now added a "overflow: auto" for <pre> in the style sheet. My Gecko-based browsers have no problem picking up on it thus triggering a per-<pre> scrollbar when needed, but my older Konqueror doesn't (not with "auto" nor with "scroll"). Can you tell me if your more recent Konqueror is more standard-compliant than mine? Also, is Opera (which I don't have)? <http://download.gna.org/hpr/fetchmail/FAQ/gmail-pop-howto.html> > This may not be classified as officially broken Indeed, this has nothing to do with SGML or HTML being broken. It has to do with design. > but is not viable for me. As long as you can somehow view the content (i.e., the page at least loads), then this discussion becomes more irrelevant, as all this will have to be retrofitted at some point to match the design used for fetchmail's FAQ anyway. Feedback on the actual content is more relevant for now and would be much appreciated. Thanks. |