CHANGE_logo_fix_final_4 - VADIVEL J 2025-09-20

This commit is contained in:
vadivelJ96 2025-09-20 09:50:28 +05:30
parent 3088cfb5a3
commit 183375c11f
2 changed files with 5 additions and 11 deletions

View File

@ -7,8 +7,8 @@
</head>
<body>
<div align="center">
<table width="100%" border="0" cellspacing="0" cellpadding="0" style="max-width:500px;background:#ffffff; border-bottom:1px solid #ddd;">
<tr style="background-color: #f7f8f9;">
<table width="100%" border="0" cellspacing="0" cellpadding="0" style="max-width:500px;background:#ffffff; border-top:1px solid #00999E;">
<tr style="background-color: #ffffff;">
<td align="center" valign="middle" style="padding-top:5px;">
<img src="<?= base_url('/public/assets/images/Nhance-Logo-Final.png'); ?>"
alt="Default Logo"

View File

@ -9,10 +9,10 @@
<body>
<div align="center">
<table width="100%" border="0" cellspacing="0" cellpadding="0" style="max-width:500px; background:#ffffff; border-bottom:1px solid #ddd;">
<tr style="height:80px; background-color: #f7f8f9;">
<table width="100%" border="0" cellspacing="0" cellpadding="0" style="max-width:500px; background:#ffffff; border-bottom:1px solid #00999E;">
<tr style="height:80px; background-color: #ffffff;">
<td align="left" valign="middle" style="padding:20px;" width="50%">
<img src="<?= base_url('/public/uploads/logo'.$client_data['client_logo']); ?>"
<img src="<?= base_url('/public/assets/images/sample_logo/imagesvr.png'); ?>"
alt="Client Logo"
style="max-height:60px; max-width: 160px;">
</td>
@ -24,12 +24,6 @@
</tr>
</table>
</div>
</body>
</html>