BookmarkSubscribeRSS Feed
xxformat_com
Barite | Level 11

frame= style attribute is not mentionned as valid style attribute for the HTML5 destination

https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/odsug/n0otdo2g12obp3n0zmnghcn7p4vu.htm#n0qm7k...

However it seems to work. However rules= style attribute does not work.

Should we expect that this will still be valid in the future and the documentation will be updated or not.

I would tend to think that frame= won't be valid in the future but would be happy to hear other views on this.

 

ods html5 file="&xxdemo./reporting/test.html";
proc print data=sashelp.class noobs
           style(table) =[frame             = hsides
                          borderstyle       = solid
                          bordercolor       = red];
run;

ods html5 close;

frame.JPG

Catch up on SAS Innovate 2026

Dive into keynotes, announcements and breakthroughs on demand.

Explore 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
  • 0 replies
  • 800 views
  • 0 likes
  • 1 in conversation