JSFiddle - React, Tailwind, and code Playground
by lemon kazi
HTML
<table width="100%" border="0" id="render_me" lang="bn" style="padding-bottom:0px; height:100%">
<thead>
<tr>
<td>
<table width="100%" style="border-bottom:1px solid;">
<tr>
<td style="line-height:110%">
<?php
$img = "";//echo @$template->header;?>
AFHOZ
</td>
</tr>
</table>
</td>
</tr>
</thead>
<tbody>
<tr>
<td>
<table width="100%" style="border-bottom:1px solid #CCCCCC; padding-bottom:20px;">
<tr><?php //echo @$template->header;?>
<td align="left">
<?php if(@$template->image!=""){?>
<img src="<?php echo base_url('assets/uploads/images/'.@$template->image)?>" height="70" width="80" />
<?php }else{?>
<img src="<?php echo base_url('assets/img/doctor_logo.png/')?>" height="70" width="80" />
<?php } ?>
</td>
<td align="right">
<strong><?php echo @$setting->name ?></strong><br>
<?php echo @$setting->address ?><br>
<?php
if ($setting->contact) {
echo lang('phone') ?>: <?php echo @$setting->contact ?><br/>
<?php
}
if ($setting->email)...