Date: Mon, 28 Apr 2003 11:26:08 -0700
Reply-To: Prasad S Ravi <prasad.s.ravi@HOUSEHOLD.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Prasad S Ravi <prasad.s.ravi@HOUSEHOLD.COM>
Subject: Re: ODS - forcing a cellwidth
Content-type: text/plain; charset=us-ascii
Does the FLOW option help here, I am not sure if there is anything similar
for ODS version?.
define column / flow style={cellwidth=0.75in font_size=1 };
Prasad Ravi
Anne S
<annesteusa@NETSCAPE. To: SAS-L@LISTSERV.UGA.EDU
NET> cc:
Sent by: "SAS(r) Subject: ODS - forcing a cellwidth
Discussion"
<SAS-L@LISTSERV.UGA.E
DU>
04/28/2003 08:04 AM
Please respond to
Anne S
I am using Proc Report to generate an html page, and code like this:
define column / style={cellwidth=0.75in font_size=1 };
My question is - is there a way to force a wordwrap when the data in
this column exceeds the width? And the data is a string like this
xxx_xxxx_xxxxx.
What happens is that the width of the column changes from page to page
as the data in this column changes. If I generate an RTF document,
the cellwidth remains fixed throughout the document; but in html it
does not.
Anne