This is pretty odd.  I noticed that strings of certain characters just won't
warp in IE5.

"! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !
! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !"  <-- Put this in a
fixed width table.  It won't wrap when it's supposed to.
"test test test test test test test test test test test test test test test
test test test" <-- This, on the other hand, will.

To clarify, the first string does have spaces between the exclamation
points.
I ran this script to test this behavior.

<cfloop from="1" to="255" index="i">
<table border="1" width="250">
        <tr>
                <td><cfloop from="1" to="100"
index="j"><cfoutput>#chr(i)#</cfoutput> </cfloop></td>
        </tr>
</table>
</cfloop>

There are about 5-6 characters that just won't wrap in IE5.  I haven't tried
IE6 yet.  Netscape 4 and 6 works just fine.

Anybody else encounter this or know if it's fixed in future versions on IE?


        Eric Carlisle
        Web Site Developer
        Progress Energy IT Systems Delivery
        E-mail: [EMAIL PROTECTED]
        Phone: (919) 546-4739
______________________________________________________________________
Why Share?
  Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to