When you save the content, try replacing any line feeds [#chr(13)##chr(10)#] with spaces and see if this solves the problem.
As a line feed can delimt words in HTML and will be displayed as a space and somewhere the line feed is probably being removed. If it does work, you'll want to replace the line feed which are not preceded or followed by a space, with a space and a line feed(to preserve the line feeds). Chris. --- Damian Watson <[EMAIL PROTECTED]> wrote: > Hey all, I kinda asked this question before but at > the time I thought the > problem was to do with Word. I've got a client > who's typing stuff into > soeditor pro and when he saves his work it often > gets rid of the space > between words. Anyone come across this before? > > Cheers > d > > > > -- > ** Archive: > http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ > > To unsubscribe, e-mail: > [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] > For human help, e-mail: > [EMAIL PROTECTED] > __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED]
