Usage Note 23485: In ODS HTML, how can I add an image to my title or footnote?
Use the HTML tags to do
this. The below example adds an image to the title1.
ods html file="temp.html";
proc print data=sashelp.class;
title "<img src=""C:\temp.gif""></img>";
run;
ods html close;
See also the full PROC TEMPLATE FAQ and Concepts.
Operating System and Release Information
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
| Type: | Usage Note |
| Priority: | low |
| Topic: | Query and Reporting ==> Creating Reports ==> Graphical SAS Reference ==> ODS (Output Delivery System) Third Party ==> Output ==> HTML
|
| Date Modified: | 2004-07-15 14:51:07 |
| Date Created: | 2003-10-21 16:42:03 |