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

View File

@ -9,10 +9,10 @@
<body> <body>
<div align="center"> <div align="center">
<table width="100%" border="0" cellspacing="0" cellpadding="0" style="max-width:500px; background:#ffffff; border-bottom:1px solid #ddd;"> <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: #f7f8f9;"> <tr style="height:80px; background-color: #ffffff;">
<td align="left" valign="middle" style="padding:20px;" width="50%"> <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" alt="Client Logo"
style="max-height:60px; max-width: 160px;"> style="max-height:60px; max-width: 160px;">
</td> </td>
@ -24,12 +24,6 @@
</tr> </tr>
</table> </table>
</div> </div>
</body> </body>
</html> </html>