Hi Mike, >Hmmmm good point, Darryl. Didn't think of that - the source code >wraps. When I view source, the lines are wrapped, but on the browser, >they aren't. I guess it's outputting Unix newlines that IE6 is >ignoring.
All browsers ignore Carriage Returns and Line Feeds, that has been an aspect of HTML from day one :-) One of the main uses for the wrap function is in formatting emails, and there the CRLF combo is what you want. >Back to the old fashioned looping over it with a UDF that truncates at >word endings, which was my first choice anyway. Why not do a replace on the CRLFs and turn them into <br>s? -- Yours, Kym --- You are currently subscribed to cfaussie as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
