Looking for a solution to ensure Content 3 appears below Content 2 in this block of HTML. Content 1 is extensive and extends far down the page.
<table>
<tr>
<td>(Content 1)</td>
<td>(Content 2)</td>
<td>(Content 3)</td>
</tr>
</table>
Prefer using JQuery for any modifications. Can adjust CSS or manipulate tags, but cannot convert td to divs or tr. Can create new tr elements or rearrange existing ones. Is there a viable solution?