Creating a log file that I'm outputing to .html and some of the text has
spaces that are wrapping to a new line within a table cell.

Is there a way I can prevent the wrapping from occuring?

--
Paul

Re: Word Wrap in html by Tom

Tom
Wed Jan 24 12:34:11 CST 2007

Paul Bergson [MVP-DS] wrote:
> Creating a log file that I'm outputing to .html and some of the text has
> spaces that are wrapping to a new line within a table cell.
>
> Is there a way I can prevent the wrapping from occurring?
>
> --
> Paul

This sounds like an HTML issue, not a VBScript one.

Have you considered using the NOWRAP attribute of the <TD> element in
defining the table cells?

Tom Lavedas
===========
http://members.cox.net/tglbatch/wsh/


Re: Word Wrap in html by Paul

Paul
Wed Jan 24 14:36:02 CST 2007

Thanks that did it.

--
Paul