I was trying to implement this on my site, but the result was weird.
Then I noticed that you forgot the closing tag for tr and table.
So, the correct code will be this:
<table><tr><td>
ad1
</td><td>
ad2
</td></tr></table>
By the way ad-injection is an excellent plugin.