Hello,

In this post I want give you a solution to the space issue found in E-mail templates:

1. If you got spaces after editing the template from the admin panel; then you should do the following:

- open file your_admin_directory/js/lib.js
- go to method switchContentType
- find this code
Code:
Only registered members can view the code.
and replace it to:
Code:
Only registered members can view the code.
2. If extra spaces are added when sending messages then do the the following:

- open file includex/classes/rlMail.class.php
- go to method replaceVariables
- find this code:
PHP Code:
Only registered members can view the code
and replace it to:
PHP Code:
Only registered members can view the code