Creating a Blank wp Page
In the html editor of the page type:
<style type = ‘text/css’>
#header, #footer { display: none !important; }
</style>
this will give you a blank page without a header or footer.
Can be used as a splash page, ad, coupon print page, or anything else that doesn’t need a header or footer.