<html>
|
|
<head>
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
|
<style type='text/css'>
|
|
table tr td {
|
|
font-size:12px;
|
|
padding-right:10px;
|
|
text-align:right;
|
|
}
|
|
span{
|
|
width: 85px;
|
|
float: left;
|
|
text-align:left;
|
|
}
|
|
span:after{
|
|
content:'.';
|
|
width: 100%;
|
|
display: inline-block;
|
|
overflow: hidden;
|
|
height: 0;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body style='padding-left:10px;'>
|
|
<table align='center' style='width:100%;margin-top:4px;border-collapse:collapse;'>
|
|
$tableContent
|
|
</table>
|
|
<div>$DateTime</div>
|
|
</body>
|
|
</html>
|