CHANGE_logo_fix_final_3 - VADIVEL J 2025-09-19

This commit is contained in:
vadivelJ96 2025-09-19 18:43:32 +05:30
parent 24c3b7745a
commit 3088cfb5a3
2 changed files with 6 additions and 6 deletions

View File

@ -7,8 +7,8 @@
</head>
<body>
<div align="center">
<table width="100%" border="0" cellspacing="0" cellpadding="0" style="max-width:600px;background:#ffffff; border-bottom:1px solid #ddd;">
<tr style="background-color: #D4F5F6;">
<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;">
<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,12 +9,12 @@
<body>
<div align="center">
<table width="100%" border="0" cellspacing="0" cellpadding="0" style="max-width:600px; background:#ffffff; border-bottom:1px solid #ddd;">
<tr style="height:80px; background-color: #D4F5F6;">
<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;">
<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/uploads/logo'.$client_data['client_logo']); ?>"
alt="Client Logo"
style="max-height:60px;">
style="max-height:60px; max-width: 160px;">
</td>
<td align="right" valign="middle" style="padding:20px;" width="50%">
<img src="<?= base_url('/public/assets/images/Nhance-Logo-Final.png'); ?>"