Hello Marvelous SAS experts,
I have to achieve the following effect as the header of my document, with text on the left and the image on the right. The image will span two lines.
--------------------------------------------------------------------------------------------------
University Report {University logo image}
Period 2008-2013 {logo image continues}
--------------------------------------------------------------------------------------------------
I've been researching for two days. I use title statements as follows but it shows the image above the text lines. This is a waste of the space.
ods escapechar='~';
title;
title1 j=right "~S={preimage='&filepath.logo.jpeg'}";
title2 j=left height=2 font='Arial' "University Report" ;
title3 j=left height=2 font='Arial' "&period";
Is there a way to the image and the text on the same lines?
Thank you.
Yao
Hi:
You do not mention your destination of interest. RTF, PDF, HTML???
cynthia
Here's an example using HTML see the code and output in the screenshot.
Hi:
You do not mention your destination of interest. RTF, PDF, HTML???
cynthia
Here's an example using HTML see the code and output in the screenshot.
Hi Cynthia,
Thank you for the solution. I tried the html output, which worked.
However, when I try it on rtf, my output destination, it didn't work. Is there anyway to make it work in rtf?
Much appreciated!
Yao
Hi Cynthia,
I don't what I did wrong. But the second time that I tried it. The code that you gave me worked with rtf as well.
Thank you.
Yao
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.