1234567891011121314151617181920212223242526272829303132333435363738 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
- <style>
- html, body {
- margin: 0;
- padding: 0rem 2rem;
- }
- table {
- width:100%;
- border-collapse:collapse;
- }
- td {
- border-collapse: 0;
- vertical-align:top;
- }
- p {
- margin-top: 0;
- margin-bottom: 12px !important;
- }
- li ol, li ul {
- margin-top: 12px !important;
- }
- li ol ol {
- margin-top: 12px !important;
- }
- </style>
- </head>
- <body class="">
- <div><?= trim($html) ?></div>
- </body>
- </html>
|