LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (March 2001, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Thu, 8 Mar 2001 16:20:55 -0000
Reply-To:   "Manktelow, B." <bm18@LEICESTER.AC.UK>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   "Manktelow, B." <bm18@LEICESTER.AC.UK>
Subject:   PROC TEMPLATE
Content-Type:   text/plain; charset="iso-8859-1"

Hi, I am trying to use ODS to created some html output. The output appears as I intend it to be in the SAS RESULTS VIEWER but when I open the html file in Word the table borders disappear. The same happens when I copy the (good) output from the RESULTS VIEWER and paste it into Word, the borders do not seem to be copied. I am trying to produce tables with borders top and bottom, and below the headers. I am using PROCs PRINT & FREQ to generate the output. Can anyone suggest why the borders are visible in RESULTS VIEWER but not in Word?

I am using v8.00 and Word2000 on Windows2000pro.

I have used the following code to create my style:

proc template; define style styles.brad; parent = styles.minimal; style Table from Document / cellpadding = 7 cellspacing = 1 frame = hsides RULES = groups; style header from header / font_weight=bold; style SystemTitle from TitleAndFooters / font=('Times New Roman',5, Bold); style Body from Body / Pagebreakhtml=_undef_; end; run;

Many thanks

Brad

Brad Manktelow Department of Epidemiology and Public Health University of Leicester

e-mail: bm18@le.ac.uk


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