alastairwalker
Topic Author
Offline
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.
Dansterpower
Offline
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
Check this box to be notified of replies to this topic.
Note: BBcode and smileys are still usable.
Please Log in or Create an account to join the conversation.
Board Categories
News & Announcements
- DTH Development Announcements
DT Register
- Pre-Sales Questions
- General Discussion - Joomla 1.0.x
- General Discussion - Joomla 1.5
- General Discussion - Joomla 1.7 / 2.5
- General Discussion - Joomla 3.x
- Feature Wish List
- DT Register Plugins
DT SMS
- Pre-Sales Questions
- General Discussion - Joomla 3.x
- Feature Wish List
DT Donate
- Pre-Sales Questions
- General Discussion - Joomla 1.0.x
- General Discussion - Joomla 1.5
- Feature Wish List
- General Discussion - Joomla 2.5
- General Discussion - Joomla 3.x
DT DocuSign
- Pre-Sales Questions
- General Discussion - Joomla 2.5 / 3.x
- Feature Wish List
DT Invoice
- Pre-Sales Questions
- General Discussion
- Feature Wish List
DT Community Builder Plugins
- DT Delete Me
Show & Tell
- DT Show & Tell
Time to create page: 0.157 seconds