Hello, we are trying to display the image logo in the header but it won't display. Same code working in the body. Below is my header code.
<div class="page-header" style="height:65px; margin-right: 0px; padding: 0px;">
<div style="color:#333333; width:100%; font-size:11px; border-bottom:1px solid #666666; padding-bottom:5px; height: 40px;">
<div style="float: left; text-align:left; width:70%;">
<strong style="font-size:14px; color:#000000;"><?php echo $dataArray['company_name'];?></strong><br>
<span style="font-size:10px; color:#333333; font-style: italic;">Report for <?php echo $dataArray['from'];?> to <?php echo $dataArray['to'];?></span>
</div>
<div style="float: right; width:30%;">
<a style="float:right;"><img src="<?php echo $dataArray['logo'];?>" style="float:right; width:80px; margin-right: 2px;"></a>
</div>
</div>
</div>
Result:
It's argent based we have to deliver ASAP.