I have been trying to override the new post template for EasyBlog and have not been able to make it work. Cn you have a look and tell me what I am doing wrong?
Thanks in advance
Thanks in advance
<div style="display:inline-block; margin: 0 -2px; max-width: 84px; min-width:64px; vertical-align:top; width:100%;" class="stack-column">
<table role="presentation" aria-hidden="true" cellspacing="0" cellpadding="0" border="0" width="100%">
<tr>
<td dir="ltr" style="padding: 0 10px 10px 10px;">
<?php if ($templatePreview) { ?>
<img src="<?php echo JURI::root();?>components/com_easyblog/assets/images/default_blogger.png" aria-hidden="true" width="64" height="64" border="0" alt="" class="center-on-narrow" style="width: 100%; max-width: 64px; height: auto; background: #dddddd; font-family: sans-serif; font-size: 15px; line-height: 20px; color: #555555;">
<?php } else { ?>
<img src="<?php echo $blogAuthorAvatar;?>" aria-hidden="true" width="64" height="64" border="0" alt="" class="center-on-narrow" style="width: 100%; max-width: 64px; height: auto; background: #dddddd; font-family: sans-serif; font-size: 15px; line-height: 20px; color: #555555;">
<?php } ?>
</td>
</tr>
</table>
</div>
text-align: left;
text-align: center;