Add own table for header

This commit is contained in:
nupplaPhil 2020-02-02 22:55:18 +01:00
parent 7fb913eb86
commit 6e91f1be83
No known key found for this signature in database
GPG Key ID: D8365C3D36B77D90
2 changed files with 5 additions and 4 deletions

View File

@ -8,15 +8,14 @@
<table style="border:1px solid #ccc">
<tbody>
<tr>
<td colspan="2" style="background:#084769; color:#FFFFFF; font-weight:bold; font-family:'lucida grande', tahoma, verdana,arial, sans-serif; padding: 4px 8px; vertical-align: middle; font-size:16px; letter-spacing: -0.03em; text-align: left;">
<td style="background:#084769; color:#FFFFFF; font-weight:bold; font-family:'lucida grande', tahoma, verdana,arial, sans-serif; padding: 4px 8px; vertical-align: middle; font-size:16px; letter-spacing: -0.03em; text-align: left;">
<img style="width:32px;height:32px; float:left;" src='{{$banner}}'>
<div style="padding:7px; margin-left: 5px; float:left; font-size:18px;letter-spacing:1px;">{{$product}}</div>
<div style="clear: both;"></div>
</td>
</tr>
{{$htmlversion nofilter}}
</tbody>
</table>
{{$htmlversion nofilter}}
</body>
</html>

View File

@ -1,3 +1,5 @@
<table>
<tr><td style="padding-right:22px;">{{$htmlversion nofilter}}</td></tr>
<tr><td>{{$thanks}}</td></tr>
<tr><td>{{$site_admin}}</td></tr>
<tr><td>{{$site_admin}}</td></tr>
</table>