?
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/css_vertical_align.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 type="text/css"> p { line-height: 1; outline: 1px solid grey; padding: 0; } p span { border: 1px dotted red; margin: -1px; } p span:after { color: red; content: " - " attr(style); } </style> </head> <body> <p><IMG SRC="images/vblank.gif" alt="[Image]" height="20"><span style="vertical-align: sub;">test</span></p> <p><IMG SRC="images/vblank.gif" alt="[Image]" height="20"><span style="vertical-align: super;">test</span></p> <p><IMG SRC="images/vblank.gif" alt="[Image]" height="20"><span style="vertical-align: top;">test</span></p> <p><IMG SRC="images/vblank.gif" alt="[Image]" height="20"><span style="vertical-align: text-top;">test</span></p> <p><IMG SRC="images/vblank.gif" alt="[Image]" height="20"><span style="vertical-align: middle;">test</span></p> <p><IMG SRC="images/vblank.gif" alt="[Image]" height="20"><span style="vertical-align: bottom;">test</span></p> <p><IMG SRC="images/vblank.gif" alt="[Image]" height="20"><span style="vertical-align: text-bottom;">test</span></p> <p><IMG SRC="images/vblank.gif" alt="[Image]" height="20"><span style="vertical-align: baseline;">test</span></p> </body> </html>