Date:  11/18/2001 08:04:37 PM Msg ID:  000143
From:  FoxWeb Support Thread:  000142
Subject:  Re: HTML table problem
Simply add the NOWRAP clause in all your TD tags:

<TD NOWRAP>

You can also use CSS:

TD {white-space: nowrap;}

FoxWeb Support Team
support@foxweb.com

Sent by Alan Harris-Reid on 11/18/2001 04:04:04 PM:
I have a Foxpro-generated HTML table with 8 columns.  Without specifying the table or cell width attributes, IE creates the table about 1.5 times the screen width but with much of the text wrapped within the cells, which I don't want.

If I specify the table width at 200% the table stretches such that there is no word-wrapping in any cell, but there is some extra 'white' space inserted in some columns to make up the designated width.

I want the table width to be automatically configured so that all rows take-up a single line, with no word-wrap and no 'surplus' width.

Any ideas how to do this?

TIA
Alan Harris-Reid