?
Current Path : /home1/savoy/public_html/oscarerp.com/application/helpers/dompdf/www/test/ |
Linux gator3171.hostgator.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 |
Current File : /home1/savoy/public_html/oscarerp.com/application/helpers/dompdf/www/test/border_test.html |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15"> <style> table { border-spacing: 5px; margin: 5em auto 5em auto; } td { border-width: 5px; padding: 1em; } td.dotted { border-style: dotted; color: maroon;} td.dashed { border-style: dashed; color: orange; } td.solid { border-style: solid; color: yellow; } td.double { border-style: double; color: olive; } td.groove { border-style: groove; color: green; } td.ridge { border-style: ridge; color: lime; } td.inset { border-style: inset; color: teal; } td.outset { border-style: outset; color: blue; } </style> </head> <body> <table> <tr> <td class="dotted">dotted</td> <td class="dashed">dashed</td> <td class="solid">solid</td> <td class="double">double</td> </tr> <tr> <td class="groove">groove</td> <td class="ridge">ridge</td> <td class="inset">inset</td> <td class="outset">outset</td> </tr> </table> </body> </html>