To get SAS and SPSS output formatting to look like it does in the program, do the following:
1) Cut out the html code for the output table. You should only need from <table> to </table>. Occasionally in SAS you may want to cut out a header that has been separated. I would highly recommend a professional editor like Microsoft VSCode that can collapse tables for cutting and pasting. Sometimes these tables get very long, and collapsing really helps. 2) Make sure there are no <div> or </div> tags inside of the code you cut. 3) Paste the code in the webpage. 4) Enclose the entire table within <div class="sas"></div> or <div class="spss"></div> 5) If the table does not resemble the table you want, please notify Andy
