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!
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;
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
Still thinking about your presentation idea? The submission deadline has been extended to Friday, Nov. 14, at 11:59 p.m. ET.
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.