BookmarkSubscribeRSS Feed
Abud
Calcite | Level 5

Hi all,

Does anyone know how can I change the size, length, width of an anchor when I'm using ODS HTML ?

tk's in advanced!

1 REPLY 1
Cynthia_sas
SAS Super FREQ

Hi,

Do you have some code to illustrate the type of anchor that you're creating? An Anchor tab <a href=...>?? Consider this anchor tag at the top of the proc print output. In this output, there are two different anchors in the output, using the features of the TITLE statement. One of the anchors is bigger than the other. Otherwise, I'm not sure what you mean by size, length and width. Do you mean creating buttons?

 

cynthia

ods html file='c:\temp\makeanchor.html' style=sasweb;

title h=24pt link='http://www.google.com' "Click Here";

title2 h=12pt link='http://www.setgame.com' "or Play a Game";

proc print data=sashelp.class(obs=3);

run;

ods html close;

title;

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 1 reply
  • 761 views
  • 0 likes
  • 2 in conversation