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 (November 2001, week 5)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Fri, 30 Nov 2001 13:33:53 -0500
Reply-To:     Brad.Goldman@AUTOTRADER.COM
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Brad Goldman <Brad.Goldman@AUTOTRADER.COM>
Subject:      Putting in HTML titles for ODS
Comments: To: SAS-L@uga.cc.uga.edu
Content-Type: text/plain; charset="iso-8859-1"

I am trying to get ODS html to put a proper <title>blablabla</title> in my ods output. The only way I see to do it is using the headtext option. This does put it in, but my html looks like...

<HEAD> <TITLE>SAS Output</TITLE> <TITLE>blablabla</TITLE> </HEAD>

And the first title statement apparently takes precendence. Since we have a system with tens of thousands of reports, it would be nice if they didn't all have a title of "SAS Output".

Any help appreciated, Brad Goldman


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