When I tried to add my site logo to another area on my email notification with ##SITE_LOGO## it only added the URL, what am I doing wrong?

All our default email notifications include the site logo. You will see it represented by the ##SITE_NAME## tag. This is because the ##SITE_LOGO## tag will only insert the URL to the logo image. 
 
We have wrapped the logo tag in html so that not only will the logo name appear, but also the logo image itself (without the long URL string to the image file). 
 
If you want to move this Logo, locate the following html in the email:
 
<center><a href="##SITE_WEBSITE##"><img align="center" alt="##SITE_NAME##" border="0" id="siteLogo" src="##SITE_LOGO##" title="##SITE_NAME##" />
 
You can then cut/paste it into another area of your email.