In a MOSS custom list I built a aspx page with SPD by starting with a standard
layout in the UI, doing mods, and using a DFWP and replaced 100% of the XSLT. It
works, I like it. Now I am trying to gain more "real estate" on the page so I
can insert a second DFWP.
In SPD, I tried removing the title bar by deleting the <asp:control> containg
the "title bar" web part. It breaks the page, cannot render. Then I
re-established a working page and tried to delete just the
<WebPartPages:WebPartZone>. Again, it breaks the page, cannot render.
What to do? How can I delete the title bar zone to gain its space and still have
my asp page working.