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

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

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