Hi Cynthia!
Thanks for the code. I tried it and it worked. However, I am wondering if you could help point me in the right direction with regards to justifying the title left as well?
Thank you!
[pre];
options center;
ods html file='/folders/myfolders/sasuser.v94/sales2018.html' style=sasweb;
proc print data=sales3
style(table)={just=l};
title 'This Should Still Be Centered';
run;
ods html close;
[/pre];
Hi Cynthia!
Thanks for the code. I tried it and it worked very nicely. However, I am wondering if you could help point me in the right direction with regards to just moving the table 1inch or 2 inch, etc. from the left margin?
Thank you!
[pre];
options center;
ods html file='/folders/myfolders/sasuser.v94/sales2018.html' style=sasweb;
proc print data=sales3
style(table)={just=l};
title 'This Should Still Be Centered';
run;
ods html close;
[/pre];
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Check out this tutorial series to learn how to build your own steps in SAS Studio.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.