I'm trying to edit and get rid of a few spaces in between the bar and a custom banner done by me, but when I cut this part of it drops me an error. How can I get rid of this table without it dropping me an error..? or how can I edit it properly
<table class="s4-titletable" cellspacing="0" style="height: 0.5px">
<tbody>
<tr>
<td class="s4-titletext">
<h1 name="onetidProjectPropertyTitle">
</h1>
<span id="onetidPageTitleSeparator" class="s4-nothome s4-bcsep s4-titlesep">
<SharePoint:ClusteredDirectionalSeparatorArrow runat="server"/> </span>
<h2>
<asp:ContentPlaceHolder id="PlaceHolderPageTitleInTitleArea" runat="server" />
</h2>
</td>
</tr>
</tbody>
</table>