Focal Point
wrap and html

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/7781008331

October 23, 2004, 09:03 PM
<Vipul>
wrap and html
Is there a way to wrap a field in HTML for example the following code wraps (model field) for PDF but not for HTML



TABLE FILE CAR
PRINT
MODEL
BODYTYPE
SEATS
CAR
BY
COUNTRY
ON TABLE PCHOLD FORMAT PDF
ON TABLE SET STYLE *
UNITS=INCHES, $
TYPE=REPORT, WRAP=2, $
TYPE=FOOTING, WRAP=.5, $
END

Thanks,

Vipul

This message has been edited. Last edited by: <Mabel>,
October 24, 2004, 07:25 PM
susannah
in html, the style sheet function GRID=ON forces a wrap. Grid and Wrap are inextricably intertwined, which is insane.
October 26, 2004, 07:09 PM
<Vipul>
Thanks for the reply and I agree with you but in this case even with GRID=ON, it does not wrap for HTML

Vipul
October 26, 2004, 11:06 PM
<Vipul>
Fixed it by using
SET HTMLCSS = ON

Vipul