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];
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 save with the early bird rate—just $795!
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.