SOLVED

Errors in email template code

Go to solution
Anonymous
Not applicable

Re: Errors in email template code

Eric is correct, you cannot place the div under the table tag. Also, it cannot be inside of the tr tag.  It has to be inside the td tag of a table otherwise it breaks the table. We moved the div tag in David's code outside of the table, but inside of the td tag for the table it was nested under. This gives the user the ability to remove rows within the table in the email editor.
Anonymous
Not applicable

Re: Errors in email template code

Thanks Joe for taking the time to help me troubleshoot the template. 

David