Date: Wed, 3 Jul 2002 17:09:33 +0200
Reply-To: Andre Wielki <wielki@INED.FR>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Andre Wielki <wielki@INED.FR>
Subject: Re: left justifying the footnote in ODS HTML output
In-Reply-To: <f9bfc59f.0207030642.6602091b@posting.google.com>
Content-Type: text/plain; charset="us-ascii"; format=flowed
Branimir,
here a little example:
ods listing close;
ods html body="d:\ods\ljust.html"(url=none);
title justify=c "bla bla";
footnote justify=l "left left";
proc print data=sasuser.crime(obs=2);run;
ods html close;;
HTH
Andre
At 07:42 03/07/2002 -0700, Branimir wrote:
>Hello,
>
>I am trying to left-justify the footnotes in ODS / HTML output while
>leaving the title centered. I saw some postings and solutions
>regarding that problem but none about ODS and HTML. Does anyone have
>any ideas on how to acheve that?
>Thank you very much.
>
>Branimir
___________
WIELKI Andre
INED - Service Informatique
133 Bd Davout,
75 980 Paris Cedex 20
FRANCE
Tel: 01 56 06 21 54
|