On Thu, 19 Jul 2007 10:37:46 -0500, Tom Marchant wrote: >On Thu, 19 Jul 2007 11:06:07 EDT, Ed Finnell wrote: > >>Bill Godfrey wrote: >> >>to be a browser problem. I've been noticing it recently, but just at >>this ibm-main listserv site (haven't looked at listserv for other lists). I >>see the duplicated word, and when I view the html the word is only there >once. >>I see the problem with IE7, but not with Firefox. >> >>>> >>This don't make crap for sense. IBM-Main is text(only). Where does the html >>come from? Service provider or browser, mime settings or keyghost? > >Ed, we are talking about reading the posts through the web interface. >BTW, I'm using IE 6. >
Looking at it some more, I think it's a problem with CSS in the html. I see these lines in the html: font-size: 14px; white-space: pre-wrap; /* css-3 */ white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */ white-space: -pre-wrap; /* Opera 4-6 */ white-space: -o-pre-wrap; /* Opera 7 */ word-wrap: break-word; /* Internet Explorer 5.5+ */ word-wrap:break-word; _white-space:pre; /* IE only hack to re-specify in addition to word-wrap */ Those same lines, and others similar to them, are discussed here: http://www.longren.org/2006/09/27/wrapping-text-inside-pre-tags/ and in the same discussion this problem is mentioned, about the last word being repeated (see the "quick brown fox" example). It looks like the CSS code above needs a little more work. It's not something I know much about, so I don't have a specific fix to recommend for the Listserv vendor. Bill ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

