Hello --
I need to add our logo to the email notifications. I followed the instructions as described in this posting:
http://stackideas.com/forums/company-logo-in-email-template
<div style="margin:10px auto;text-align:center;display:block">
<img src="/<?php echo rtrim( JURI::root() , '/' );?>/components/com_easydiscuss/themes/simplistic/images/img.png" alt="" />
</div>
I added this code to the "/components/com_easydiscuss/themes/default/email.template.html.php"
template. I changed the image name. I placed the code under the <body style="margin:0;padding:0"> line
The logo image does not display, although the "alt" tag text is visible.
Guidance is appreciated.