Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: Where is the registration email created?

Where is the registration email created? 12 years 2 months ago #18567

  • alastairwalker
  • alastairwalker's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 11
  • Thank you received: 0
I am creating an e-mail invoice using html and table creation features. The problem at the moment is that the email creation php script is introducing line breaks (i.e. <br>'s) that create white space between the rows in the table.

Where can I locate the php script that creates the registration e-mail, as I suspect I might need to modify a bit?

I am using Joomla 2.5.6 and DT Register 2.7.18.

Many thanks,

Alastair Walker

Please Log in or Create an account to join the conversation.

Where is the registration email created? 12 years 2 weeks ago #19211

  • Dansterpower
  • Dansterpower's Avatar
  • Offline
  • Junior Boarder
  • Junior Boarder
  • Posts: 33
  • Thank you received: 0
Alastair,

Yes, this is very big problem in all versions of DT Register. Our team battled it for weeks.

We found a solution but not by editing the PHP Mailer script.

Try this:

Add the following tag BEFORE your <html> </html> body and table code

<style type="text/css">.nobrtable br { display: none }</style>
<div class="nobrtable">
<html>

</html>

Then closed with this:

</div>

This removed line breaks around table rows in all email clients.

Sorry it too so long to post this solution - we've been battling this since September.

If you are interested we found the solution via this post:
http://www.bloggertipsandtricks.com/2007/06/avoid-large-white-space-above-table-in.html

Best Regards,

Dante Orazzi

Firecat Group

Please Log in or Create an account to join the conversation.

Where is the registration email created? 12 years 2 weeks ago #19217

  • alastairwalker
  • alastairwalker's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 11
  • Thank you received: 0
Thank you very much! I appreciate the response!

Kind regards,

Alastair Walker

Please Log in or Create an account to join the conversation.

  • Page:
  • 1
Time to create page: 0.157 seconds