I tested this out on the latest beta, and you are completely correct, it adds breaks.
I had to test it myself to understand the problem. The problem is, that when you're doing tables, you enter a new tag into a new row (which causes a break).
The solution to this, is to put your table through
this HTML minifier (which kicks out all the brakes).
So your minified HTML table would look like:
Code: Select all
<table cellpadding="0" border="0"><tbody><tr><td align="left" valign="top" width="146"><strong>Established Customer</strong></td><td width="103"><p>Full Sided Field</p><p>(~120y X 70y)</p></td><td width="281"><p>$80 for each game (~2hrs.)</p><p>or $40 per hour for frisbee </p></td></tr><tr><td></td><td>With Lights</td><td><p></p><p>$130</p><p></p></td></tr><tr><td><strong>New Customer</strong></td><td><em>Per match</em></td><td></td></tr><tr><td></td><td>3 Fields or Less</td><td>$120 for each game</td></tr><tr><td></td><td>4 Fields or More</td><td>$100 </td></tr><tr><td></td><td>Field #1</td><td>$150</td></tr><tr><td></td><td>With Lights</td><td>$200</td></tr></tbody></table>
Here's a demo of how the table looks like.
I'm glad we got to the bottom of this. Marking this topic solved.
If you still have any questions or issues, opening a new thread is the way to go.
