I would like to export asdoc (from SSC) or asdocx output as a HTML table? I searched the help files, but did not find any reference to making such tables.
-
Login or Register
- Log in with
sysue auto, clear asdocx sum, save(Myfile.html)
div.indent4 { text-indent: 25px; } .center { margin-left: auto; margin-right: auto; } table.table1 { border-collapse: collapse; table-layout: auto; width: 870px!important; margin-left: auto; margin-right: auto; } table.table2 { border-collapse: collapse; table-layout: auto; width: 700px!important; margin-left: auto; margin-right: auto; } .asdocxtable { background: #eea31b1f; margin-top: 30px; margin-bottom: 30px; padding: 30px; } .asdocxtable-compact { background: #eea31b1f; margin-top: 30px; margin-bottom: 30px; padding: 20px; font-size: 14px; } tr.top1 { border-top: .5px solid black; text-align:left; } tr.top2 { border-top: 1px solid black;; } tr.bottom { border-bottom: 1px solid black;; } td.left{ text-align:left; } td.right{ text-align:right; } th.left{ text-align:left; height: 50px } th.right{ text-align:right; height: 50px }
Comment