|
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
|