LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous (more recent) messageNext (less recent) messagePrevious (more recent) in topicNext (less recent) in topicPrevious (more recent) by same authorNext (less recent) by same authorPrevious page (April 2003, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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
Comments: To: Anne S <annesteusa@NETSCAPE.NET>
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


Back to: Top of message | Previous page | Main SAS-L page