I am trying to customize my email messages with my own logo in the signature, but the picture is not displayed, instead a red cross appears. I think I have edited the connect.php correctly and uploaded the picture to the images folder.
This is what I have edited in connect.php
- Code: Select all
if (REGISTER) {
$PoweredByImage = '<p align=left><a href="http://www.rps-savana.co.in"><img src="images/savana_logo_blue.png' . $v . '/images/savana_logo_blue.png" width=250 height=66 title="Savana Community Forum' . $v . '" alt="Savana Community Forum ' . $v . '" border="0"></a></p>';
} else {
$PoweredByImage = '<p align=left><a href="http://www.rps-savana.co.in"><img src="images/savana_logo_blue.png" width=250 height=66 title="Savana Community Forum ' . $v . '" alt="Savana Community Forum' . $v . '" border="0"></a></p>';
}
Please note that I am not trying to take away the credit by removing the phplist logo, but I am simply trying to customize the email signature to give it a more professional look. The visitors to my website are directed to the phplist website.
Any help would be appreciated.