BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
Carrotbing
Calcite | Level 5

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

1 ACCEPTED SOLUTION

Accepted Solutions
Cynthia_sas
Diamond | Level 26

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.


logo_examp.png

View solution in original post

3 REPLIES 3
Cynthia_sas
Diamond | Level 26

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.


logo_examp.png
Carrotbing
Calcite | Level 5

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

Carrotbing
Calcite | Level 5

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

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

How to Concatenate Values

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 3 replies
  • 2130 views
  • 0 likes
  • 2 in conversation