Date: Wed, 31 Jul 2002 09:55:19 -0400
Reply-To: Carol Gosselin <clgossel@GW.FIS.NCSU.EDU>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Carol Gosselin <clgossel@GW.FIS.NCSU.EDU>
Subject: Problem creating link in HTML title
Content-Type: text/plain; charset=US-ASCII
I am posting this for a co-worker. He wants his title to read
Back to index page
where Back is a link to the main page.
%let backpage = <a href=""index.htm"">Back</a> to index page;
options nocenter nonumber nodate linesize=132 pagesize=400;
ods html path= webout
file="prelim1.htm"
newfile=page
style=upatab
anchor='tab'
stylesheet="standardstyle_sas.css"
headtext="<title>NCSU Preliminary Enrollment on Day &day
</title>";
title1 "&semt semester %substr(&syr,5,4) - Enrollment on day &day of
classes; As-of &fdate";
***title2 "%superq(backpage)";
title2 '<a href="index.htm">Back</a> to index page';
Both versions (macro and straight) of this code produces these titles:
Fall semester 2001 - Enrollment on day 1 of classes; As-of July 31, 2002
<a href="index.htm">Back</a> to index page
instead of this desired:
Fall semester 2001 - Enrollment on day 1 of classes; As-of July 31, 2002
Back to index page
Carol L. Gosselin
Applications Analyst Programmer II
University Planning and Analysis
Box 7002, 201 Peele Hall
North Carolina State University
Raleigh, NC 27695-7002
Phone: 919-515-6435
Fax: 919-831-3541
Email: carol_gosselin@ncsu.edu