I have added a series of <table> tags within the content of a channel.
When I render the page there is a lot of selectable space over each table, however in the channel content and in the viewed source there is only a single return between the
and <table> tags. When I inspected the rendered DOM I found the following:
<h3>Sub Title</h3>
<p>"</p>
<p> <br />
"</p>
<p> </p>
<p> </p>
<p> </p>
<p> <br />
</p>
<p><br />
<table>
<h3>Sub Title</h3>
<p>"</p>
<p> <br />
"</p>
<p> </p>
<p> </p>
<p> </p>
<p> <br />
</p>
<p><br />
<table>I found this in the DOM of several browsers and cannot find where it is coming from. Is this a known issue with table tags inside expression engine? I do not know this is being made part of the DOM of the page.