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 (July 2002, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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
Comments: To: Branimir <brankoi@HOTMAIL.COM>
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


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