Date: Wed, 31 Jul 2002 16:55:50 +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: Problem creating link in HTML title
In-Reply-To: <sd47b40a.073@152.1.233.38>
Content-Type: text/plain; charset="us-ascii"; format=flowed
Easy but be carefull upon the details and adapt it
ods html path="d:\ods"
file="prelim1.htm"
headtext="<title>NCSU Preliminary Enrollment on Day </title>";
ods escapechar ='\';
title1 "semester- Enrollment on day of classes; As-of ";
title2 ' \R/HTML"<a href='index.htm'>Back</a> to index page" ';
proc print data=sasuser.crime(obs=1);run;*anything to fill html;
ods html close;
;
HTH
Andre
At 09:55 31/07/2002 -0400, Carol Gosselin wrote:
>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
___________
WIELKI Andre
INED - Service Informatique
133 Bd Davout,
75 980 Paris Cedex 20
FRANCE
Tel: 01 56 06 21 54
|